Jump to content
bluesilence

Customize vehicle displays?

Recommended Posts

I saw this video about customizing textures on certain objects.

I was wondering if displays inside tanks could be customized in a similar way to, for example, show the pip driver camera on the commander's display, or to turn off pip displays with an action menu option instead of having to go to the video options.

Share this post


Link to post
Share on other sites

This topic showed up a few times, doubt it's possible to overwrite a vehicles pip screens.

 

Cheers

Share this post


Link to post
Share on other sites

I'm not very familiar with camera stuff,but you can try (successful for me) :

 

0 = this spawn {waitUntil {!isnull findDisplay 46};  
   myCam = "camera" camcreate [0,0,0];
myCam cameraeffect ["internal", "back"];
myCam attachTo [dart, [0, 0, 0]];["renderTarget0",myCam, _this] call bis_fnc_PIP};

 

where dart is a darter drone. I let you adjust the pitch bank, target following, pip effect of this camera.

 

You can also :

["renderTarget0","" camCreate (getpos _this), _this] call bis_fnc_PIP; // for a black screen but I guess it's a weird method.

 

Note: "renderTarget0" is the commander main screen

         "renderTarget1" is for driver.

 

Perhaps, this will feed the topic for better result.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×