komarov Posted January 11, 2006 Posted January 11, 2006 How can I change the settings of the external view level limitation? Now, the limit is 20 or 30 meter high, but I see some screenshot with total 0 meter camera level. If I set the CameraTerrainRestriction to 0 in view.cfg, the result is nothing. I found a same name file in view.lua, and this set to true. What is the setting of the 0 level external view?
hotray Posted January 11, 2006 Posted January 11, 2006 http://forum.lockon.ru/showthread.php?t=6553&highlight=camera+angle go to post #16 blibet suber! ray Swiss Jet Team Movie 2021
komarov Posted January 12, 2006 Author Posted January 12, 2006 Thank you, it's a very big help for me. For example, "the Su-30MKI view" is the: function GetRearCameraPosition(iType) local p = CockpitLocalPoint[iType] local r = {} r[1] = p[1] - 7.0 r[2] = p[2] - 2.0 r[3] = 0.0 return r[1], r[2], r[3] end in the chase.lua If you set this, the camera front and rear view is almost same as you see in russian video.
Recommended Posts