Admin/Ban lists not read from persistent data path
BRANCH: public
REPORT:
Issue present since Dedicated Server release.
adminlist.txt and banlist.txt are not read outside of the server install directory (VRisingServer_Data/StreamingAssets/Settings).
The files should be readable from the persisten data path.
Related Github issue: https://github.com/StunlockStudios/vrising-dedicated-server-instructions/issues/26
DISCORD ID: Lisiano#6869
Comments: 3
-
01 Jun, '22
SenlarI can confirm this is also happening to me on my private server.
-
02 Jun, '22
John LeimgruberSame here, server log shows command (wine under linux):
CommandLine: Z:\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer.exe -persistentDataPath /
home/steam/vrising-data -logFile /home/steam/server.log
then a few lines later it shows it grabbing adminlist.txt from the wrong directory:
Loaded FileUserList from: Z:
\home\steam\Steam\steamapps\common\VRisingDedicatedServer\VRisingServer_Data\StreamingAssets\Settings\adminlist.txt
The log file and world data do go in the correct specified directory. -
05 Jun, '22
GeriThe 'validate' flag of SteamCMD (for example +app_update 1604030 validate) overwrites adminlist.txt and banlist.txt each time which is not ideal. It'd be great to move these to the same path.