how do you modify weapons?
-
- Posts: 28
- Joined: Wed Nov 09, 2005 8:46 pm
how do you modify weapons?
i wanted know how to do this because i was on a server where the rocket launcher had the fire rate of the machine gun, so did the rail, and the lightning gun made loads of explosions on the target, i thought these weapons were PHAT! And i was wondering how they did it
-
- Posts: 28
- Joined: Wed Nov 09, 2005 8:46 pm
-
- Posts: 5493
- Joined: Sat Feb 19, 2005 12:57 am
-
- Posts: 28
- Joined: Wed Nov 09, 2005 8:46 pm
-
- Posts: 5493
- Joined: Sat Feb 19, 2005 12:57 am
use your notepad, and make a new file called maplist.cfg, and cut -n- paste:weeman7007 wrote:i got another question, how do u make a map rotation?
set pro-q3dm6 "map pro-q3dm6;set nextmap vstr pro-q3dm13"
set pro-q3dm13 "map pro-q3dm13;set nextmap vstr pro-q3tourney2"
set pro-q3tourney2 "map pro-q3tourney2;set nextmap vstr pro-q3tourney4"
set pro-q3tourney4 "map pro-q3tourney4;set nextmap vstr q3dm1"
set q3dm1 "map q3dm1;set nextmap vstr q3dm2"
set q3dm2 "map q3dm2;set nextmap vstr q3dm3"
set q3dm3 "map q3dm3;set nextmap vstr q3tourney1"
set q3tourney1 "map q3tourney1;set nextmap vstr q3dm4"
set q3dm4 "map q3dm4;set nextmap vstr q3dm5"
set q3dm5 "map q3dm5;set nextmap vstr q3dm6"
set q3dm6 "map q3dm6;set nextmap vstr q3tourney2"
set q3tourney2 "map q3tourney2;set nextmap vstr q3dm7"
set q3dm7 "map q3dm7;set nextmap vstr q3dm8"
set q3dm8 "map q3dm8;set nextmap vstr q3dm9"
set q3dm9 "map q3dm9;set nextmap vstr q3tourney3"
set q3tourney3 "map q3tourney3;set nextmap vstr q3dm10"
set q3dm10 "map q3dm10;set nextmap vstr q3dm11"
set q3dm11 "map q3dm11;set nextmap vstr q3dm12"
set q3dm12 "map q3dm12;set nextmap vstr q3tourney4"
set q3tourney4 "map q3tourney4;set nextmap vstr q3dm13"
set q3dm13 "map q3dm13;set nextmap vstr q3dm14"
set q3dm14 "map q3dm14;set nextmap vstr q3dm15"
set q3dm15 "map q3dm15;set nextmap vstr q3tourney5"
set q3tourney5 "map q3tourney5;set nextmap vstr q3dm16"
set q3dm16 "map q3dm16;set nextmap vstr q3dm17"
set q3dm17 "map q3dm17;set nextmap vstr q3dm18"
set q3dm18 "map q3dm18;set nextmap vstr q3dm19"
set q3dm19 "map q3dm19;set nextmap vstr q3tourney6"
set q3tourney6 "map q3tourney6;set nextmap vstr pro-q3dm6"
vstr "pro-q3dm6"
//end
Then put the maplist file in your baseq3 folder or which ever mod folder your running, and when on main menu drop the console, and type:
\exec maplist.cfg
-then there you go
-hf