eyusuf Posted August 5, 2011 Posted August 5, 2011 Can anyone please tell me how to fix this. some kind of an artifact in my a10 cockpit
Mustang Posted August 5, 2011 Posted August 5, 2011 Thats a small artifact caused by the SIM-MOD A-10A model :) All you have to do is the following: Go into \Config\View\Server.lua and look for CockpitLocalPoint[PlaneIndex.iA_10] = {3.991, 1.507, 0.0} and change to: CockpitLocalPoint[PlaneIndex.iA_10] = {4.201, 1.55, 0.0} then save.
eyusuf Posted August 5, 2011 Author Posted August 5, 2011 changed it. and it now reads as below CockpitLocalPoint[PlaneIndex.iA_10] = {4.201, 1.55, 0.0} Unfortunately it didnt help. Any other ideas?
eyusuf Posted August 5, 2011 Author Posted August 5, 2011 still got this issue with the cockpit. Any help will be appreciated. I did notice that the artifact only appears in certain missions?
Mustang Posted August 5, 2011 Posted August 5, 2011 still got this issue with the cockpit. Any help will be appreciated. I did notice that the artifact only appears in certain missions? I think thats the problem, some missions enforce their own settings via server.lua file embedded in the mission file itself, if you take the mission file and change the extension from .miz to .zip you can open it and see the server.lua within.
Recommended Posts