I think this server has been messd up the whole time possibly.

Post all {HOHU4ET} related content here!
Post Reply
User avatar
Hermskii
Site Admin
Posts: 8689
Joined: Sun Jul 10, 2005 9:56 pm

I think this server has been messd up the whole time possibly.

Post by Hermskii » Sun May 25, 2025 9:43 pm

Help it you can.

I recently determined that when this server starts from a batch file, it does not load the mutator. If I go into the game itself and have the mutator selected and then start the game as a server or as a dedicated server, the mod does work! Sadly, I start all 5 of the {HOH} servers with a batch file.

Please take a look and if you know, tell me what I have set wrong in the batch file. here it is:

:top
for /f "tokens=5" %%* in ( 'echo.^| TIME ^| findstr "current"') do SET TIME=%%*
if "%TIME:~1,1%"==":" SET TIME=0%TIME%
for /f "delims=&" %%i in ('DATE /T') do SET DATE=%%i

SET HOURS=%TIME:~0,2%
SET MINS=%TIME:~3,2%
SET SECS=%TIME:~6,2%
SET MM=%DATE:~4,2%
SET DD=%DATE:~7,2%
SET YYYY=%DATE:~10,4%

SET LOGNAME=%YYYY%%MM%%DD%%HOURS%%MINS%

copy C:\Servers\HOHU4ET\System\Server.log C:\Servers\HOHU4ET\System\ServerCrash%LOGNAME%.log
copy C:\Servers\HOHU4ET\System\UCC.log C:\Servers\HOHU4ET\System\ServerCrash%LOGNAME%.log

ucc server DM-Deck16][?
Mutator=U4eT.U4eTARENA
ini=UnrealTournament.ini log=Server.log
goto top


Note that normally I have several other mutators running but I removed them for now to remove possible points of falure.
~Peace~

Hermskii

Post Reply