View Single Post
Old 04-25-2007, 12:13 PM   #1 (permalink)
sage_inferno
Senior Member
 
sage_inferno's Avatar
 
Join Date: Feb 2003
Posts: 426
Default Nod Avatar free upgrades

tired of upgrading the avatar?


in v1.5 edit scripts.lua in core\1.5\patch5.big
replace the avatar lines with this

function OnNODAvatarCreated(self)
ObjectGrantUpgrade( self, "Upgrade_AvatarBeamCannon" , true)
ObjectGrantUpgrade( self, "Upgrade_AvatarStealthDetect" , true )
ObjectGrantUpgrade( self, "Upgrade_AvatarFlamer" , true )
ObjectGrantUpgrade( self, "Upgrade_AvatarInvisibility" , true)
end


use os big editor 0.5+ to extract the file uncompressed
http://www.ppmsite.com/index.php?go=osbigeditorinfo
it supports .lua
then repack it back to core\1.5\patch5.big with finalbig.

the avatar will have all commandeer upgrades upon creation
flamethrower,stealt detect, beam cannon and stealth generator
sage_inferno is offline   Reply With Quote