Skip to content

Commit 7e02d7e

Browse files
committed
Create INSTALL.md
1 parent 8805fb3 commit 7e02d7e

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

INSTALL.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Reia Releases
2+
3+
Here are the available pre-alpha releases for Reia. Click a title to view release details, or download the game directly using the link to the right.
4+
5+
---
6+
7+
| Release | Description | Download Link |
8+
|-----------------------------------------------|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
9+
| [v1.0.0.5-pre-alpha](https://github.com/Quaint-Studios/Reia/releases/tag/v1.0.0.5-pre-alpha) | Finalized changelog system, new item textures, main menu background, and more features. | [Reia.zip](https://github.com/Quaint-Studios/Reia/releases/download/v1.0.0.5-pre-alpha/Reia.zip) |
10+
| [v1.0.0.4-pre-alpha](https://github.com/Quaint-Studios/Reia/releases/tag/v1.0.0.4-pre-alpha) | Creepy health bars, improved inventory layout, minimap icons. | [Reia.zip](https://github.com/Quaint-Studios/Reia/releases/download/v1.0.0.4-pre-alpha/Reia.zip) |
11+
| [v1.0.0.3-pre-alpha](https://github.com/Quaint-Studios/Reia/releases/tag/v1.0.0.3-pre-alpha) | Animated character model and character update. | [Reia.zip](https://github.com/Quaint-Studios/Reia/releases/download/v1.0.0.3-pre-alpha/Reia.zip) |
12+
| [v1.0.0.2-pre-alpha](https://github.com/Quaint-Studios/Reia/releases/tag/v1.0.0.2-pre-alpha) | New inventory system, better lighting, improved UI. | [Reia.zip](https://github.com/Quaint-Studios/Reia/releases/download/v1.0.0.2-pre-alpha/Reia.zip) |
13+
| [v1.0.0.1-pre-alpha](https://github.com/Quaint-Studios/Reia/releases/tag/v1.0.0.1-pre-alpha) | Improved lighting, basic combat, first mobs, health bars. | [Reia.zip](https://github.com/Quaint-Studios/Reia/releases/download/v1.0.0.1-pre-alpha/Reia.zip) |
14+
| [v1.0.0.0-pre-alpha](https://github.com/Quaint-Studios/Reia/releases/tag/v1.0.0.0-pre-alpha) | Godot migration, basic level for feature testing. | [Reia.zip](https://github.com/Quaint-Studios/Reia/releases/download/v1.0.0.0-pre-alpha/Reia.zip) |
15+
16+
---
17+
18+
Find all downloads and details on the [Reia Releases Page](https://github.com/Quaint-Studios/Reia/releases).
19+
20+
## What's next?
21+
22+
> v1.1.0-alpha is almost here
23+
24+
Our first major public demo is coming soon! This will introduce multiplayer, our new saving system, a new map, and a reworked UI. Join us on [Discord](https://discord.playreia.com) or visit [our website](https://www.playreia.com/join) for updates and information.
25+
26+
Reia has gotten closer to launching some MMO servers. [Sustenet](https://github.com/Quaint-Studios/Sustenet), our custom built networking solution, helped with that a ton. We finally integrated it in Godot and were able to host a server! We're also using [Turso](https://turso.tech) to handle both online and offline databases so you're able to play completely offline! Here are some of the things we've done since our last big update.
27+
28+
**1. Main Menu & Audio Improvements**
29+
30+
The main menu now features a looping music track and has received UI polish.
31+
32+
**2. Backend Improvements**
33+
34+
We're now using an SQL solution (Turso) to save players. We have player stats, items, and session data are stored. This allows us to also let you play across multiple regions and also export your latest data offline. You can't re-upload your data to a server, because that enables cheating. But, you can still continue where you left off. This is just for someone that wants to still play without internet or wants to mod their game with their latest progress.
35+
36+
There's a reason why this section is the longest! It has gotten the most work. So, no eye-candy quite yet.
37+
38+
**3. Multiplayer Implementation**
39+
40+
Multiplayer functionality has made a lot of progress. You can now host or join sessions. We're working on making that seamless.
41+
42+
**4. Inventory & UI Overhaul**
43+
44+
The inventory system has been refactored with a new backend. The UI has also been improved, with more improvements coming as well.
45+
46+
**5. Progression & Stats**
47+
48+
Player stats have been refined, with new calculations for experience, gear grades, and progression caps. We're also experimenting with new stats like sailing, mining, exploring, and more. You'll be able to unlock skills and passives by leveling these stats.
49+
50+
**6. World & Map Expansions**
51+
52+
We've improved the performance, enhanced minimap features, and we're almost ready to showcase our first map. We've posted some early pictures in [Discord](https://discord.playreia.com) as well. Lighting and ambiance have also been upgraded.

0 commit comments

Comments
 (0)