SkillAgentSearch skills...

Ufg.js

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

Install / Use

/learn @ennuo/Ufg.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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>
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated1mo ago
Forks0

Languages

JavaScript

Security Score

70/100

Audited on Feb 4, 2026

No findings