risingstorm2_win64
steamcmd
Rising Storm 2: Vietnam
VNGame.exe
%MAP%%PORT%%PLAYERS%%CONTROL_PASSWORD%?EnableWebAdmin=true%WEB_ADMIN_PORT% -log=ServerLog.log %IP% %QUERY_PORT% -UNATTENDED
10
19238
12783
maplist.txt
ROGame/Logs/ServerLog.log
Binaries/Win64
64
none
418480
anonymous
maplist="maplist.txt"
if [ -s "$maplist" ]
then
echo "File $maplist found. OK!"
else
echo "File $maplist not found"
echo "Generating new maplist file in $maplist"
touch maplist.txt
echo VNTE-Compound > maplist.txt
echo VNTE-CuChi >> maplist.txt
echo VNTE-Firebase >> maplist.txt
echo VNTE-Hill937 >> maplist.txt
echo VNTE-HueCity >> maplist.txt
echo VNSK-Compound >> maplist.txt
echo VNSK-Firebase >> maplist.txt
echo VNSK-JungleCamp >> maplist.txt
echo VNSU-AnLaoValley >> maplist.txt
echo VNSU-SongBe >> maplist.txt
fi