.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Enhancement Workshop > (mEAn) Bot.Admin Mod / ServerLoader > (mEAn) ServerLoader > General Forum - ServerLoader
General Forum - ServerLoader Post your questions, comments, solutions and suggestions for the ServerLoader in here

Reply
 
Thread Tools
Re: MeanLoader Server Startup
Old
  (#51)
svr_2
Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Default Re: MeanLoader Server Startup - 15-05-2006

any idea's why HL2 server wont start as meanloader service? The meanloader service starts fine but does not fire up game server, I have to manually click on dedicated server icon and leave account logged in....thanks
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#52)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: MeanLoader Server Startup - 17-05-2006

The log file does not show meanloader attempting to run the HL2 server, so it seems that something is wrong with your INI settings. Show me what's in the INI and I may see the problem from there.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#53)
svr_2
Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Default Re: MeanLoader Server Startup - 17-05-2006

Thanks man for your help.

[Process_1]
StartDir =
ProcessName =
AppName = D:\installdirectory\source_server\srcds.exe
CommandLine = -console -game hl2mp -tickrate 66 +fps_max 600 +maxplayers 11 -port 27015 +map dm_lockdown +exec server.cfg
StartPause = 1000
StopPause = 1000
UserInterface = Yes
AutoRestart = Yes
Priority = high
Paused = No
Window = Minimize
NumOfRespChecks = 1
PrcFileLogging = Yes
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#54)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: MeanLoader Server Startup - 19-05-2006

Change [Process_1] to [Process_0] and it should work. The first process has to be "0", followed by "1", and so on.

Looks like something for me to fix, since at least you should get a message in the log telling you that something is wrong.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#55)
svr_2
Member
 
Status: Offline
Posts: 6
Join Date: May 2006
Default Re: MeanLoader Server Startup - 19-05-2006

THANKS man, it works like a charm!!! 82.165.182.49 is the IP of HL2 server if you play....its a fun server as its a soundz server so when you type something like "ouch" 'hi" "lol" something funny usually plays. One last question, in the INI file the priority is set to high but in task manager of processes its only listed as "normal" do I need to change a setting?
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#56)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: MeanLoader Server Startup - 19-05-2006

You can set the priority for the meanloader service itself (affects only meanloader.exe and not the processes), and you can set the priority for each process individually.

The log file should indicate what priority it is assigning to each process that is being loaded. Your ini file looks OK to me.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#57)
Parr
Member
 
Status: Offline
Posts: 1
Join Date: Jun 2006
Default Re: MeanLoader Server Startup - 11-06-2006

I can't get it working.
INI:
Code:
[Process_0]
StartDir = 
ProcessName = 
AppName = D:\Valve\SteamApps\****\source dedicated server\srcds.exe
CommandLine = -game gmod9 -maxplayers 4 -console +map gm_construct
StartPause = 1000
StopPause = 1000
UserInterface = Yes
AutoRestart = Yes
Priority = normal
Paused = No
Window = Minimize
I get this error when it's ettempting to start:
Failed to launch DLL: Module not found.
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#58)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: MeanLoader Server Startup - 02-08-2006

Does srcds.exe actually start and give you that error message? If so, then meanloader is starting it but something else is going wrong, such as the game module gmod9 not being located for whatever reason.

You can try specifying the StartDir where srcds.exe resides, but by default it should be where the AppName is. You also can try wrapping the app name in double-quotes because there are spaces in the folder path.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#59)
azn_ahn
Member
 
Status: Offline
Posts: 3
Join Date: Aug 2006
Default Re: MeanLoader Server Startup - 03-08-2006

I'm using MeanLoader for CS: S, but I don't know what to put for the CommandLine. This is what I have
CommandLine = -game -console -update -noipx -tickrate 100 +fps_max 600 -secure +maxplayers 16 -port 27015 +map de_dust2 +exec server.cfg -pingboost 3

What do you put for the -game part for CS: S?

Thanks In Advance
  
Reply With Quote
Re: MeanLoader Server Startup
Old
  (#60)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: MeanLoader Server Startup - 04-08-2006

It looks like your command line is missing the -game dll.

What you have to specify, is exactly what you would specify when running from any dos-like window command line prompt, or when launching from a windows shortcut.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com