Jump to content

JohnDory

Subscriber
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by JohnDory

  1. your getting this error becuase you've altered the main menu file, put the original one back and it will work.
  2. so you can now get on having deleted the update ?
  3. have you deleted 0.9.0 version from your silent directory ?
  4. both the settings you need are in the omnibot_flags setting omnibot_flags Description: Customizes bot management/behavior. Type: bitmask Parameters: 1 Disables XPSave for bots 2 Bots cannot mount tanks 4 Bots cannot mount emplaced guns 8 Don't track bot count in omnibot_playing cvar 16 Bots will target ungibbed enemies 32 Bots will trigger team and spotted mines 64 Bots can use g_shove 65536 Bots are granted shrubbot command immunity (the same as shrubbot flag !) 131072 Bots cannot be !kicked or !banned 262144 Disable shrubbot greeting for bots Default: 0 add 2 and 4 to your setting.
  5. Yes the menu's only open when you are on a silent server, a backwards step as far as I and our clan are concerened, like you we liked having a button to join our servers when we first ran ET.
  6. if you go back to that version you can edit the menus but you will lose the improvments of the later version and you'll still need a menu.pk3 file or others will no see your menus.
  7. As it say's you've altered the menu files, to create your own, you have to add your own in the format custom_main.menu but that creates another menu under the main menu once your on a silent server, you can have the second menu appear any where on screen, but you cannot alter the main menu's any more.
  8. this is mine, try it and see if it works, if it does edit it to suit your needs. // XP Save configuration set g_XPSave 31 //changed from 21 set g_XPSaveMaxAge_xp "5d" //changed from "30d" set g_damageXP "0" //changed from "1" set g_damageXPLevel "50" set g_maxXP -1 //changed from "90000" set g_xpdecay "0" set g_xpdecayrate "0" set g_xpdecayfloor "0" //changed from "1"
  9. Sorry been out all day, I'll install skype, what time of day is best for you ?
  10. if you want to pm the login details I can take a look for you ?
  11. aha in that case, sorry I dont know how to get it going on that, I'm affraid google will have to be your buddy. I have found on http://ubuntuforums.org/showthread.php?t=1841027 perhaps a search there will help you, unless anyone here who knows more about it than me can help.
  12. is the machine your using to do the set up windows or ubuntu ? my et server is linux based but my set up machine is windows
  13. all you need to enter is your : server name IP address port number rcon password And save it for later use then click connect
  14. If it says that it usually means omnibot is not running but according to your log it is. I use Rcon Unlimited for console commands out of game, I find it easier. In Rcon Unlinited enter bot version and you should get 13:04:14:> bot version ---------------------- Omni-Bot : Oct 23 2015 23:39:59 Version : 0.85.1 Interface # : 17 now you've confirmed OmniBot running you can use Rcon Unlimited for commands bot maxbots 8 and it should add a total of 8 bots or the number you specified. if your using that command in console in game with shrubbot it should be !maxbots 8 and again the required number of bots should appear.
  15. you can set the maxbot either in the :- console to change it while in game /bot maxbots 8shrubbot.cfg to change it again in game, any users with levels allocated can change it [command] command = maxbots exec = bot maxbots [1] desc = Sets maximum count of bots in game. syntax = levels = 5 9 10 11 14 15default.cfg sets it at the start of every map, sets the default number at map start bot maxbots 10 bot minbots -1 bot botwar -1 bot difficulty 1 map_name.cfg sets it on a per map setting, loads when there is a map_name.cfg on the map start, if one is not found it loads the default.cfg with it in bot maxbots 12 bot minbots -1 bot botwar -1 bot difficulty 1 and the omnibot.cfg this is what is read every a time a map runs if there is no default.cfg or map_name.cfg [ServerManager] MaxBots = 8 BalanceTeams = 1 SaveConfigChanges = 1 CountSpectators = 0 SleepBots = 0 MinBots = -1 InitialDelayTime = 2.1
  16. it looks like its loading ok and ending the map ok Looking at this I'd remove the bot.cfg and run it from the silent.cfg and use a maxbot command to get bots working on the server, once that's done then you could change to your bot.cfg as you know the default way the bots run. You can also set how many bots you want in the default.cfg and map_name.cfg files if you require different numbers of bots depending on the map.
  17. instead of using the bot.cfg in your startup just use the silent.cfg. Mine is // Omni-bots set omnibot_enable 1 //changed from 0 set omnibot_path "/home/harry/OGP_User_Files/omnibot/" //changed from "/usr/local/games/enemy-territory/omnibotv084/" set g_bot_maxXP 1000 //changed from -1 set g_bot_minPlayers 8 //changed from -1 set omnibot_flags 262160 //changed from 0
  18. JohnDory

    AC

    they've never answered many questions on this subject
  19. 1. I dont know about that. 2. my attributes are set to 644 for the omni-bot.cfg, if you cannot edit it try stopping the server first and always download it to edit it.
  20. it sounds like the path to omnibot is not set as it should be. it looks like it is running the bots but not taking the settings your setting. check your install paths and the paths in your settings.
  21. sorry I don't know what else to suggest other than a re-install and check everything is working before you re-install the bots and then see how you get on.
×
×
  • Create New...