gokuta Posted July 18, 2020 Share Posted July 18, 2020 Need an opcode something like this: 7FFF: put_camera_on_object [email protected] with_offset 1.0 1.0 1.0 Need to attach camera to object. Must be able to look-around freely. Is there such an opcode? Any workarounds? Link to comment Share on other sites More sharing options...
ZAZ Posted July 18, 2020 Share Posted July 18, 2020 (edited) put camera on actor and attach actor to object 04F4: put_actor 0@ into_turret_on_object 1@ offset_from_object_origin 0.0 0.0 1.0 orientation 0 both_side_angle_limit 360.0 lock_weapon 0 067C: put_camera_on_actor 0@ with_offset 0.0 0.0 0.5 rotation 0.0 0.0 0.0 tilt 0.0 switchstyle 2 0337: set_actor 0@ visibility 0 Edited July 18, 2020 by ZAZ CLEO MODS CLEO Script Tutorial Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now