Jump to content

[2.9.6.57650] [MT] All variants do not use ViewSettings in Server.lua in Saved Games


Go to solution Solved by fausete,

Recommended Posts

Posted

Currently, all variants of the Mirage F1 do not use the Server.lua file in Saved Games which stores custom ViewSettings options. It previously used to work but now it does not.

Discord: @dsplayer

Setup: R7 7800X3D, 64GB 6000Mhz, Saitek/Logitech X56 HOTAS, TrackIR + TrackClipPro

Resources I've Made: F-4E RWR PRF Sound Player | DCS DTC Web Editor

Mods I've Made: F-14 Factory Clean Cockpit Mod | Modern F-14 Weapons Mod | Iranian F-14 Weapons Pack | F-14B Nozzle Percentage Mod + Label Fix | AIM-23 Hawk Mod for F-14 

  • 1 month later...
Posted
3 hours ago, fausete said:

Hi @DSplayer, it seems to work when we test it. Can you specify what you are changing?

I was trying to modify the "limits_6DOF" in order to more easily look around in the cockpit for switches. This works for other aircraft like the F-14, MiG-21, etc., just not the Mirage F1s.

 

Here's the excerpt from my Server.lua (from Saved Games/DCS/Config/View/Server.lua):

Spoiler
ViewSettings["Mirage-F1CE"] = {
	Cockpit = {
		[1] = {
			CockpitLocalPoint   	= {3.225, 0.368, 0.0},  -- it is the same as cockpit_local_point in mainpanel_init.lua
			CameraViewAngleLimits  	= {20.000000, 140.000000},
			CameraAngleRestriction 	= {false, 90.000000, 0.500000},
			CameraAngleLimits      	= {200, -90.000000, 90.000000},
			EyePoint                = {0.05000, 0.100000, 0.000000},
			ShoulderSize     		= 0.25,
			Allow360rotation    	= false,
			-- limits_6DOF           	= {x = {limit_6DOF_xmin_default, limit_6DOF_xmax_default}, y = {limit_6DOF_ymin_default, limit_6DOF_ymax_default}, z = {-limit_6DOF_z_default, limit_6DOF_z_default},roll = 90.000000},
			limits_6DOF           	= {x = {-5.050000,5.20000},y ={-5.100000,5.100000},z = {-5.22000,5.22000},roll = 90.000000},
		}
	}, -- Cockpit 
	Chase = {
		--LocalPoint      = {0.200000,-0.652000,-0.650000},
		--AnglesDefault   = {0.000000,0.000000},
		LocalPoint      = {-5.0,1.0,3.0},
		AnglesDefault   = {0.000000,0.000000},
	}, -- Chase 
	Arcade = {
		LocalPoint      = {-21.500000,5.618000,0.000000},
		AnglesDefault   = {0.000000,-8.000000},
	}, -- Arcade 
}

ViewSettings["Mirage-F1EE"] = ViewSettings["Mirage-F1CE"]

 

 

Discord: @dsplayer

Setup: R7 7800X3D, 64GB 6000Mhz, Saitek/Logitech X56 HOTAS, TrackIR + TrackClipPro

Resources I've Made: F-4E RWR PRF Sound Player | DCS DTC Web Editor

Mods I've Made: F-14 Factory Clean Cockpit Mod | Modern F-14 Weapons Mod | Iranian F-14 Weapons Pack | F-14B Nozzle Percentage Mod + Label Fix | AIM-23 Hawk Mod for F-14 

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...