From 0d32212095726f4596399185560a51f54594db1c Mon Sep 17 00:00:00 2001
From: Li
Date: Thu, 3 Nov 2022 23:44:47 +1300
Subject: [PATCH 1/5] Add more info to readme.
---
README.md | 44 +++++++++++++++++++++++++++++++++++++-------
1 file changed, 37 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 09a9ec6..0796487 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# HISP - HorseIsleServer Program
-
-
[](https://github.com/islehorse/HISP/actions?query=workflow%3Abuild)
HISP is a "Server Emulator" for Horse Isle 1
@@ -12,9 +10,15 @@ well they essentailly run off "Server Emulators".
**tl;dr, think "Club Penguin Rewritten" but with Horse Isle.**
+
# Installation:
-- Linux:
+Understand that there are differnet verisons of the HISP package;
+HISPd - reimplementation of the Horse Isle 1.0 Server Software
+N00BS - a launcher for joining Multiplayer or running a local server for offline singleplayer play
+MPN00BS - Same as N00BS but multiplatform
+
+- APT:
Install on Ubuntu via APT:
```
@@ -35,6 +39,30 @@ sudo apt install hisp
Then simply edit /etc/hisp/server.properties & change to correct database credentials
and start the server using ``systemctl start hisp``
+- Manual Install:
+
+If you do not want to use APT, or are on Windows or MacOS, then you can simply download the latest HISPd binary:
+here https://islehorse.com/download/
+
+Run it and edit server.properties in the same folder as HISPd
+
+- Websites:
+
+Website is built in PHP 8.0 and based on the original Horse Isle Game Website
+requires the following PHP modules to be loaded; "intl", "mysqli" and "mysqlnd" on Ubuntu
+
+you must edit config.php and server.php to configure before it'll work properly.
+and is required to sign-up to the private server
+
+the master-site (equivilent to master.horseisle.com) can be found here:
+consists of sign up page, and server list,
+https://server.islehorse.com/binaries/download/HISP-Web-Master.zip
+
+and the game-site:
+contains the actual game client .SWFs themselves
+you must edit config.php
+https://server.islehorse.com/binaries/download/HISP-Web-Game.zip
+
# Commands
(legend: <> Required, [] Optional)
```
@@ -111,8 +139,10 @@ and start the server using ``systemctl start hisp``
NOTE: At this current time, building projects targeting .NET Core 7.0 inside Visual Studio requires Visual Studio 2022 PREVIEW and does not work in the stable build
-# Web Server
- Theres a bunch of saved files from the Horse Isle 1.0 website, as well as some basic functionality to make it work
- like the original site, the files are in the "HorseIsleWeb" folder, it requires PHP 8.0, with the modules "intl" and "mysqli"
- - Li
+ # Credits
+
+ Li (They/Them)
+ Supertiger (He/Him)
+ Olebeck (They/Them)
+
From b3f0b37bf47b6533793fc57a83670fb2de96bbf3 Mon Sep 17 00:00:00 2001
From: Li
Date: Thu, 3 Nov 2022 23:45:31 +1300
Subject: [PATCH 2/5] Update README.md
---
README.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0796487..88aec98 100755
--- a/README.md
+++ b/README.md
@@ -142,7 +142,9 @@ https://server.islehorse.com/binaries/download/HISP-Web-Game.zip
# Credits
- Li (They/Them)
- Supertiger (He/Him)
- Olebeck (They/Them)
+Li (They/Them)
+
+Supertiger (He/Him)
+
+Olebeck (They/Them)
From 221953b90f3a3f8de0b4adf205b2df7a1f6e9234 Mon Sep 17 00:00:00 2001
From: Li
Date: Thu, 3 Nov 2022 23:48:01 +1300
Subject: [PATCH 3/5] Update README.md
---
README.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 88aec98..ffc712c 100755
--- a/README.md
+++ b/README.md
@@ -14,10 +14,13 @@ well they essentailly run off "Server Emulators".
# Installation:
Understand that there are differnet verisons of the HISP package;
-HISPd - reimplementation of the Horse Isle 1.0 Server Software
+HISPd - reimplementation of the Horse Isle 1.0 Server Software (deprecated)
N00BS - a launcher for joining Multiplayer or running a local server for offline singleplayer play
MPN00BS - Same as N00BS but multiplatform
+Game relies on a SQL Server, any should work, but i have only tested it with MariaDB,
+(and i guess SQLLite for the one used in the launcher version)
+
- APT:
Install on Ubuntu via APT:
@@ -125,11 +128,6 @@ https://server.islehorse.com/binaries/download/HISP-Web-Game.zip
!DANCE
```
-
-# Depends
- HISP Depends on a SQL Server,
- its been tested and known to work specifically with MariaDB, https://mariadb.org/
- Set its information into server.properties or the server will just crash on first run /-/
# Building
Building the server from source requires Microsoft .NET Core SDK, targetting version 7.0 https://dotnet.microsoft.com/download/dotnet-core
From 73498c6a595aafa83e340ee12f62e05c1af9f180 Mon Sep 17 00:00:00 2001
From: Li
Date: Thu, 3 Nov 2022 23:48:24 +1300
Subject: [PATCH 4/5] Update README.md
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ffc712c..8517378 100755
--- a/README.md
+++ b/README.md
@@ -14,8 +14,11 @@ well they essentailly run off "Server Emulators".
# Installation:
Understand that there are differnet verisons of the HISP package;
-HISPd - reimplementation of the Horse Isle 1.0 Server Software (deprecated)
-N00BS - a launcher for joining Multiplayer or running a local server for offline singleplayer play
+
+HISPd - reimplementation of the Horse Isle 1.0 Server Software
+
+N00BS - a launcher for joining Multiplayer or running a local server for offline singleplayer play (deprecated)
+
MPN00BS - Same as N00BS but multiplatform
Game relies on a SQL Server, any should work, but i have only tested it with MariaDB,
From 4c13134c8fc73260b363a153d07994bb739e2ba4 Mon Sep 17 00:00:00 2001
From: Li
Date: Thu, 3 Nov 2022 23:55:41 +1300
Subject: [PATCH 5/5] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 8517378..9ec9b10 100755
--- a/README.md
+++ b/README.md
@@ -66,7 +66,6 @@ https://server.islehorse.com/binaries/download/HISP-Web-Master.zip
and the game-site:
contains the actual game client .SWFs themselves
-you must edit config.php
https://server.islehorse.com/binaries/download/HISP-Web-Game.zip
# Commands