I have a strange issue with my installed dods server.
Mod's: dblocker
Cfg's: esl match cfg's
server.cfg has a line with sv_pure 2
autoexec.cfg has a line with sv_pure 2
The issue is that i get different output if i have entered the rcon password:
Without the rcon password and normal exec of the cvar in console outputs this:
Then if i use rcon sv_pure as below i get this:
] rcon_password xxx
] rcon sv_pure
--------------------------------------------------------
sv_pure:
If set to 1, the server will force all client files except the whitelisted ones (in pure_server_whitelist.txt) to match the server's files.
If set to 2, the server will force all client files to come from Steam (and it will not load pure_server_whitelist.txt).
Current sv_pure value is 2.
------------------------------------------------
Mod's: dblocker
Cfg's: esl match cfg's
server.cfg has a line with sv_pure 2
autoexec.cfg has a line with sv_pure 2
The issue is that i get different output if i have entered the rcon password:
Without the rcon password and normal exec of the cvar in console outputs this:
Quote: sv_pure
--------------------------------------------------------
]sv_pure:
If set to 1, the server will force all client files except the whitelisted ones (in pure_server_whitelist.txt) to match the server's files.
If set to 2, the server will force all client files to come from Steam (and it will not load pure_server_whitelist.txt).
The server is using sv_pure = 1.
lss.txt allow_from_disk+check_crc
.\... from_steam
cfg\... allow_from_disk
maps\... allow_from_disk
resource\... allow_from_disk
bin\... allow_from_disk+check_crc
scripts\... allow_from_disk+check_crc
--------------------------------------------------------
Then if i use rcon sv_pure as below i get this:
] rcon_password xxx
] rcon sv_pure
--------------------------------------------------------
sv_pure:
If set to 1, the server will force all client files except the whitelisted ones (in pure_server_whitelist.txt) to match the server's files.
If set to 2, the server will force all client files to come from Steam (and it will not load pure_server_whitelist.txt).
Current sv_pure value is 2.
------------------------------------------------