SadNesS Posted October 12, 2015 Share Posted October 12, 2015 Hello, the bots on my NQ Server do not reset their XP. No matter what i set, all will be ignored andbots plays infinitely. Since weeks i have to delete their XP manually with !resetxp. Also arestart do not helps. Do you have a solution for it? Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 18, 2015 Subscriber Share Posted October 18, 2015 have you tried clearxp in the campaigncycle.cfg so they get reset at the start of every campaign cycle ? thats one way. Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 22, 2015 Author Share Posted October 22, 2015 I have a objectivecycle running and how it is possible to set there? What i have to write in it? Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 22, 2015 Subscriber Share Posted October 22, 2015 As far as I know you should add clearxp to the beginning of your objectivecycle.cfg to get the xp to reset every time your rotation starts set d1 "set g_gametype 2 ; clearxp ; map oasis ; set nextmap vstr d2" you could also try changing the omni-bot.cfg file [XP] Reset = 1 Max = 10000 that will reset the xp for the bots at 10000 or what ever number you change it to. Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 22, 2015 Author Share Posted October 22, 2015 That with the omni-bot.cfg i tried but it do not works. That's the reason why i ask here. And btw, if i do this: set d1 "set g_gametype 2 ; clearxp ; map oasis ; set nextmap vstr d2"i think i would reset XP from all players, or? Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 22, 2015 Subscriber Share Posted October 22, 2015 yes it would. why does the omni-bot.cfg not work ? I take it xpsave is working ? Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 23, 2015 Author Share Posted October 23, 2015 This is the omni-bot.cfg: [Debug] DumpFileEnable = true DumpFileDialog = true [Script] LiveUpdate = false [ServerManager] MaxBots = 12 BalanceTeams = 1 SaveConfigChanges = 1 CountSpectators = 0 SleepBots = 0 MinBots = -1 InitialDelayTime = 3 [Difficulty] CurrentDifficulty = 1 AdjustAim = 1 [CombatMovement] moveskill = 3 [HeavyWeapons] MinPlayersForMortar = -1 MinPlayersForMobileMG = -1 [Log] LogInfo = true LogWarnings = true LogErrors = true LogCriticalErrors = true [XP] Reset = 1 Max = 50000 [FireTeam] enabled = 0 [Versus] BotTeam = -1 HumanTeam = 1 BotsPerHuman = 3And xpsave is working fine. Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 23, 2015 Subscriber Share Posted October 23, 2015 two things to try. change the max xp in the omni-bot.cfg to something daft like 200 and see if that works.ortry setting set g_bot_maxXP <number> in your noquarter config file. Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 23, 2015 Author Share Posted October 23, 2015 I tried both but no one works Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 23, 2015 Subscriber Share Posted October 23, 2015 what version are using ? Quote Link to comment Share on other sites More sharing options...
Subscriber tapir76 Posted October 23, 2015 Subscriber Share Posted October 23, 2015 You have set "set g_bot_maxXP " in cfg? Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 23, 2015 Author Share Posted October 23, 2015 You have set "set g_bot_maxXP " in cfg? Yes. what version are using ? 1.2.9 Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 23, 2015 Subscriber Share Posted October 23, 2015 Yes. 1.2.9not 1.2.9b6 ? which bot version ? Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 23, 2015 Author Share Posted October 23, 2015 not 1.2.9b6 ? which bot version ? Sorry, sure i use 1.2.9b6 And the omnibot version is 0.84 Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 23, 2015 Subscriber Share Posted October 23, 2015 sorry I can't think of anything to cure it.you've got the bots working, xp is saving, its just not resetting.I think its a setting somewhere but I don't know which one. you may be better off posting on the omni-bot forum perhaps some there with more experience than me may be able to help you, but it may also be a xp problem with the nq mod but I don't know if anyone on their forum could help ? it has not been used very much in the last few months, may be some one is still around. Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted October 23, 2015 Subscriber Share Posted October 23, 2015 I was just thinking, you have been restarting the server after every config change ? Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 24, 2015 Author Share Posted October 24, 2015 Yes, i have to do a restart restart after config changes. Quote Link to comment Share on other sites More sharing options...
Petbark Posted October 24, 2015 Share Posted October 24, 2015 Have you gone through your nq cfg to make sure that there is no conflicting bot cvars set? Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 26, 2015 Author Share Posted October 26, 2015 Have you gone through your nq cfg to make sure that there is no conflicting bot cvars set?I've checked it and there is no bot cvar Quote Link to comment Share on other sites More sharing options...
Petbark Posted October 27, 2015 Share Posted October 27, 2015 You should have some cars in there omnibot_enableDescriptionEnables Omni-Bots if they are installed on the server.ParametersType: booleanDefault: 0omnibot_flags (Changed in 1.2.9)DescriptionVarious flags affecting the behaviour of bots.ParametersType: bitmask1 Disable XPSave for bots2 Bots cannot mount tanks4 Bots cannot mount emplaced guns8 Don't count bots (this affects the value of the cvar 'omnibot_playing' which contains the number of bots playing or -1 if this flag is set)16 Bots will gib wounded players, so they can no longer be revived (New in 1.2.7)32 Bots will trigger team mines and spotted mines (New in 1.2.9)64 Bots are able to use g_shove (New in 1.2.9)Default: 0omnibot_pathDescriptionMust point to the absolute path of where Omni-Bot is installed.Example: set omnibot_path "/home//enemy-territory/omni-bot/" (note the slashes at both the beginning and end of the path).ParametersType: stringDefault: "" Quote Link to comment Share on other sites More sharing options...
SadNesS Posted October 28, 2015 Author Share Posted October 28, 2015 Sure i have this cvars in it but that have nothing to do with the XPSave...maybe the flags but only 1. Quote Link to comment Share on other sites More sharing options...
SadNesS Posted November 1, 2015 Author Share Posted November 1, 2015 Sorry for double post! Now i've got a additional problem. If i reset bots XP via RCON, at next map they get old XP back. Do nobody have a solution for it? Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted November 1, 2015 Subscriber Share Posted November 1, 2015 that sounds like a path problem, try putting cvarlist fs in to rcon and see if it gives you what you are expecting and then check the omni-bot path is correct. Quote Link to comment Share on other sites More sharing options...
Petbark Posted November 2, 2015 Share Posted November 2, 2015 Can you post your part of the cfg for nq that shows bot settings? Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted November 2, 2015 Subscriber Share Posted November 2, 2015 (edited) sure // 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 and the other bit which can compare if you like ? set g_XPSave "15" set g_XPSaveDirectory "/home/harry/OGP_User_Files/noquarter/nq/xpsave/" // changred from "/games/enemy-territory/nq/xpsave/" set g_XPSaveMaxAge 691200 // 8 days set g_XPDecay 0 set g_XPDecayFloor 540 set g_XPDecayRate 0 set g_maxXP -1 Edited November 2, 2015 by JohnDory Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.