xxJohnxx Posted September 5, 2013 Posted September 5, 2013 Hi, I noticed a small issue within the Mi-8. When I start up the simulator and jump into the Mi-8, I can move my head right and left quit a bit until I hit the bounds (e.g. I can not move my view any further to the left or right). But when I jump into the technicans seat (3) and then back to the pilots seat, I can't move the view to the right anymore. I then only can move the view a little bit to the left. In the technicans seat then something similar happens, I can't move my view to the left there anymore. Best regards, Jonathan Check out my YouTube: xxJohnxx Intel i7 6800k watercooled | ASUS Rampage V Edition 10 | 32 GB RAM | Asus GTX1080 watercooled
zaelu Posted September 5, 2013 Posted September 5, 2013 I'm using Freetrack and I have no issues like this but I did modified my view.lua from Mi-8 folder and I did observed something similar with UH1H back in 1.2.5. I had modified the lean forward backward distances in a personalized server.lua and were working great until I was switching positions inside heli... once I did that the default values for lean axis were enforced from view.lua from UH1H folder. Strange... because only that axis was enforced. Also a strange lateral turning was in 1.2.5 in P51 but was fixed with one small patch. [sIGPIC][/sIGPIC] I5 4670k, 32GB, GTX 1070, Thrustmaster TFRP, G940 Throttle extremely modded with Bodnar 0836X and Bu0836A, Warthog Joystick with F-18 grip, Oculus Rift S - Almost all is made from gifts from friends, the most expensive parts at least
xxJohnxx Posted September 5, 2013 Author Posted September 5, 2013 (edited) Okay, I was able to fix it. I changed that in the mainpanel_init.lua. Can be found here: X:\Spiele\DCS World\Mods\aircrafts\Mi-8MTV2\Cockpit\Scripts Changes start in line 1075: seat_points = { [1] = {point = {0.0, 0.07, -0.59}, vAngle = 0, hAngle = 0, limits = {x = {-0.2, 0.5}, y = {-0.2, 0.55}, z = {-0.9, [b]0.9[/b]}} }, [2] = {point = {0.0, 0.04, 0.60}, vAngle = 0, hAngle = 0, limits = {x = {-0.2, 0.5}, y = {-0.2, 0.55}, z = {[b]-0.9[/b], 0.9}} }, [3] = {point = {-0.2, 0.15, 0.0}, vAngle = 0, hAngle = 0}, }You are welcome! John With the lastest update, the lines you need to exchange start now at 1075. For the release version they started at line 1063. Edited October 2, 2013 by xxJohnxx Check out my YouTube: xxJohnxx Intel i7 6800k watercooled | ASUS Rampage V Edition 10 | 32 GB RAM | Asus GTX1080 watercooled
Slazi Posted September 6, 2013 Posted September 6, 2013 Ahh, this might have been the problem I had last night. Nice work.
Recommended Posts