Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
/ ufg.js Public archive

A JavaScript library for interfacing with formats in UFG games, primarily LittleBigPlanet Karting.

Notifications You must be signed in to change notification settings

ennuo/ufg.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ufg.js

A JavaScript library for interfacing with formats in UFG games, primarily LittleBigPlanet Karting.

This is a work in progress, many things don't work.

Setup

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

Usage

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>

About

A JavaScript library for interfacing with formats in UFG games, primarily LittleBigPlanet Karting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published