Expand description
File format converters: .inf → .ron, .b3d → .glb, .bmp → .png,
.bmpf → .fnt + .png, .s2 → .osmap.
Functions§
- convert_
b3d_ to_ glb - Convert a
.b3dfile to.glbusing the b3d2glb library. - convert_
bmp_ to_ png - Convert a
.bmptexture to.png, converting the magenta colour key (255, 0, 255 ± tolerance) to fully transparent. - convert_
bmpf_ to_ fnt - Convert a
.bmpfbitmap font + its.bmptexture into.fnt+.png. - convert_
inf_ to_ ron - Unified .inf → .ron conversion: extract scripts, write .ron, register.
- convert_
s2_ to_ osmap - Convert a
.s2map file to.osmap(OpenStranded MAP) format.