Before we get started i read
viewtopic.php?f=67&t=4107And it says If you'd like to run several servers, simply copy the "sourcebase" folder to another folder in the same directory, and follow steps #4-6 again, adjusting them to reference it instead. Choose a different port from the dialog so that the servers don't interfere with each other. My question is do i have to copy the soursebase folder everytime i wanna run a new server? because it takes a long time to copy it
Also to make sure i understand this correctly says repeat steps 4-6 lets say i copy the sourcebase folder into a foulder i named sourcebase2 in the same directory so when i repeat steps 4-6 it normally looks like this
cmd.exe /c start /high /d"c:\game installs\sourcebase\orangebox" "Game server" "c:\game installs\sourcebase\orangebox\srcds.exe" -game cstrike -ip xxx.xxx.xxx.xxx
Now now i should change it to this
cmd.exe /c start /high /d"c:\game installs\sourcebase2\orangebox" "Game server" "c:\game installs\sourcebase2\orangebox\srcds.exe" -game cstrike -ip xxx.xxx.xxx.xxx
Is this Correct?