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

https://github.com/quackster/kepler-www

Gamedata files for Kepler
https://github.com/quackster/kepler-www

Last synced: 6 months ago
JSON representation

Gamedata files for Kepler

Awesome Lists containing this project

README

          

## Kepler-www
This repository contains the frontend web assets (gamedata) for [Kepler](https://github.com/Quackster/Kepler/), private Habbo Hotel server software.

These files are intended to be served to clients connecting to a Kepler server.

## Purpose
Kepler-www provides:

* Furnidata
* Figure data
* Furniture files
* Client files

This repository mirrors the behavior of the traditional gamedata or web build hosting used by Habbo Hotel, and is essential for running a fully functional Kepler server environment.

## Download

You can download the latest gamedata package from the [Releases](https://github.com/Quackster/Kepler-www/releases) page.

Each release contains a .zip archive of the current version, ready to be hosted on your own web server.

## Loader HTML

Here's the HTML for the Kepler loader.

```php


Kepler

















sw6="= $ssoParam ?>"

sw2="connection.info.host=localhost;connection.info.port=12321"
sw4="connection.mus.host=localhost;connection.mus.port=12322"
sw3="client.reload.url=http://localhost/"
sw1="site.url=http://www.habbo.co.uk;url.prefix=http://www.habbo.co.uk"
sw5="external.variables.txt=http://localhost/gamedata/external_variables.txt;external.texts.txt=http://localhost/gamedata/external_texts.txt"
type="application/x-director"
pluginspage="http://www.macromedia.com/shockwave/download/">


```

## Contributing

This repository is mostly static and updated to match the expected format for Kepler. Pull requests to fix or update gamedata files (e.g. from newer releases or to improve compatibility) are welcome.

## License
This project is provided for educational and development purposes. Refer to the main Kepler repository for overall licensing and contribution guidelines.