Weapon mods

Libra

Member
I'm trying to figure out how to replicate a few mods I've seen before. Chain rocket the bullets of the chain gun are replaced with rockets do the full damage, mortar bolts, they have the bolt speed but the damage of the mortars. and the infinite laser.
 

Fixious

Test Lead
Open up rocketlauncher.cs, chaingun.cs, mortar.cs, and skyboltlauncher.cs and copy paste which code you want in each file. For instance, you'd want to copy pretty much everything between lines 6 and 61 from rocketlauncher.cs into chaingun.cs if you want it to fire rockets.

live\server\game\dataBlocks\weapons
 
Top