TraxusIV 1 Posted April 9, 2013 Ok, so I want to create for the player a pip live feed view of the direction they are looking in, but zoomed in by around 30x or so. In addition, I'd also like, through radio triggers, to be able to change the live feed target to specific objects. I've tried messing with the live feed modules, but the lack of documentation got me stuck. I imagine that there is a way to do this with just the old camera commands, but I can't find any short, simple examples of how to do something like this. My instinct tells me that it ought to be doable in around five lines of code. Could someone please provide a simple example of code that would achieve this? Share this post Link to post Share on other sites
UltimateBawb 1 Posted April 9, 2013 I'm not very well versed in the PIP module, but camera.sqs should work for what you need. You could make a unit called cameraMan where you want the camera to be, run hideObject this; in its init, and make a seperate [cameraMan] exec "camera.sqs]; script which is called somehow. Wouldn't that work for what you want? Share this post Link to post Share on other sites