rbb 10 Posted October 14, 2011 Hi guys, anyone here knows any good free camera script that allows free camera angle, free movement and able to capture players (not AI) actions? Im trying to make a movie with friends but cant seem to find a good camera script. Share this post Link to post Share on other sites
hellfire257 3 Posted October 14, 2011 Have you tried the in-game one? Use this to call it: this exec "camera.sqs" Or use player if calling from debug console or somewhere else. Share this post Link to post Share on other sites
rbb 10 Posted October 15, 2011 Have you tried the in-game one?Use this to call it: this exec "camera.sqs" Or use player if calling from debug console or somewhere else. So i just put this command on the unit i want it will be a free angle "camera man"? what you mean by "Or use player if calling from debug console or somewhere else"?? i don't get it :( sorry im not familiar with arma 2 scripting. Would u mind elaborate more? Share this post Link to post Share on other sites
.kju 3245 Posted October 15, 2011 you can put it in the unit init in the editor to become active automatically or you can put a trigger, make it a radio trigger - this way you can active via radio or download a debug console addon to be able to execute code at any moment, like http://forums.bistudio.com/showthread.php?t=73356 Share this post Link to post Share on other sites
rbb 10 Posted October 15, 2011 (edited) Thank you sir, how do i use the debug console O_o? i paste the this exec "camera.sqs" in and nothing happen :O Edited October 15, 2011 by RBB Share this post Link to post Share on other sites
.kju 3245 Posted October 15, 2011 so you have the console window open, right? you need to use the code fields in the lower half and press the button right next to it to execute the code Share this post Link to post Share on other sites