Making objects burnlight you on fire you when you touch them

Post » Tue Jun 19, 2012 7:08 pm

I've been bothered by the fact that fire can't hurt you in the game so I want to make a mod that makes them able to hurt you. I've noticed that jumping into a Blacksmith forge will light you on fire and hurt you a bit and I want that kind of effect in my mod but I'm clueless as to how to make a script that works like that. The only way I could sort of replicate the effect was with two Hazards named 'FireLgPlacedHazard' or 'FireLgPlacedHazard' (an invisible fire but still burns you); It was extremely tedious as I had to go individually to each fire and copy paste the x y and z info and I gave up on that. I'm sure it's pretty simple to do, I need a script that makes things light you on fire when you touch them? How do I do it?
User avatar
Melanie Steinberg
 
Posts: 3365
Joined: Fri Apr 20, 2007 11:25 pm

Post » Tue Jun 19, 2012 6:38 pm

I'm not at my modding computer right now, but are there by any chance keywords on the forge furniture objects that might indicate this?

You're certain they haven't gone and placed those same hazards on the vanilla forges?
User avatar
Rude Gurl
 
Posts: 3425
Joined: Wed Aug 08, 2007 9:17 am

Post » Wed Jun 20, 2012 2:19 am

I'm not at my modding computer right now, but are there by any chance keywords on the forge furniture objects that might indicate this?

You're certain they haven't gone and placed those same hazards on the vanilla forges?
Now that you mention it, there are. Mainly in the scripts, there's one named 'Blacksmithforge'. In it's properties there's a property named FlameDamage and it's type is spell. I don't really know how exactly to put it in other objects and make it work though. And no, they haven't putted hazards on the forges they have scripts on them instead.
User avatar
JERMAINE VIDAURRI
 
Posts: 3382
Joined: Tue Dec 04, 2007 9:06 am

Post » Wed Jun 20, 2012 3:33 am

bump
User avatar
xemmybx
 
Posts: 3372
Joined: Thu Jun 22, 2006 2:01 pm

Post » Wed Jun 20, 2012 2:39 am

Have a look in that script and see if you can extract the behaviour you want into a new script, which you could then attach to other objects that you want to burn the player on touch.

Cipscis
User avatar
Robert
 
Posts: 3394
Joined: Sun Sep 02, 2007 5:58 am


Return to V - Skyrim