PDA

View Full Version : How do i replace weapons?



Oblivion2500
07-10-2009, 08:25 PM
How do i replace any weapon with a different weapon? For example:

I want to replace the Stinger with my own custom weapon called "SuperStinger".

I do not want to replace weapon in my inventory like the Enforcer.

PhoenixWing
07-10-2009, 11:44 PM
Use a Mutator that calls CheckReplacement then use ReplaceWith to change it to your new weapon

Oblivion2500
07-10-2009, 11:46 PM
You mean the Script. Or do i have to create the script. I am not good at making scripts. I am still a n00b.

PhoenixWing
07-10-2009, 11:59 PM
I'll Make One for you if you want, but there are many examples of doing this on the forums,
heres one for example (http://forums.epicgames.com/showthread.php?t=675087&highlight=CheckReplacement). It shouldn't be too hard. If you have any problems feel free to ask.

Wormbo
07-11-2009, 02:32 AM
I am not good at making scripts. I am still a n00b.
Gee, that's too bad.


I recommend reading tutorials and finding script examples similar to what you want to do. Understanding is the first step.

WabiWasabi
07-11-2009, 04:26 AM
Or you could just use the configurable Weapon Replacement mutator that comes with the game...

Oblivion2500
07-11-2009, 10:11 AM
Thanks for you help!

Oblivion2500
07-11-2009, 10:12 AM
I am getting a lot better in modding. Maybe i am just a little bit of a n00b.

PhoenixWing
07-11-2009, 02:28 PM
Hey we're all newbs at first, but learning transforms us into scripters.