Miguel21 Posted Monday at 09:36 PM Posted Monday at 09:36 PM 5 hours ago, tn_prvteye said: Another quick question. Is the CWGermany map supported? If I started working on the base mission file, and all the required info for the INIT folder, would it work? Nobody get excited, because I probably won't finish it. But I didn't want to start if there are parts in the background that need to be updated. Hi. All maps can be added. Just give me the details so I can add them automatically in the next update (to avoid overwriting your data). movedBullseye in UTIL_ConfModCheck.lua and LocationForEphemeris in UTIL_DataMap.lua That's all I can see for now. FAQ DCE (Cef & Miguel'version) In case of problem with a mission generated by CEF's DCEs, please post as many elements as possible: - the mission + the tacview + a screenshot of the bug window + Give the name of the campaign + version of the scriptsMod
tn_prvteye Posted Monday at 09:56 PM Posted Monday at 09:56 PM It'll be probably be awhile before I have anything to send. The big issue is the Airfield DB. There are SO many Airfields on the Germany map.
Miguel21 Posted 20 hours ago Posted 20 hours ago 13 hours ago, tn_prvteye said: It'll be probably be awhile before I have anything to send. The big issue is the Airfield DB. There are SO many Airfields on the Germany map. You can start creating the db_airbase table using the RunwayLife table in the temporary end-of-mission file: camp_status. However, it is not necessary to include all the bases. You can start with 10 on each side, for example, which will give you an overview. ["RunwayLife"] = { [1] = { ["baseObject"] = { ["id_"] = 5000002, }, ["life"] = 3600, ["life0"] = 3600, ["name"] = "Banak", ["pointVec3"] = { ["x"] = 233623.484375, ["y"] = 5.2753481864929, ["z"] = 88526.1171875, }, }, [2] = { ["baseObject"] = { ["id_"] = 5000004, }, ["life"] = 3600, ["life0"] = 3600, ["name"] = "Rovaniemi", ["pointVec3"] = { ["x"] = -151314.21875, ["y"] = 186.5428314209, ["z"] = 152281.609375, }, }, [3] = { ["baseObject"] = { ["id_"] = 5000006, }, ["life"] = 3600, ["life0"] = 3600, ["name"] = "Kemi Tornio", FAQ DCE (Cef & Miguel'version) In case of problem with a mission generated by CEF's DCEs, please post as many elements as possible: - the mission + the tacview + a screenshot of the bug window + Give the name of the campaign + version of the scriptsMod
tn_prvteye Posted 15 hours ago Posted 15 hours ago (edited) Ok, then I probably won't add all the heliports if it's not needed. Thanks for the info! Is there an easy way to get the coordinates (the x,y,z) other than just looking at the map? Edited 15 hours ago by tn_prvteye
Recommended Posts