Horse Isle Server Program

From Li Wiki
Jump to navigation Jump to search

Horse isle server program is a server emulator for the Flash Game "Horse Isle: The Secret Land of Horses"


Docker

It is possible to setup HISP in Docker;

git clone https://github.com/islehorse/HISP.git --recursive cd HISP docker compose up -d

after this you should have the following services: http://localhost:12323/ - "master" site, equivalent to http://hi1.horseisle.com/ http://localhost:12322/ - "game" site, equivalent to http://pinto.horseisle.com/ xmlsocket://localhost:12321/ - the actual game server

if you want these services to be accessible by the wider internet, you will have to setup a reverse proxy to forward http; at the same time, you need to modify ```/etc/hisp/servers.json``` to


Manual Setup