https://github.com/quackster/dataarchiver
Habbo asset ripper of main gamefiles (texts, vars, etc) from all hotels including hof_furni.
https://github.com/quackster/dataarchiver
Last synced: about 1 year ago
JSON representation
Habbo asset ripper of main gamefiles (texts, vars, etc) from all hotels including hof_furni.
- Host: GitHub
- URL: https://github.com/quackster/dataarchiver
- Owner: Quackster
- Created: 2020-02-15T12:19:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T07:50:40.000Z (about 2 years ago)
- Last Synced: 2025-06-11T02:43:57.030Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataArchiver
Habbo asset ripper of main gamefiles (texts, vars, etc) from all hotels including hof_furni.
## Download
The latest builds for Linux and Windows are found on the [latest](https://github.com/Quackster/DataArchiver/releases/tag/latest) tag. This project requires .NET 8.
| OS | Download |
|---|---|
| Linux (64-bit) | [DataArchiver-linux-x64.zip](https://github.com/Quackster/DataArchiver/releases/download/latest/DataArchiver-linux-x64.zip) |
| Windows (64-bit) | [DataArchiver-win-x64.zip](https://github.com/Quackster/DataArchiver/releases/download/latest/DataArchiver-win-x64.zip) |
### Cloning this repository
```
$ git clone --recursive https://github.com/Quackster/DataArchiver
```
**or**
```
$ git clone https://github.com/Quackster/DataArchiver
$ git submodule update --init --recursive