Gas Trap - HELP

1Luc1

Newbie
Joined
Dec 8, 2004
Messages
360
Reaction score
0
OK, i have make a gas trap. Everything works fine. But the problem is when i start the level the gas runs, and i dont´t want that.
Here is the vmf file -> save under

THX
 
yes they are all start off, so this istn`t the problem.
 
403: Keine Berechtigung, um auf die Datei zuzugreifen!
 
just save the file with right click, and save under, you stu... idi...!!
 
Create a logic_auto that OnMapSpawn, YourGas, TurnOff.
 
1Luc1 said:
just save the file with right click, and save under, you stu... idi...!!

And when I do that it saves the permission-denied HTM file, not the map.
 
for me it works, if nobody else get a failure maybe it is your fault.
 
havent had problems with gas traps before - try starting the thing again...traps arent that complicated so its not a lot of work really.
 
Looks like all the steam entities are marked to start on.
 
well it isn't possible to mark the steam to start on, so there is a another probleme.
 
Hmm, here's something.

When the map starts, the logic_auto Opens the valve.

When the valve is open, it fires propane_relay_fire_on, which turns on the gas and the sound.

To get the steam to start off, you'd need to completely redo the entity I/O in the given example.
 
Ok i have fixed the problem, here how it goes:

ambient_generic
FLAGS: Start Silent - ON

env_steam
initial state: off

env_microphone
stat Disabled: Yes

logic_auto
Outputs: valve close

THX for your HELP everyone!!
 
Back
Top