A JavaScript library for interfacing with formats in UFG games, primarily LittleBigPlanet Karting.
This is a work in progress, many things don't work.
As this is a project build with Node.JS, please ensure that you have the latest version installed from here, then install the package dependencies.
npm install
If you are trying to extract models from Modnation Racing, set isLBPKarting
in config.json
to false
.
To extract all models and textures from a BIN file, use the following command:
node run.js <.BIN>
All files will be extracted to output/{BIN_NAME}/{TYPE}
Certain textures are streamed and are split into *.PERM.BIN and *.TEMP.BIN, use the following command:
node run.js <.PERM.BIN> <.TEMP.BIN>