Rotate the Building footprint?

Status
Not open for further replies.
Level 11
Joined
Mar 8, 2006
Messages
277
I mean can u rotate the building by a number when u click the mouse button(LMB rotate to the left side, RMB rotate to the right side) but when u want to place building on the ground before the builder started to work on it) , right after u clicked the building from the build panel and then u have to place it on the ground u will rotate the angle of the building??????
 
This may be possible with a combination of synchronous triggering and actor messages. It is however no easy task and would probably take someone a few days of work to even try and make a usable system.

The idea would be to send the placement actor a rotation command via triggers based on response to player mouse events. You could also trigger the entire build system but lag is a major problem then (due to the game having to synchronize mouse input).
 
Status
Not open for further replies.
Back
Top