RSDKModding / RetroED

RetroED v2.0
GNU General Public License v3.0
27 stars 5 forks source link

Load Default Properties if Game.dll is not Found #122

Closed Axanery closed 3 months ago

Axanery commented 3 months ago

Before opening this issue, I ensure that...

Editor Tool

Scene Editor

Requested Feature

As it stands right now, there are no properties being hashed for objects as the editor expects a Game.dll file. If there is no Game.dll file, properties show up as MD5 hashes and cannot be edited. The editor considers them invalid data and removes all properties from every single entity if the scene is synced to the StageConfig. I think there should be both 1) a list of default properties built into the editor for hashing and 2) a way to load a property list outside of Game.dll so that this "invalid data" is not removed. PropertyList.txt image

Additional Comments

No response

Leonx254 commented 3 months ago

Bug fix and Requested feature added in 043ea23