Topic: Updated map is shown to cause desyncs?
kaputtnik Topic Opener |
Posted at: 2024-11-03, 10:18
Affected map Mountain labyrinth Is there a specific reason for this message? Top Quote |
Nordfriese |
Posted at: 2024-11-03, 10:43
Every map is declared sync-unsafe by default until a reviewer declares it safe. Did you create the add-on by hand, in the packager, or via direct in-editor upload? The in-editor upload feature sets sync_safe as true for maps that don't contain Lua scripting, the other, more flexible methods don't. Top Quote |
kaputtnik Topic Opener |
Posted at: 2024-11-03, 10:49
I used the add-ons packager because the map was updated. So i removed the old map form the add-on and added the new one. After Uploading it was shown as 'not verified' some time. This morning this flag was removed, so i assume the add-on was reviewd, but the "Causes desync" hint is still applied. Top Quote |
Nordfriese |
Posted at: 2024-11-03, 10:54
Note that the desync flag is stored in the add-on file itself so as to make it available offline. Thus, the removal of the flag only has an effect for new downloads. To get the updated version (with sync_safe set as true) locally, you'll have to uninstall and reinstall the add-on. That this is necessary has been annoying me since the first draft of the add-on system, but I don't have an idea how to roll out this "update" reliably… Edited: 2024-11-03, 10:55
Top Quote |
kaputtnik Topic Opener |
Posted at: 2024-11-03, 11:04
I should have said i talked about the "Browse" tab, not the "Installed" tab. Anyway, now the map is shown as sync-safe and i guess you changed the flag. Thanks. Top Quote |