Jump to content

Home

rcon problem


franktoast

Recommended Posts

i changed the map using rcon map ffaepisode1, but now it keeps repeating that map. I luv the map and all but i rather have it cycle. is there something else i need to do?

 

another ?

is it possible to change the g_dismember "100" setting on the server using rcon. I havent tried it yet as im at work but i was thiking about it today as something to give a shot. can someone just let me know. I had a prob with dismember (it wasnt showing up all the time..very rarely). I just was wondering if i could change it or even see its variable thru rcon.

thx

Link to comment
Share on other sites

In order to keep your rotation going when you change a map, you need to use vstr and the cvar you used for that map. To make that easier it helps to use map names instead of d1, d2, etc. Here's an example:

 

set bay "map duel_bay; set nextmap vstr carbon"

set carbon "map duel_carbon; set nextmap vstr pit"

set pit "map duel_pit; set nextmap vstr bay"

 

vstr bay

 

Now, if you wanted to switch to pit without breaking the rotation, just use the command vstr pit. Through rcon, that would be /rcon rconpass vstr pit

 

To answer your second question, yes and no. Yes, you can change the setting via rcon like so: /rcon rconpass seta g_dismember 100 Or whatever other value you want. The "no" part is that if the server is restarted for any reason, it will go back to using whatever is in the config. Now, if there isn't any g_dismember setting in the server.cfg, you can get away with just using rcon because, with seta, it saves a "copy" of that setting to the jk2mpconfig.cfg and will use that if there's no similar entry in the server.cfg.

 

I believe if you just type: /rcon rconpass set g_dismember it will show you what the current setting and the default setting for the cvar are.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...