BBTools icon indicating copy to clipboard operation
BBTools copied to clipboard

How to use MapViewer?

Open 2mg opened this issue 7 months ago • 1 comments

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?

2mg avatar Jun 04 '25 13:06 2mg

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

JonMagon avatar Jul 30 '25 09:07 JonMagon