Page 1 of 1

how do you modify weapons?

Posted: Wed Jan 18, 2006 5:02 pm
by weeman7007
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

Posted: Wed Jan 18, 2006 5:32 pm
by ^misantropia^
Sounds like Excessive.

Posted: Wed Jan 18, 2006 6:02 pm
by weeman7007
it sed summat about unlagged, whatever that is. where can i get excessive from?

Posted: Wed Jan 18, 2006 6:13 pm
by CrinklyArse
:dork:

Posted: Wed Jan 18, 2006 6:51 pm
by weeman7007
i got another question, how do u make a map rotation?

Posted: Wed Jan 18, 2006 7:34 pm
by Oeloe
lol, crinkly. :D

Posted: Wed Jan 18, 2006 7:35 pm
by CrinklyArse
:lub:

Posted: Thu Jan 19, 2006 2:05 am
by dubz
excessiveplus has unlaged

http://www.excessiveplus.net

Posted: Mon Jan 08, 2007 1:20 am
by jsolana
Nice guns :rtcw:

Posted: Mon Jan 08, 2007 1:35 am
by v1l3
weeman7007 wrote:i got another question, how do u make a map rotation?
use your notepad, and make a new file called maplist.cfg, and cut -n- paste:

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