This time i (since i have succesfully hosted already) just want to edit the batch file i use to run a server in the background so that i can have just one mutator on but idk how to script it
I am using the utrpg v2.1 mutator but idk how to script that into the batch file unless i am supposed to or not but here is my code
@echo off
:10
ucc server AS-MH(TormentedPalace)?game=UT2k4Assault.ASGameInfo
ini=UT2004.ini log=server.log -lanplay
copy server.log servercrash.log
goto 10
So i just save it as .bat after and execute it then my server is running but i tried setting a mutator for it in menu in-game but that doesn't work when it is hosted.
Is there a way i go about this?
if you want to just give me a code for an assault map that is named different thats fine as long as it posts it with a mutator so i can change the name to utrpg(and w/e the link to my mutator download is) I can figure that part out (changing the name parts) just give me a code with a assault map and 1 mutator
I am using the utrpg v2.1 mutator but idk how to script that into the batch file unless i am supposed to or not but here is my code
@echo off
:10
ucc server AS-MH(TormentedPalace)?game=UT2k4Assault.ASGameInfo
ini=UT2004.ini log=server.log -lanplay
copy server.log servercrash.log
goto 10
So i just save it as .bat after and execute it then my server is running but i tried setting a mutator for it in menu in-game but that doesn't work when it is hosted.
Is there a way i go about this?
if you want to just give me a code for an assault map that is named different thats fine as long as it posts it with a mutator so i can change the name to utrpg(and w/e the link to my mutator download is) I can figure that part out (changing the name parts) just give me a code with a assault map and 1 mutator
Comment