wizzomafizzo / starcheat

Starbound player save editor and Python library
MIT License
112 stars 47 forks source link

Implement asset merging for mods #27

Open wizzomafizzo opened 10 years ago

wizzomafizzo commented 10 years ago

If a mod replaces vanilla items starcheat will import it twice. Just do a check if it already exists in the db first

wizzomafizzo commented 10 years ago

mod assets should overwrite vanilla assets to match stabound behaviour

wizzomafizzo commented 10 years ago

http://community.playstarbound.com/index.php?threads/starcheat-player-save-editor-and-python-library.60174/page-39#post-1941406 interesting example of this

wizzomafizzo commented 9 years ago

starbound now uses a standard method for merging mods together:

a way still needs to be thought up to actually handle this in starcheat though. probably just check if multiple assets exist and do the patching on the fly, shouldn't be resource heavy