Page 1 of 1
Trying to get our server get a work...
Posted: August 5th, 2006, 6:44 am
by SOME RANDOM
how do i get my own server to work and put the save position mod on. For some reason it doesn't work. Is there something that i have to alter.
Posted: August 6th, 2006, 12:02 am
by 9mm
well first off is this for cod 1 or 2?
also plz try to give a bit more info about what you have tried and what your problem is....
to get the save mod to work you will need to have it in your "main" folder and also have the correct settings in your dedicated config that the server runs from to activate the save mod and configure it to run properly
finally plz also take the time to register so it will make helping you easier
Posted: August 6th, 2006, 2:54 am
by creator
if its cod1
make a folder called:
akk_mod
put in it the akk files
and made in ur server shortcut ( or script that auto execute when server loads up )
set fs_Game akk_mod
it should be on ur server
for cod2 well same but akk mod doesnt work on cod2 so use codjumper mod
i think its same way as akk mod
just change folder to codjumper_mod or something and put the mods in it and do
+set fs_game codjumper_mod in ur shortcut line
or in script : set fs_game codjumper_mod

Posted: August 7th, 2006, 5:47 am
by 9mm
for cod 1 that will not work(or at least I dont think so)
you need to put the file in the main folder then set up the cfg
there are about 15 commands that need to be set for the mod to work so you will need to put then into the dedicated cfg that will be executed
Posted: August 7th, 2006, 1:58 pm
by creator
put the file in main and u get errors or it will just lag
what i said above is the good way used by everyone that knows how a server/mod realy works
i made my self for 2-3 years servers.
Posted: August 7th, 2006, 6:33 pm
by creator
commands:
set g_gametype "codjumper"
set scr_antiblocktime "15" // This is the amount of time it takes until a player (not moving) is marked as blocking.
set scr_saveposition "1" // This will turn on the savemod
set scr_antikill "1" // This will turn on invulnerability. This will stop all killing (except if person is blocking).
set scr_cjvote "1" // This will turn on the CJ voting system
set scr_cjvotetime "10" // This is the time (in minutes) before voting is automatically turned on.
set g_weaponAmmoPools "0"
hope its helping u.
good luck with ur server
let me know if u got anymore trouble
Posted: August 7th, 2006, 8:22 pm
by Drofder2004
The CoDJumper Mod comes with a FULL readme, it contains a full server config and set up details, plus information on what every new cvar does.
Posted: August 7th, 2006, 8:23 pm
by creator
yup
just wanted to tell him quick
