1

Topic: Can't tune on LAN server

After Reading FAQs and Searching, and setting password on rcon, and entering the same password on rcon, and then, I typed tune laser_reach 3000 (or other commands) and pressed enter, It gives a note " Resetting Tune because of the pure servers"
How to make it able to be tuned?

2

Re: Can't tune on LAN server

Tuning is not possible when using normal gamemodes (DM, TDM, CTF). Try the gamemode "MOD" to test tuning values, but it's not really meant for gaming.

You have to use a mod.

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

3 (edited by s4nji 2009-04-12 10:46:33)

Re: Can't tune on LAN server

Ok I'll try...

--EDIT--
I still can't change it, same problem : "Resetting tuning due to the pure systyem"
And, when I play with my Brother on DM mode, I try to change it, but Connection Problem suddenly appeared... I tried  2 times, so PLEASE SOMEONE TELL MEEE....

4

Re: Can't tune on LAN server

Wtf. I already told you it's NOT working with DM, TDM and CTF.

bam: WARNING:'src/game/server/gamemodes/mod.cpp' comes from the future

5

Re: Can't tune on LAN server

I PLAYED ALONE WITH MOD. Trying MOD with my Bro...

6

Re: Can't tune on LAN server

The gametype is "mod" in lowercase, not "MOD". And you can't do much with it.

7

Re: Can't tune on LAN server

but you can always edit the mod.cpp by adding  "game_flags=  GAMEFLAG_TEAMS;" and "do_team_score_wincheck();"
without "".
And add these to the top of the file:
#include <engine/e_server_interface.h>
#include <game/server/entities/character.hpp>
#include <game/server/player.hpp>

If you recompie the source with those in it you can have tdm gameplay and tune the server.
Also you can change the gametype in the mod.cpp to your liking.

Note: This is for more advanced users so maybe someone can help you.

Bye.

8

Re: Can't tune on LAN server

Nah, I use "mod" and not "MOD" and it works. Thanks.