Author Topic: Wrong server.cfg load  (Read 955 times)

Offline Chokapik

  • Rank: Private
  • *
  • Posts: 4
Wrong server.cfg load
« on: November 18, 2010, 09:33:52 am »
Hello,

i have installed x4 v3 on my server (linux).

When i launch my server is bad server.cfg has loaded.

This my cmd

./cod4_lnxded +set fs_homepath /home/cod4_test  +set fs_game mods/X4v3.0 +set dedicated 2 +set sv_maxclients 5 +set ui_maxclients 5 +map mp_killhouse +set sv_punkbuster 0 +exec server.cfg

My server use server.cfg in main and not in mods.

How i can resolve this problem?

Thank you

Sorry for my bad english

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Re: Wrong server.cfg load
« Reply #1 on: November 18, 2010, 05:01:43 pm »
You have not put in the fs_game into your commandline

Offline Chokapik

  • Rank: Private
  • *
  • Posts: 4
Re: Wrong server.cfg load
« Reply #2 on: November 18, 2010, 05:10:24 pm »
Yes he is in my cmd

./cod4_lnxded +set fs_homepath /home/cod4_test  +set fs_game mods/X4v3.0 +set dedicated 2 +set sv_maxclients 5 +set ui_maxclients 5 +map mp_killhouse +set sv_punkbuster 0 +exec server.cfg

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Re: Wrong server.cfg load
« Reply #3 on: November 18, 2010, 05:14:30 pm »
Remember that Linux is not as forgiving as Windows is, case matters

Copy and Paste this:

./cod4_lnxded +set fs_homepath /home/cod4_test +set dedicated 2 +set sv_maxclients 5 +set ui_maxclients 5 +set fs_game mods/x4v30 +exec server.cfg +set sv_punkbuster 0

Change your folder X4v3.0 to x4v30 -- also you don't need +map mp_killhouse in your rotation with our mod, our config/maprotation.cfg takes care of that for you

Offline Chokapik

  • Rank: Private
  • *
  • Posts: 4
Re: Wrong server.cfg load
« Reply #4 on: November 18, 2010, 05:25:25 pm »
Thank you Joker, now i can play ;-)

Offline Chokapik

  • Rank: Private
  • *
  • Posts: 4
Re: Wrong server.cfg load
« Reply #5 on: November 18, 2010, 05:47:30 pm »
I have a problem

Loading fastfile mp_carentan
Error: Need 1223936 more bytes of ram for alloc to succeed
OUT OF MEMORY! ABORTING!!! (universal/physicalmemory.cpp:625)


U know what this problem?