An open-source Habbo SWF extractor written in TypeScript for scuti-renderer.
Join our Discord server and get in touch with members of our community. You can ask help or simply talk with us, don't be shy!
- Furnidata.xml conversion
- Furnitures conversion
The Scuti extractor is really easy to install with just a few commands. You can start by copying the example configuration:
cp configuration.example.json configuration.jsonAfter copying it, you can change the path to the assets that you want to convert.
Then you can install the dependencies:
npm installAnd run the extractor!
npm run startThis will give you an output folder with all the extracted assets. The output directory structure follows the one used in scuti-resources. So if you want to use these assets into your project, just clone the scuti-resources repository and paste the extracted resources in it.
- Higoka for it's SWF extractor tool
