Jump to content

Home

Force Manipulation:: How do you make a trigger/object/other "forceable"?


PreadDK

Recommended Posts

Posted

How do you make a trigger/object/other pushable or pullable (using force powers to activate an object)? (its probably something simple that i've sumhow missed but neway...)

Posted

If you make a brush a FUNC_DOOR, you have an flag for force usable. (I think it is push only) It allows you to activate the door with force push.

 

If you make a brush FUNC_STATIC, you can set flags for push and pull. (I haven't tried this one yet, but have seen the flags listed)

 

To do anything else (I think) requires scripts.

Posted

That is correct. Func_doors with the Force flags let you push and pull the doors with Force. You can push it from one side, pull it from the other, like the training blocks in the Yavin level.

 

If you want a door that can be used, pushed or pulled, try this tutorial:

 

http://www.massassi.com/coffeestain/04.html

 

Shouldn't be too hard to adapt it to your needs.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...