ataribaby Posted September 3, 2020 Posted September 3, 2020 Hello, Started write .NET c# DCS mission generator framework and seem all to be clear except this value in mission file: ["currentKey"] = 5791, Empty mission seems has set it to 8. I am not sure for what it this counter used. for auto naming added objects/units? Similar to maxDictId counter for localized texts? Please someone know?
Grimes Posted September 3, 2020 Posted September 3, 2020 It appears that it uses it as a form of unique Id for pretty much anything that is placed in the editor. Waypoints, navpoints, bullseye, etc. The right man in the wrong place makes all the difference in the world. Current Projects: Grayflag Server, Scripting Wiki Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread) SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum
ataribaby Posted September 3, 2020 Author Posted September 3, 2020 Thanks for info. I will try use it like that.
Recommended Posts