Shalone Posted April 25, 2002 Share Posted April 25, 2002 I want to make a football sized pool of lava, that kills you instantly if you touch it.. how do I do it? Also Can you make lava eruptions Link to comment Share on other sites More sharing options...
Infinity Posted April 25, 2002 Share Posted April 25, 2002 http://planetquake.com/bubba/liquid1.html too lazy to write it all out. (by the way, it's a q3 tutorial, but I think it still applies) I'd be carefull though, a futbull sized liquid brush might cause some serious lag. It's complicated for the engine to calculate. Note: the lava textures are in the mine level dir. Link to comment Share on other sites More sharing options...
Shalone Posted April 25, 2002 Author Share Posted April 25, 2002 I was taking it for granted, I thought it was like Duke where if you put a lava skin down, it'd automatically do damage Link to comment Share on other sites More sharing options...
Shalone Posted April 25, 2002 Author Share Posted April 25, 2002 I don't even want it to be liquid, I just want it to be damaging/instant death floor tile, the whole idea of the map is a 20sq ft arena in the center of a danger area, so if you dual or fight on the arena, and get knocked out, it's ring out and instant death Link to comment Share on other sites More sharing options...
Cmdr. Antilles Posted April 25, 2002 Share Posted April 25, 2002 Lava DOES automatically hurt you. But if you just want a floor to hurt someone, make a brush that's the extent of the 'damaging' area, then make it into a trigger_hurt. Check the entity info (press 'N') on that for more info on how to change it's settings. But that should help ya. Link to comment Share on other sites More sharing options...
Shalone Posted April 25, 2002 Author Share Posted April 25, 2002 thanx, now is their anyway to animate the texture? and is value how much damage it does? Link to comment Share on other sites More sharing options...
Cmdr. Antilles Posted April 25, 2002 Share Posted April 25, 2002 Yeah, you can change the ammount of damage. And I'm not sure what you mean by animated texture... Do you want lava, or just a floor that hurts you? In my example, the trigger_hurt should have a 'system/trigger' texture applied to it, so it shows up invisible. Link to comment Share on other sites More sharing options...
Shalone Posted April 25, 2002 Author Share Posted April 25, 2002 I want the floor to hurt you, but make the tecture move.. nm.. how do you change damage? Right now it's doing 1pt of damage a second, but even on the floating platforms. Link to comment Share on other sites More sharing options...
Cmdr. Antilles Posted April 25, 2002 Share Posted April 25, 2002 Did you read the entity info: I quote: Any entity that touches this will be hurt. It does dmg points of damage each server frame Targeting the trigger will toggle its on / off state. SILENT supresses playing the sound SLOW changes the damage rate to once per second NO_PROTECTION *nothing* stops the damage "dmg" default 5 (whole numbers only) If dmg is set to -1 this brush will use the fade-kill method So, if you want it to instantly kill the player, you have to add a key 'dmg' and value '-1' To do that, type 'dmg' into the box labeled 'key' and '-1' into the 'value' box, and press enter. If you want it to hurt you, but not instantly kill you, give it a key 'dmg' and a value that is something higher than 5. And shaders are scripts that control what a texture looks like. It's a big topic I don't have time to explain, but here's a quake3 tut on shaders that should help you: http://www.qeradiant.com/manual/Q3AShader_Manual/ Link to comment Share on other sites More sharing options...
Shalone Posted April 25, 2002 Author Share Posted April 25, 2002 Ok, so why is it still damahging me when standing on the floating platforms above it? NM no protection pretty much means it'll hurt everywhere. Link to comment Share on other sites More sharing options...
UniKorn Posted April 25, 2002 Share Posted April 25, 2002 Your damage brush is probably too high. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.