1
Fork 0
mirror of https://github.com/Quackster/Minerva.git synced 2025-06-29 21:07:45 +00:00
Minerva/README.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

2023-01-09 21:54:46 +10:00
# Helios.Imager
2023-01-12 22:14:16 +10:00
Imager for Habbo Hotel releases Shockwave and Flash. It uses the two projects (Badger, and Avatara) as libraries combined into one, to make the web server.
2023-01-12 22:17:20 +10:00
# Installing
Locate the .zip files in /tools/
Extract in same directory as what the project is running on.
2023-01-12 22:24:55 +10:00
Extract *figuredata-shockwave.zip* if you plan to use 2012-2007 era clothing.
Extract *figuredata-2013.zip* if you plan to use 2013 era clothing.
You can add your own SWFs by simply replacing the SWFS in /figuredata/compiled/ and also replace the figuredata.xml.
If the **xml** and **images** folder doesn't exist, Avatara will automatically create the folders and extract the SWFs on first run, so that each subsequent run is quicker.
2023-01-12 22:17:20 +10:00
Run the project.
2023-01-12 22:24:55 +10:00
(On Linux for example)
``./AvataraWebApp --urls=http://*:8090/``
(On Windows for example)
``AvataraWebApp.exe --urls=http://*:8090/``
2023-01-12 22:17:20 +10:00
The endpoints will be available:
``/habbo-imaging/avatarimage``
``/habbo-imaging/badge/{badge-code}.gif``
``/habbo-imaging/badge-fill/{badge-code}.gif``
2023-01-12 22:14:16 +10:00
## Cloning this repository
```
2023-01-12 22:14:30 +10:00
$ git clone --recursive https://github.com/Quackster/Helios.Imager
2023-01-12 22:14:16 +10:00
```
**or**
```
2023-01-12 22:14:30 +10:00
$ git clone https://github.com/Quackster/Helios.Imager
2023-01-12 22:14:16 +10:00
$ git submodule update --init --recursive