1
Fork 0
mirror of https://github.com/Quackster/Minerva.git synced 2025-06-29 12:57:45 +00:00
Imager for Habbo Hotel versions in Shockwave and Flash written in C# .NET 8. Also supports badge imaging.
Find a file
2023-01-12 22:24:55 +10:00
Avatara@94d3fdafea Update Avatara 2023-01-12 21:45:39 +10:00
Badger@dcdad20582 Update remote repos 2023-01-10 21:22:52 +10:00
Helios.Imager move files 2023-01-11 23:19:09 +10:00
tools move files 2023-01-11 23:19:09 +10:00
.gitattributes Initial commit 2023-01-09 21:54:46 +10:00
.gitignore Initial commit 2023-01-09 21:54:46 +10:00
.gitmodules remove flazzy dependency 2023-01-12 22:10:59 +10:00
Helios.Imager.sln Update Helios.Imager.sln 2023-01-12 22:11:42 +10:00
README.md Update README.md 2023-01-12 22:24:55 +10:00

Helios.Imager

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.

Installing

Locate the .zip files in /tools/

Extract in same directory as what the project is running on.

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.

Run the project.

(On Linux for example)

./AvataraWebApp --urls=http://*:8090/

(On Windows for example)

AvataraWebApp.exe --urls=http://*:8090/

The endpoints will be available:

/habbo-imaging/avatarimage

/habbo-imaging/badge/{badge-code}.gif

/habbo-imaging/badge-fill/{badge-code}.gif

Cloning this repository

$ git clone --recursive https://github.com/Quackster/Helios.Imager

or

$ git clone https://github.com/Quackster/Helios.Imager
$ git submodule update --init --recursive