Search the Community
Showing results for tags 'native'.
Found 1 result
-
Native Map Objects IDs changing with updates
Ulfgaar posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Made a few vanilla missions (with DLCs) where im using object ID's to have my players interact with certain objects native to the map. My problem is that with pretty much every update where the maps have been "polished" in some way or had more objects added to them - the object ID's change and their numbers are scewed with a few digits. This ofc fucks over my mission i a severely bad way - as triggers and events depending on said object having the correct ID - suddenly wont work, as the objects ID has changed. So "blowing up" said object - wont activate the trigger, as the object now has a different ID than what the trigger is waiting for. Please fix this - as i've spent ages on making these missions which i was about to publish on steam workshop. Now however, after discovering this - it seems there is no point in publishing the missions, as they will only work up until the next time an update on the map is put into play. The big question for my sake is, why does old objects need to get new ID's when new objects are added or old ones removed? Having this happen really fucks stuff up for me as a mission creator (now that i finally figured out how to use native objects on the map as part of my missions). *sadface* //Ulfgaar