Haizor / rotmg-asset-ripper

Extracts assets from the game files, and tries to recompile the new sprite atlases into the old spritesheets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RotMG Asset Ripper

Extracts assets from the game files, and tries to recompile the new sprite atlases into the old spritesheets.

Usage

  1. Install the latest console version of https://github.com/AssetRipper/AssetRipper/releases, and put it into the decompiler folder.
  2. Set the path to your RotMG installation in the config.json file.
  3. Install dependencies with "npm install".
  4. Compile the program with "npm run build".
  5. Run the program using node. Data is outputted by default to ./data, but it can be changed in the config.

About

Extracts assets from the game files, and tries to recompile the new sprite atlases into the old spritesheets.


Languages

Language:TypeScript 98.1%Language:JavaScript 1.9%