https://github.com/mathishouis/scuti-extractor
An extractor for Habbo SWF in order to make them compatible with scuti-renderer
https://github.com/mathishouis/scuti-extractor
client dump extractor habbo nodejs swf
Last synced: 12 months ago
JSON representation
An extractor for Habbo SWF in order to make them compatible with scuti-renderer
- Host: GitHub
- URL: https://github.com/mathishouis/scuti-extractor
- Owner: mathishouis
- Created: 2022-06-30T19:55:58.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-14T21:48:35.000Z (over 2 years ago)
- Last Synced: 2025-06-26T15:12:00.308Z (12 months ago)
- Topics: client, dump, extractor, habbo, nodejs, swf
- Language: TypeScript
- Homepage:
- Size: 481 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Scuti Extractor — Habbo SWF extractor for Scuti
[](https://discord.gg/tKXnzSR)

An open-source Habbo SWF extractor written in TypeScript for [scuti-renderer](https://github.com/kozennnn/scuti-renderer).
### Follow us
Join our [Discord](https://discord.gg/s6fQAPt) server and get in touch with members of our community. You can ask help or simply talk with us, don't be shy!
### Features
- Furnidata.xml conversion
- Furnitures conversion
### Installation
The Scuti extractor is really easy to install with just a few commands.
You can start by copying the example configuration:
```shell
cp configuration.example.json configuration.json
```
After copying it, you can change the path to the assets that you want to convert.
Then you can install the dependencies:
```shell
npm install
```
And run the extractor!
```shell
npm run start
```
This will give you an output folder with all the extracted assets. The output directory structure follows the one used in [scuti-resources](https://github.com/kozennnn/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.
### Credits
- [Higoka](https://github.com/higoka/habbo-swf-extractor) for it's SWF extractor tool