BBTools
BBTools copied to clipboard
How to use MapViewer?
I can copy for example savegam0.sav to MapViewer folder and overwrite the one that comes from here, but I get array errors, any fix for this?
Hello!
This is expected behavior, as only a basic variant using one map as an example has been implemented. You need to add object processing here: https://github.com/JonMagon/BBTools/blob/4cdadffa9ac663fdc0162b2475836336d19540ca/MAPViewer/GameMap.cs#L216
I've prepared readable pseudocode for the function from the original game handler https://github.com/JonMagon/BBTools/blob/master/additions/Objects__DrawObject.cpp - for missing objects, you need to reproduce the logic from this file