Here are a few DA2 bits and pieces to get everyone going while the DA2 website (and accompanying dedi tut) is down.
1) Install the dedicated server files using the following command line for the HldsUpdateTool. The final directory address is as per your own specifications.
2) If this is your first time to run your DA2 server then I recommend that you make your DA2.ini configuration file by entering the game through your client application and using the in game setup for a dedicated server.
Launch the server once and then locate the compiled server file in your \killingfloor\DA2\System folder. Simply place this in your dedicated server second tier DA2/System folder (C:\DA2\DA2\System).
3) Classic Assault Mode Command Line (run from your main (C:\DA2\system folder)
4) Coop Versus Mode Command Line (run from your main (C:\DA2\system folder)
I'm using the following command line instead of the above as it reboots in case of a crash. This was supplied by Tripwire's forum user ButchCassidy for RO.
Place this in the main system folder (C:\DA2\system folder) and run as a .bat as you do with the command line.
@echo off
title DA II
echo Look at the top of the window.
echo.
cd C:\DA2\system
set GameText === DA2 Public server ====
set GameCmd=C:\DA2\system\ucc server
DA2-Triumph?Game=da2.DefenceAlliance?Mutator=da2.mutkf -server -mod=da2 -log=server.log
echo %GameText%
echo.
echo This is the %GameText% Auto Runner
echo To Restart the server close the corresponding Game
echo To Shut down the server close this window.
echo.
set LogFile="%homepath%\Desktop\Logs\%GameText%.log"
echo Output is logged to %LogFile%
echo.
echo This is the command line: >>%LogFile%
echo %GameCmd% >>%LogFile%
:start
echo ReStarting %GameText%
date/t
time/t
echo ReStarting %GameText% >>%LogFile%
date/t >>%LogFile%
time/t >>%LogFile%
call %GameCmd%
goto start
5) Last but not least, I needed to install the client 2K4Menus.utx file from the Killing Floor textures folder (you may not need to) to the DA2\DA2\Textures folder as this file is not downloaded using the HldsUpdateTool application but is used by DA2. Boot up.
arramus
1) Install the dedicated server files using the following command line for the HldsUpdateTool. The final directory address is as per your own specifications.
Code:
HldsUpdateTool.exe -command update -game defencealliance2 -dir C:\DA2
Launch the server once and then locate the compiled server file in your \killingfloor\DA2\System folder. Simply place this in your dedicated server second tier DA2/System folder (C:\DA2\DA2\System).
3) Classic Assault Mode Command Line (run from your main (C:\DA2\system folder)
Code:
ucc server DA2-Triumph?Game=da2.DefenceAlliance -server -mod=da2 -log=server.log
Code:
ucc server DA2-Triumph?Game=da2.DefenceAlliance?Mutator=da2.mutkf -server -mod=da2 -log=server.log
Place this in the main system folder (C:\DA2\system folder) and run as a .bat as you do with the command line.
@echo off
title DA II
echo Look at the top of the window.
echo.
cd C:\DA2\system
set GameText === DA2 Public server ====
set GameCmd=C:\DA2\system\ucc server
DA2-Triumph?Game=da2.DefenceAlliance?Mutator=da2.mutkf -server -mod=da2 -log=server.log
echo %GameText%
echo.
echo This is the %GameText% Auto Runner
echo To Restart the server close the corresponding Game
echo To Shut down the server close this window.
echo.
set LogFile="%homepath%\Desktop\Logs\%GameText%.log"
echo Output is logged to %LogFile%
echo.
echo This is the command line: >>%LogFile%
echo %GameCmd% >>%LogFile%
:start
echo ReStarting %GameText%
date/t
time/t
echo ReStarting %GameText% >>%LogFile%
date/t >>%LogFile%
time/t >>%LogFile%
call %GameCmd%
goto start
5) Last but not least, I needed to install the client 2K4Menus.utx file from the Killing Floor textures folder (you may not need to) to the DA2\DA2\Textures folder as this file is not downloaded using the HldsUpdateTool application but is used by DA2. Boot up.
arramus
Last edited: