Page 1 of 1

Adding Save Mod To Server

Posted: January 10th, 2006, 3:57 am
by Effect
This may have already been ask.. but I cant find it...

Is there any way I can put the save mod in a server I make from Create a Server?.. I can make 1.. I just dont know how to put the MOD into it... I have it already downloaded... sry for your time
Thanks

Posted: January 10th, 2006, 11:52 am
by Grom
Just put the .pk3 in your main folder, and fire up your own server in cod (2).
You may have to put in this command in console or in your config too.

Code: Select all

scr_saveposition 1 - COD2 
g_jump_map 1 - COD1
Be aware that it maybe will not work if you got any other mods, so be sure to delete all mods in your main directory if it wont work.

Posted: January 10th, 2006, 1:27 pm
by Effect
I only Have Jumper MODS in and It doesn't work?... mmm :?

Posted: January 10th, 2006, 1:52 pm
by St.Anger
Mmm take a look @ this post http://pedsdesign.com/codforums/viewtop ... highlight= If u still can't figer it out make a post again.

Re: Adding Save Mod To Server

Posted: January 10th, 2006, 2:42 pm
by Luke
Effect wrote:This may have already been ask.. but I cant find it...

Is there any way I can put the save mod in a server I make from Create a Server?.. I can make 1.. I just dont know how to put the MOD into it... I have it already downloaded... sry for your time
Thanks
can you be more specific, is it for cod or cod 2, and which version of the save mod do you want to use?

If its for cod 1 and you're using the old save mod without anti kill, open console and type /set g_jump_map 1 then restart map(/map_restart), but if you're using either akk 1.5 or 1.6 then its /set scr_lev_savepositions 1

Same process for cod 2 but like grom said you type /set scr_saveposition 1 in console.

Posted: January 10th, 2006, 4:49 pm
by Effect
Its or COD 2 1.01..... I havent tried seta in the code... so ill try that when I get home... but u put that in the server console right?

Posted: January 11th, 2006, 4:33 am
by Effect
Just in case anyone had the same problem i did get it to work thanks to you guys...it was

Code: Select all

seta scr_saveposition 1
In Server Console....

Thanks for your help![/code]