Page 1 of 1

railgun mod

Posted: Tue Feb 19, 2008 3:07 pm
by Giuseppe
i'd like to now how to increase the railgun damage:i play on lan with hamachi.thanks to everyone

Re: railgun mod

Posted: Tue Feb 19, 2008 3:15 pm
by corncobman
Download the source code.

Open up g_weapon.c, change the damage value in weapon_railgun_fire() or something.

Save, compile, and put the compiled stuff in your mod folder.

Run your mod.

Re: railgun mod

Posted: Tue Feb 19, 2008 3:37 pm
by Giuseppe
sorrry,but i don't know hot to compile th stuff....it's the FIRST time i use the code of q3a and his editor..can you explaine me?

Re: railgun mod

Posted: Tue Feb 19, 2008 3:54 pm
by corncobman
You can use the .bat files that come with the source code.

Re: railgun mod

Posted: Tue Feb 19, 2008 4:58 pm
by Giuseppe
sorry,but i don't understand....sorry,can you explain me step by step all the action that are needed to modify the rail?i have tried,but doesn't appear any change( thank you..and sorry for my english)

Re: railgun mod

Posted: Tue Feb 19, 2008 5:40 pm
by foralarx2k3
Guiseppe, are you actually looking to just increase the damage to the railgun only whilst keeping everything else the same, or are you looking for a railgun only mod like instagib where you have just the railgun and one shot instant kills?

Re: railgun mod

Posted: Tue Feb 19, 2008 6:27 pm
by Giuseppe
no, i want to increase the railgun damage in the normal game (no instangib) help me !!!!!!

Re: railgun mod

Posted: Tue Feb 19, 2008 7:18 pm
by corncobman
In the code/game code/cgame and code/q3_ui folders you should see files called

cgame.bat in the cgame folder
game.bat in the game folder
q3_ui.bat in the q3_ui folder

Running these will create .qvm files qhich Quake 3 uses to run your mod.

In this case you only need to run game.bat because you only change one file on the server side and don't need to compile the other 2 projects.