Okay, I saw a YouTube video where some guy had a flamethrower, tried the code (before I knew it was patched) and it didn't work. So now I'm trying to make a new one, to a point.
[youtube]http://www.youtube.com/watch?v=DikBRGoqEC4&NR=1[/youtube]
My goal is to have it shoot fire, like in the video above. Not even going to bother with infinite ammo, because that was accomplished with the 'Dove' barrel.
Here's what I'm starting with
Its just a mercurial blaster, picked it up from a round drop in Underdome. What I need help with is finding a way to give it a fire effect, and if thats possible, doing it without forcing DLC3 required.
Any help if appreciated
[youtube]http://www.youtube.com/watch?v=DikBRGoqEC4&NR=1[/youtube]
My goal is to have it shoot fire, like in the video above. Not even going to bother with infinite ammo, because that was accomplished with the 'Dove' barrel.
Here's what I'm starting with
Code:
gd_itemgrades.Weapons_Eridan.ItemGrade_Eridan_SMG_Blaster
gd_manufacturers.Manufacturers.Eridian
gd_weap_alien_rifle.A_SMG.a_weap.WeaponType_Eridan_Blaster
gd_weap_alien_rifle.Body.body4
gd_weap_alien_rifle.Grip.grip2
gd_weap_alien_rifle.mag.mag6
gd_weap_alien_rifle.Barrel.barrel4_MercurialBlaster
gd_weap_alien_rifle.Sight.sight4
gd_weap_alien_rifle.Stock.stock4
None
gd_weap_alien_rifle.acc.acc4
gd_weap_shared_materialparts.ManufacturerMaterials.Material_Eridan_1
gd_weap_alien_rifle.Prefix.Prefix_Mercurial
gd_weap_alien_rifle.Title.Title_Blaster
0
5
4
59
Its just a mercurial blaster, picked it up from a round drop in Underdome. What I need help with is finding a way to give it a fire effect, and if thats possible, doing it without forcing DLC3 required.
Any help if appreciated