Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Explosive corpses?  (Read 1128 times)

Spud

  • Bay Watcher
    • View Profile
Explosive corpses?
« on: August 10, 2008, 06:34:52 pm »

I am making a DOOM mod (cuz i can) and i was wondering if i could make my megabeasts spawn some sort of rock that explodes due to any temperature! What tag would i put in? (They will spawn the rock when they die)

This rock would explode and look all cool when they die!
« Last Edit: August 10, 2008, 06:44:36 pm by Spud »
Logged
I hate it when people answer "whats going on" with "not too much".
Plenty of shit is going on and you know it. Spill motherfucker.

Zenatrul

  • Bay Watcher
    • View Profile
Re: Explosive corpses?
« Reply #1 on: August 10, 2008, 08:49:04 pm »

You could use what titans have for dropping statues.

[ITEMCORPSE:STATUE:NO_SUBTYPE:METAL:BRONZE]

Obviously replacing statue with the stone you want and the type.
Logged

Spud

  • Bay Watcher
    • View Profile
Re: Explosive corpses?
« Reply #2 on: August 10, 2008, 09:04:02 pm »

Ahh yes. but is there a way to make the stone explode? Perhaps if i make the stone like bimitious coal and put the temp really low..
Logged
I hate it when people answer "whats going on" with "not too much".
Plenty of shit is going on and you know it. Spill motherfucker.

Zenatrul

  • Bay Watcher
    • View Profile
Re: Explosive corpses?
« Reply #3 on: August 10, 2008, 09:10:39 pm »

If you put it really high, it will burn and create some smoke. But sadly no explosions.
Logged

Spud

  • Bay Watcher
    • View Profile
Re: Explosive corpses?
« Reply #4 on: August 10, 2008, 09:13:23 pm »

Doesn't coal explode when it is boiled? if i put its boiling temp really low im sure it could explode?
Logged
I hate it when people answer "whats going on" with "not too much".
Plenty of shit is going on and you know it. Spill motherfucker.

Zironic

  • Bay Watcher
  • [SDRAW_KCAB]
    • View Profile
Re: Explosive corpses?
« Reply #5 on: August 10, 2008, 09:15:14 pm »

Just make a new stone, like this:

[MATGLOSS_METAL:UNSTABLESUBSTANCE]
[NAME:unstable matter][ADJ:unstable matter][COLOR:2:7:1]
[VALUE:200000]
[SPEC_HEAT:1]
[MELTING_POINT:1]
[BOILING_POINT:2]
[SOLID_DENSITY:40000000000]
Logged

Spud

  • Bay Watcher
    • View Profile
Re: Explosive corpses?
« Reply #6 on: August 10, 2008, 09:19:47 pm »

Yeah, ive done that, problem is i cant get them to drop it when they die, it just drops "Stones"

   [ITEMCORPSE:STONE:NO_SUBTYPE:METAL:EXPLOSIVE] is what i have in their creature thing
« Last Edit: August 10, 2008, 09:22:57 pm by Spud »
Logged
I hate it when people answer "whats going on" with "not too much".
Plenty of shit is going on and you know it. Spill motherfucker.