I'm writing a Beasts and Bumpkins resource unpacker on C# (https://github.com/ApmeM/BeastsAndBumpkinsParser) and got a question.
The goal of my project is to convert those BOX files into more readable formats For example png for spritesheets and tmx for missions)
I took original repository as an inspiration and also as a source of texture id mappings, but it seems it lacks quite a few of those values (for example there are only 2 buildings - peasant hut & builders)
So my question is:
Do you know where I can get those values?
Hi,
I was redirected to this repository from https://github.com/JonMagon/BBTools/issues/4 to ask for help.
I'm writing a Beasts and Bumpkins resource unpacker on C# (https://github.com/ApmeM/BeastsAndBumpkinsParser) and got a question. The goal of my project is to convert those BOX files into more readable formats For example png for spritesheets and tmx for missions) I took original repository as an inspiration and also as a source of texture id mappings, but it seems it lacks quite a few of those values (for example there are only 2 buildings - peasant hut & builders)
So my question is: Do you know where I can get those values?