OTBM2JSON icon indicating copy to clipboard operation
OTBM2JSON copied to clipboard

OTBM2JSON - A generic framework for programmatic modification of OTBM files.

Results 4 OTBM2JSON issues
Sort by recently updated
recently updated
newest added

I made useful tool using OTBM2JSON. Replaces item IDs on map. For people who want to convert map from one .otb to another. ```js const otbm2json = require("./otbm2json"); // FROM_ID:...

i was testing it and im in dead end right now cause i cant convert it somehow... map size is 136394KB in size (its a huge map) Error Message: FATAL...

Current version first read whole map into RAM **(UP TO FEW GB RAM).** **Then let me do some advanced operations on map.** Then I can save my modified map. There...

Ran into some issues (apparently Node limitation) when trying to handle a huge .json file (2.8gb). I converted the script to Python in order to make the conversion while gaining...