View Single Post
Re: (mEAn) ServerLoader forum is silent, what to do?
Old
  (#8)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: (mEAn) ServerLoader forum is silent, what to do? - 17-03-2004

you should be able to do this with mEAn server loader without the source! you can assign as many services as you want. Just be sure to use a different -port 2701X in each command line (same as target line).
================================================== =========
config.cfg looks like:

; [Process_n]
; Each process is defined under this header
; replace 'n' with the process number starting from 0 up to 127.
; IMPORTANT: The process numbers must increment by one with no
; gaps in between. At a minimum the AppName must be specified under
; this header. A blank AppName or a gap in the sequence will cause
; all remaining headers to be skipped.
[Process_0]
AppName = C:\HLServer\hlds.exe
;StartDir =
CommandLine = -console -ip internet -port 27016 -game cstrike -maxplayers 16 +map de_dust
StartPause = 5000
StopPause = 2000
Window = minimize
Paused = No
AutoRestart = Yes
Priority = normal

Last edited by dead bwoy; 17-03-2004 at 19:03..
  
Reply With Quote