mechanistry / timberborn-modding

Timberborn official modding tools and examples.
https://github.com/mechanistry/timberborn-modding
MIT License
38 stars 8 forks source link

[Bug] Workshop_data replaced at modbuild #3

Closed KnatteAnka closed 3 months ago

KnatteAnka commented 4 months ago

Description

When a mod is built it removes everything including Workshop_data.json

Result:

Updated settings and config is lost that mod was uploaded.

Example Solution:

When a mod is built before the mod folder is cleared it should check and import existing Workshop_data.json to Project Data folder. This way any config and settings is retained automagical.

mwierzchos commented 3 months ago

Fixed alognside #1 changes