View Single Post
Old
  (#2)
Mr_nStuff is Offline
Senior Member
 
Posts: 763
Join Date: Apr 2002
Location: California
   
Default 11-17-2002, 05:47 PM

You need to mod all the map SCR files.

In the pak1.pk3 file.. You need to extract all the map SCR files.. (IE: obj_team2.scr, MP_Berlin_TOW.scr, ect)

Then you need to open thoughs files with wordpad.. Yes open wordpad first then load them. Otherwise Windows will think SCR stands for screensaver file.

Then in files like obj_team2.scr you would add:

set g_gametype 4
set sv_team_spawn_interval 0
roundlimit 5


Then in files like MP_Berlin_TOW.scr you would add:

set g_gametype 5
set sv_team_spawn_interval 15
roundlimit 0


Then when your done editing all your SCR files.. You will need to pak them up in a new pk3 file.. Something like rotation.pk3 and make sure your saving the correct path info..

Like objective SCR files in the rotation.pk3 would have the path maps\obj attached to them..

Best way to accomplish this is to move the maps folder to your root directory and pack them from there.

Once you have your new cool rotation.pk3 file.. Upload it to the servers mainta directory and your set..

If that doesn't work.. You can always upload the SCR files to mainta\maps\obj without packing them into a pk3 file.
  
Reply With Quote