Advertisement
Fredcpp

Run FEAR Combat Server with full parameters explanation

Apr 4th, 2017
1,509
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @ECHO OFF
  2. ::Change the path to log files:
  3. set LOGPATH=C:\FEARCombat\Logs
  4. ::Change the ServerOptionsFile name, withtout the .txt extension. for a file named ServerOptions-TDM.txt use:
  5. set SERVEROPTIONSFILE=ServerOptions-TDM
  6. ::Do not change the following commands unless you know what you are doing ;)
  7. set datetimef=%date:~-4,4%-%date:~-10,2%-%date:~-7,2%_%time:~0,2%.%time:~3,2%.%time:~6,2%
  8. set LOGF=%LOGPATH%\%SERVEROPTIONSFILE%_%datetimef%.log
  9. start fearserver.exe -optionsfile ServerOptions-TDM +errorlog 1 +alwaysflushlog 1 +errorlogfile "%LOGF%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement