![]() |
rcon command resets bots, gamtype etc. - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16) +--- Thread: rcon command resets bots, gamtype etc. (/showthread.php?tid=4495) |
rcon command resets bots, gamtype etc. - darkzun - 09-28-2013 Server runs gametype DM, minstagib, hook enabled, but when I use chmap "xxxx" the map starts without bots, no minsta etc. I'm doing something wrong ![]() RE: rcon command resets bots, gamtype etc. - Vargos - 09-29-2013 What about some specifig info for us to see? like a config, i dunno =) RE: rcon command resets bots, gamtype etc. - Mr. Bougo - 09-29-2013 What happens when you don't use chmap, but instead wait for the current map to end or use endmatch? Does it happen with all maps? RE: rcon command resets bots, gamtype etc. - darkzun - 09-29-2013 (09-29-2013, 04:02 AM)Mr. Bougo Wrote: What happens when you don't use chmap, but instead wait for the current map to end or use endmatch? No problems if I wait for the next map. Bots stay and it keeps running DM like it should. I'm using chmap to a DM supported map in my map list (no custom maps). The server.cfg is almost default, only rcon pw, disabled voting and some other stuff that should not affect this. RE: rcon command resets bots, gamtype etc. - Mr. Bougo - 09-29-2013 Can you give me instructions to reproduce the issue from a clean config? RE: rcon command resets bots, gamtype etc. - darkzun - 09-30-2013 (09-29-2013, 04:55 PM)Mr. Bougo Wrote: Can you give me instructions to reproduce the issue from a clean config? I can mail you the server.cfg. Everything else is default. Server and client 0.7.0, default maps, server.cfg located in \data, server_windows.bat launches server, nothing edited in config.cfg. - starting server - launching game on different computer - rcon pw in client - playing! setup is correct according to server.cfg - and then...using chmp XXXX - everything seems fine, but bots are gone, minstagib gone (default DM weapons), etc. nothing comes back before I restart server. It seems like it now uses the default server config. Would it help if I also send you server.log that only contains log from playing on working config and using chmap once? There must be some basic knowledge I don't have. RE: rcon command resets bots, gamtype etc. - Mr. Bougo - 09-30-2013 Sure, send me your config. You can attach it to this thread, or if you don't want it to be public send it to me through the forum's PM system (wrap it in [code] tags). In any case, don't forget to change the rcon password in the file before sending it. RE: rcon command resets bots, gamtype etc. - darkzun - 10-01-2013 ![]() Dont' know why I said earlier that the server needed restart...probably because the bots where diconnected, but again, thats just because they never want to be alone, and when I diconnect/change map, they are. Sorry for all the language errors...I'm norwegian ![]() After typing rcon pw in the client, I still have to use rcon before rcon commands? RE: rcon command resets bots, gamtype etc. - tZork - 10-01-2013 Yes. If you do "chmap blaha" w/o "rcon " in front, your client will disconnect from the current server and launch a new "private" server on your client with the map requested. The server's still the same except for you not being connected to it anymore. Any command you want to execute on the server via rcon must be preceded with "rcon ". RE: rcon command resets bots, gamtype etc. - darkzun - 10-01-2013 Thank you Mr. Bougo and tZork! Time to frag someone ![]() RE: rcon command resets bots, gamtype etc. - Mr. Bougo - 10-01-2013 Hehe, I'm glad you worked it out, I was seriously troubled there. Funny mistake you made there, but that's how you learn ![]() RE: rcon command resets bots, gamtype etc. - darkzun - 10-03-2013 That's the scary thing with noobs...we ask complicated questions that seems unlogical, and the problem escalates out of proportions. Keep all possibilities open when I ask something...hehe! Trying to find a good thread about hosting custom maps, but can't find answers to my question. I have read the mapdownload.txt but... If any of you have a thread that explains this, please tell. I'm not gonne make my own maps, just want to use maps from an existing webserver like http://delight.vapor.com/maps/xonotic/ I thought I could "put sv_curl_defaulturl" in the server.cfg file with for example "http://www.urltoawebserverwithmaps.com/xonoticmaps/", and then insert mapnames in the maplist. Apparently not. Do 0.7.0 support maps made for 0.6.0? RE: rcon command resets bots, gamtype etc. - Mr. Bougo - 10-03-2013 (10-03-2013, 11:32 AM)darkzun Wrote: I thought I could "put sv_curl_defaulturl" in the server.cfg file with for example "http://www.urltoawebserverwithmaps.com/xonoticmaps/", and then insert mapnames in the maplist. Apparently not. "put" is not a command. You want this in your server.cfg: Code: set sv_curl_defaulturl http://delight.vapor.com/maps/xonotic/ |