Majic-Jungle / sapiens-mod-creation

Official tools and examples for mod creation in the game Sapiens
MIT License
54 stars 12 forks source link

Don't destroy existing description when updating mods in-game #14

Closed SirLich closed 1 year ago

SirLich commented 2 years ago

Once a mod is pushed to steam, the user will often update the description, title, tags, website links, etc.

When updating from in-game, you shouldn't touch any of these fields (most annoyingly the description). Simply upload the code.

SirLich commented 2 years ago

Just to be clearer: The current behavior replaces the description field with the one in mod-info.lua, which is nearly always shorter/less complete/less formatted.

mjdave commented 1 year ago

Thanks for the report, I've added a checkbox when uploading in 0.3.6 so you can now configure this behavior.