Settings ‐ Example Config - Gameagle/vSID GitHub Wiki

Basic example

This example includes all available vSID settings with example values.

{
    "ICAO": {
        "elevation": 123,
        "runways": "36,18",
        "transAlt": 5000,
        "maxInitialClimb": 7000,
        "customRules": {"rule1": false},
        "timeMode": true,
        "timezone": "Europe/Berlin",
        "sids": {
            "SID_WAYPOINT_NAME": {
                "SID_DESIGNATOR_A":{
			"1": {
				"rwy": "36",
				"initial": 4000,
				"climbvia": true,
				"prio": 1,
                                "trans": {"PEPAG": "X", "OSKOR": "Z", "VAKON": "X"},
				"pilotfiled": true,
				"wtc": "LMHJ",
				"engineType": "PT",
				"engineCount": 3,
                                "acftType": {"A332": true, "A333": true, "A339": true,"A338": true, "B77W": false, "B773": false},
				"mtow": 36000,
				"customRule": "rule1",
                                "wpt": "ABC",
				"area": "south",
				"equip": {"RNAV": true, "NON-RNAV": true},
			        "lvp": 0,
				"timeFrom": 22,
				"timeTo": 5,
				"actArrRwy": {"allow": {"any": "07C,07L,07R"}},
				"actDepRwy": {"deny": {"all": "07C,07L,07R"}},
                                "route": {"allow": {"1": "NETEX,RASCA","2": "NETEX,DELOM"}},
                                "sidHighlight": true,
                                "climbHighlight": true
			},
			"2": {
				"rwy": "36",
				"initial": 4000,
				"climbvia": true,
				"wtc": "H"
			}
                },
                "SID_DESIGNATOR_B":{
			"1": {
				"rwy": "18",
				"initial": 4000,
				"climbvia": true,
				"prio": 1,
				"pilotfiled": false,
				"wtc": ""
			},
			"2": {
				"rwy": "18",
				"initial": 4000,
				"climbvia": true
			}
                    }
                },
        "areas": {
            "south": {
                "active": false,
                "arrAsDep": true,
                "p1": {"lat": "N050.02.20.342", "lon": "E008.35.26.388"},
                "p2": {"lat": "N050.01.27.003", "lon": "E008.31.40.647"},
                "p3": {"lat": "N050.00.55.348", "lon": "E008.31.57.202"},
                "p4": {"lat": "N050.01.49.291", "lon": "E008.35.43.550"}
            }
        }
    }
}

Specific Config Examples

Here you will find config examples for specific assignments.