Topic: Updating an addon; screenshots
kaputtnik Topic Opener |
Posted at: 2021-11-29, 17:55
I have modified my minimalistic theme add-on and want to use the in game add-ons packager. Steps i made sofar:
Now it's unclear to me how to handle new screenshots, or: does the order matters? First upload the changed add-on, then upload screenshots? What will happen if i upload new screenshots without submitting the changed add-on first? Because i have changed the window borders and the old screenshots doesn't fit anymore: Can i delete old screenshots? Top Quote |
Nordfriese |
Posted at: 2021-11-29, 18:06
Screenshots are not tied to a specific version of an add-on; they're handled separately. It is currently not possible to edit or delete a screenshot, but this should not be hard to implement. I'll make a pair of branches. Top Quote |
kaputtnik Topic Opener |
Posted at: 2022-01-11, 12:10
Just trying to update the minimalistic theme, but it takes ages to upload all the png-files of the loadscreens although i didn't changed them. For some reason uploading screenshots don't work because i can't choose a file. Creating the directory What to do to let me upload screenshots, to let the images show up in the "Upload a Screenshot…" window? Top Quote |
Nordfriese |
Posted at: 2022-01-11, 12:18
Screenshots are assumed to be created with the in-game screenshot feature (F11) so they need to be located in I assume it would make sense to upload only the diff instead of the whole add-on, I'll put it on the roadmap… (edit: https://github.com/widelands/wl_addons_server/issues/119) By the way, did you ever encounter this bug or is it just me…? Edited: 2022-01-11, 12:28
Top Quote |
kaputtnik Topic Opener |
Posted at: 2022-01-11, 12:27
Ahhhh... thanks
+1 Or, for themes, don't force the addons author to create/use new loadingscreens: I they aren't present in the add-on, use the default ones.
No, but got another error:
Top Quote |
Nordfriese |
Posted at: 2022-01-11, 12:38
Ah… this is a bug in the server code where it is assumed that descriptions are only 1 word, added a fix to https://github.com/widelands/wl_addons_server/pull/116 Top Quote |