Hawock 10 Posted July 29, 2011 Hello i'm new there, I'm here to ask some question to this community for script help. And request some script help I have a few problems with the 1st view in car.When I speed up more than 200km/h with a car the camera zoom in at the front glass.I have done a lot of search on the bis wiki and found a small fix with the fov. Here is the class viewpilot script with the fov to fix a small zoom in. class ViewPilot: ViewPilot { initFov=1; minFov=0.42; maxFov=0.85; class ViewPilot { initAngleX=10; minAngleX=-30; maxAngleX=+30; initAngleY=0; minAngleY=-100; maxAngleY=+100; initFov=1; minFov=0.42; maxFov=0.85;}; What i want its to totally remove the zoom in , in car. I have some car without HQ interior and, I wanted to know if i can force the 3rd view and disable the 1st view in car with a script in the cpp. I'm looking if there is a script to burn with the car and start the car on the 2 rear wheel like a drag car ? Thanks if you can help me for my car mods. ps : sorry for my bad english i hope you can understand me Share this post Link to post Share on other sites
Hawock 10 Posted July 30, 2011 No one can help me for those scripts ? Share this post Link to post Share on other sites
Rabidus 10 Posted July 31, 2011 maybe you should have a look at the tracked vehicles config's. They do a similar thing with tanks. with driverForceOptics = X; X ( 1 or 2 ) Or you could do it via the mission using player switchCamera "External" Share this post Link to post Share on other sites
Hawock 10 Posted July 31, 2011 (edited) Thanks for the help i will see what you have said and there is a script to remove the camera zoom in first person ? When a car move too fast the guys zoom in the driverwheel Edited July 31, 2011 by Hawock Share this post Link to post Share on other sites