An open API service indexing awesome lists of open source software.

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.

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