kram56 Posted October 20, 2007 Posted October 20, 2007 Hi guys, I've spent some time unsuccessfully searching for a solution to the following. Since installing TrackIR I only have the default head movement. I want to be able to look further behind me when I turn my head:helpsmilie: I connect to Lockon Via LoCFG, is there something that I can tweak here or is it in the config. files ? I'd also like to know if there is a tweak to make it possible to fly all the planes, if so how ? Thanks for your time, I'm sure that you've answered this a million times :doh:
kram56 Posted October 21, 2007 Author Posted October 21, 2007 OK I'm answered the first question myself :thumbup: C:\Lock On\Config\View\server.lua -- Camera angle limits {horizontal angle max, vertical angle min, vertical angle max} CameraAngleLimits = {} CameraAngleLimits[PlaneIndex.iSu_27] = {140.0, -75.0, 90.0} CameraAngleLimits[PlaneIndex.iSu_33] = {140.0, -75.0, 90.0} CameraAngleLimits[PlaneIndex.iSu_25] = {95.0, -65.0, 90.0} CameraAngleLimits[PlaneIndex.iSu_39] = {110.0, -80.0, 90.0} CameraAngleLimits[PlaneIndex.iMiG_29] = {140.0, -75.0, 90.0} CameraAngleLimits[PlaneIndex.iMiG_29K] = {140.0, -65.0, 90.0} CameraAngleLimits[PlaneIndex.iA_10] = {140.0, -65.0, 90.0} CameraAngleLimits[PlaneIndex.iF_15] = {140.0, -80.0, 90.0} Change the first number to the angle you wish to look.
Kuky Posted October 21, 2007 Posted October 21, 2007 I'd also like to know if there is a tweak to make it possible to fly all the planes, if so how? open meinit.xls with note pad and in each entry for aircraft where it says "human cockpit = false" make it "... = true" PC specs: Windows 11 Home | Asus TUF Gaming B850-Plus WiFi | AMD Ryzen 7 9800X3D + LC 360 AIO | MSI RTX 5090 LC 360 AIO | 55" Samsung Odyssey Gen 2 | 64GB PC5-48000 DDR5 | 1TB M2 SSD for OS | 2TB M2 SSD for DCS | NZXT C1000 Gold ATX 3.1 1000W | TM Cougar Throttle, Floor Mounted MongoosT-50 Grip on TM Cougar board, MFG Crosswind, Track IR
kram56 Posted October 21, 2007 Author Posted October 21, 2007 Thanks for the reply, should that be meinit.xml ?
Azrayen Posted October 21, 2007 Posted October 21, 2007 C:\Lock On\Config\View\server.lua Yes, that's it. Note : This is a server-side file, so when flying multiplayer, the host parameters apply to all clients. should that be meinit.xml ? Yep :) ++ Az'
kram56 Posted October 21, 2007 Author Posted October 21, 2007 OK got that thankyou / merci :thumbup: Now I seem to have the SU-27 cockpit for all planes, is that possible to change ? :music_whistling:
Aeroscout Posted October 21, 2007 Posted October 21, 2007 OK got that thankyou / merci :thumbup: Now I seem to have the SU-27 cockpit for all planes, is that possible to change ? :music_whistling: nope... DCS Wishlist: 1) FIX THE DAMN RIVERS!!! 2) Spherical or cylindrical panorama view projection. 3) Enhanced input options (action upon button release, etc). 4) Aircraft flight parameter dump upon exit (stick posn, attitude, rates, accel, control volume, control-surface positions, SAS bias, etc). 5) ADS-33 maneuver courses as static objects. 6) Exposed API or exports of trim position and stick force for custom controllers. 7) Select auto multiple audio devices
Recommended Posts