Not to be rude but did you read what I posted? I clearly wrote "BoI_GoF repack by Toss Last" in Bold Letter and made a link to his post.I really don't know why but whenever i start from start.bat it says me that some files are missing like run.bat etc i think it is because i am using another repack right?
If yea then please reupload your repack
Not to be rude but did you read what I posted? I clearly wrote "BoI_GoF repack by Toss Last" in Bold Letter and made a link to his post.
Also the .bat file I edit it to match mine server you have to edit the .bat file yourself, Its not hard to do.
Did you make sure all your .exe is run as xp service pack 3? if your using window vista,7 that is.i did still it says that files are missing but i checked already all files are in my folder. What am i doing wrong?
Did you make sure all your .exe is run as xp service pack 3? if your using window vista,7 that is.
Also I really do not know unless I see that error myself so post it here and I'll look into it.
i have configured all exe which needs to be runned to xp service pack 3 and i will make a video and link it you
i uploaded it
To view the content, you need to sign in or register
@echo off
Start /D Auagent run.bat
ping 1.1.1.1 -n 1 -w 1000
start /D DBServerSimulator DBServerSimulator.exe
ping 1.1.1.1 -n 1 -w 1000
start /D DetectCheatServer ./DetectCheatServer/DetectCheatServerR
ping 1.1.1.1 -n 1 -w 1000
start /D ServerGuarder ServerGuarder.exe
ping 1.1.1.1 -n 1 -w 1000
start /D ManagerServer ManagerServer/ManagerServerR
ping 1.1.1.1 -n 1 -w 1000
start /D GateServer ./GateServer/Gate
ping 1.1.1.1 -n 1 -w 5000
start /D LocalSaveServer LocalSaveServer/LocalSaveServerR
ping 1.1.1.1 -n 1 -w 1000
start /D ShareMemProc ./ShareMemProc/ShareMemProcR
First of all your bat file wont work you need to leave it as default so replace your with this one.
Dont not change the .bat file unless you know what you are doing.Code:@echo off Start /D Auagent run.bat ping 1.1.1.1 -n 1 -w 1000 start /D DBServerSimulator DBServerSimulator.exe ping 1.1.1.1 -n 1 -w 1000 start /D DetectCheatServer ./DetectCheatServer/DetectCheatServerR ping 1.1.1.1 -n 1 -w 1000 start /D ServerGuarder ServerGuarder.exe ping 1.1.1.1 -n 1 -w 1000 start /D ManagerServer ManagerServer/ManagerServerR ping 1.1.1.1 -n 1 -w 1000 start /D GateServer ./GateServer/Gate ping 1.1.1.1 -n 1 -w 5000 start /D LocalSaveServer LocalSaveServer/LocalSaveServerR ping 1.1.1.1 -n 1 -w 1000 start /D ShareMemProc ./ShareMemProc/ShareMemProcR
start /D mean its start from the Directory inside of the folder.
Also ping 1.1.1.1 -n 1 -w 1000 is optional.