no disablemotion?
I remember I've seen the issue before, but still worked, at least until now, since I've a button with "box* disablemotion" and it doesn't work.
mmmm....
Just look up the model for prop weighted cube.
spongylover123 wrote:
Ah, now I get it, prop_weighted cube doesn't have that flag or output but prop_physics does.
Just look up the model for prop weighted cube.
Well gee, that'll work exactly until you need the cube to actually do anything. That being said, guessing by this > gallardo wrote:
... it's hard make it work when you compile mapversion4 but ingame you test mapversion3...
the problem is already solved.
Pete wrote:
spongylover123 wrote:Ah, now I get it, prop_weighted cube doesn't have that flag or output but prop_physics does.
Just look up the model for prop weighted cube.Well gee, that'll work exactly until you need the cube to actually do anything. That being said, guessing by this
gallardo wrote:... it's hard make it work when you compile mapversion4 but ingame you test mapversion3...
the problem is already solved.
Well if you need to use the cube just do this,
BUTTON: OnPressed - cube - skin - 2
Fizzle:
The radio is now complete!
If you are using fizzler on your map, then:
Create an ambient_generic entity and place it inside the fizzler. Name it box_sound_fizzle
Make the radio_sound_fizzle's Sound Name UpdateItem.Fizzle.
Create a filter_activator_name. Name it box_filter. Set Filter Name to radio_1.
Create a trigger_once with the same size and same position as the trigger_portal_cleanser, set the filter to box_filter and set the following outputs:
Output named Target entities Via this input Parameter Delay
OnStartTouch radio_sound_1 StopSound 0.00
OnStartTouch radio_sound_fizzle PlaySound 0.00
-from developer wiki
Just because there is no flag or some missing in and outputs it doesnt mean that it dont work. It will work, but you just cant see it in Hammer! The game is what tells you what works and what not, not Hammer.