0x0ade / FEZMod-Legacy

Kinda dead FEZ mod. Check the linked issue comment for further info.
https://github.com/0x0ade/FEZMod-Legacy/issues/5#issuecomment-341082111
MIT License
23 stars 2 forks source link

FmbLib (FEZMod Binary Library) implementation discussion. #4

Open 0x0ade opened 9 years ago

0x0ade commented 9 years ago

Everything contributing to the FEZMod Level format discussion goes in here.

Initial thoughts: FezEngine already ships with a complete FezEngine.Readers namespace containing a LevelReader. It should be possible to reuse it by creating a LevelWriter matching it or use it as basis for a LevelWriter.

0x0ade commented 9 years ago

Beginning implementation at https://github.com/AngelDE98/FmbLib, changing file format from fml (FEZMod Level) to fmb (FEZMod Binary) and moving the implementation outside of FEZMod. Reason is offering a compatibility solution for another community project, "Fezzer 2".