Jump to content

FakeGreg<<<

Regular User
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Server
    None
  • Gender
    Not Telling

FakeGreg<<<'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi daredevil once again!? Maybe you got an answer to this one too: Is it possible (and how) to push some preset useful key bindings from server to client, like exec on client? They should just enrich things like: call defined shrubbot commands on usually unused keys. I have only found that "forcecvar" and "sv_cvar" in "mapconfigs/default.cfg", wich does not even work for "r_gamma" for instance (eg. "forcevar r_gamma 1.3" or "sv_cvar r_gamma EQ 1.3"). It can be still changed through UI while other values hold like for "cg_crosshairHealth". I would like ensure the same load for everybody, no matter where he/she played before. Nevertheless i cant push something like "bind k kill" for convenience :´( Thank you man! 8) (You have restrictions on emoticon usage ? )
  2. Jep, calling !nextmap twice did the job
  3. Big thanks for your reply, it seems to work now! Just for completion: I rebooted the remote machine to make sure no ressource is occupied and then deleted all files in silent/database folder except shrubbot.cfg (which looked valid) and every log files generated I found to make a clean start over. Im not using any starting script (daemon, watchdog etc.) to run the server in background, but rather I keep the process running in a window in a screen session so I can always attach to it. Therefore I have to dissent not to use "/rcon quit", because I can see the full shutdown sequence with writing and closing the databases. After attaching to the session I can logically see that I'm back on command prompt. No concurrent processes are fired. I guess the database got corrupted after just killing (ctrl+c) the process, while it was trying to write stats on disk and had a problem to parse afterwards. Maybe sending a SIGTERM signal would be more appropriate (haven't tried yet), but first mentioned possibility to quit does the job pretty well. To handle this task easier not needing to rcon all the time I defined the easy custom command: [command] command = shutdown exec = quit desc = Shuts down the server syntax = [name] levels = 7 It's not a big deal to hit key up and launch ./startserver again! However a linux console solution to get this quit triggered ingame would be really great! (no idea yet) Greets!
  4. Hi, another question i have got is how to declare a newly added map to a server without restarting it nor creating a rotation script? The only working thing i have got so far is to restart the server and then to run "/rcon devmap mapname". Only after that, the map appears in the vote menu, so my belief is there should be something like a cache for already known maps and hopefully a command to refresh / reload all pk3 files to not manually load hundreds of maps. I know about campaign creating tools like Neelix, but thats not what im searching right now. This could just be a dirty workaround to let the server load all maps from campaign. Thank you!
  5. Hello, i have got a question respective XPSave in silEnT mod 0.9.0, running on ET3.00 on Linux. The XP Save section in the silent.cfg reads like follows: //************************************************** // XP Save //************************************************** set g_XPSave 23 // Enable disable preferred style // Campaign like XP save for 6 maps with mapvoting gametype //set g_resetXPMapCount 6 set g_XPSaveMaxAge "30d" // keep KR and PRW saved for longer time // XP is reset after 30 days set g_XPSaveMaxAge_xp "30d" // for the XP XP saving overall works, but they are resetted when i "ctrl+c" or even clean shutdown "/rcon quit" the server and relaunch it. After relaunch and connect it still says xp saving has been loaded from x minutes ago, but they are 0; however KR settings recovered I tried to set different values to g_XPSave where the result was always the same. I thought it could be an invalidating database problem, so i set the following to the database section: //************************************************** // User Database, Shrubbot and Bans //************************************************** set g_dbDirectory "database" //set g_dbUserMaxAge "90d" set g_dbUserMaxAge "-1" I think all file permissions / ownership / paths should be correct and to recap it just stucks after restart... Thanks for any advice!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.