From 385f42108096d8709c6998f614d12034dda0cf56 Mon Sep 17 00:00:00 2001 From: Quackster Date: Mon, 16 Jan 2023 08:47:10 +1000 Subject: [PATCH] Update outdated information in README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2e5eb57..ea1b859 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Originally started as a fork from [Quackster/Kepler](https://github.com/Quackster/Kepler), this is a server created in Java designed to revive Habbo Hotel v31 from the 2009 era and its inception was in early 2018 as a side project. Havana is the most complete v31+ server to date, this was undertaken by various reverse engineering efforts of the Shockwave client throughout the years to achieve this. -Havana has been an independent project, almost entirely developed by [myself](https://github.com/Quackster) for 4 years straight. This project means a lot to me, and was always going to be released as open-source work. I am a firm believer in open-source and free software for everybody. +**Join the Classic Habbo discord!** https://discord.gg/GEYbVpW -*Want to see this project live?* Visit [ClassicHabbo.com](https://classicHabbo.com/) where we have been running the hotel for 4+ years straight, reviving old memories and creating new ones. +Havana has been an independent project, almost entirely developed by [myself](https://github.com/Quackster) for 4 years straight. This project means a lot to me, and was always going to be released as open-source work. I am a firm believer in open-source and free software for everybody. Sulake used the Adobe/Macromedia Shockwave as its multimedia platform for their game (Habbo Hotel) from 2001-2009. In the last year, Habbo made the move to the Adobe Flash client, and then in 2020 made the switch to the Unity engine, while still maintaining their flash client. @@ -178,11 +178,11 @@ Download the latest development build from the [releases page](https://github.co To be honest, this server doesn't require much. I'd argue that the MariaDB server is more resource demanding than the emulator itself. -- JDK >= 11 +- JDK >= 17 - MariaDB server -- libsodium support (this project uses [this library](https://github.com/terl/lazysodium-java)) +- At minimum 4 GB of RAM (to be safe) -If you aim to use this for yourself, I recommend setting up your own 2009 figure image renderer with the project I've created [here](https://github.com/Quackster/Avatara) to render Habbo looks on the website. +If you aim to use this for yourself, I recommend setting up your own 2009 figure image renderer with the project I've created [here](https://github.com/Quackster/Minerva) to render Habbo looks on the website. # Installation @@ -190,7 +190,7 @@ Install MariaDB server, connect to the database server and import havana.sql (lo Download the latest development build from the [releases page](https://github.com/Quackster/Havana/releases) and rename the files to remove the short build hash version, for convenience. -Install any JDK version that is equal or above >= 11 to run the jar files. +Install any JDK version that is equal or above >= 17 to run the jar files. Run both Havana-Server.jar and Havana-Web.jar at least once to generate the necessary configuration files, configure the MySQL attributes to connect to the MariaDB server. @@ -208,7 +208,7 @@ I highly recommend [this browser](https://forum.ragezone.com/f353/portable-brows ❗ Once registered as an admin, I high recommend running [groups.sql](https://github.com/Quackster/Havana/blob/master/tools/groups.sql) against your database, it will create the Habbo Guides, SnowStorm, BattleBall, Wobble Squabble and Lido Diving gaming groups for the website. -And then make yourself admin by setting your ``rank`` to 7 in the ``users`` table. +And then make yourself admin by setting your ``rank`` to 8 in the ``users`` table. ### Important for Linux users