Releases: RealMelwei/hyperrogue_archipelago
Release list
Hyperrogue Archipelago v0.2.1
- Fixed a major issue when playing with "Collect on game completion".
- Unlock Check logic is way more reasonable, and can no longer technically require to obtain 90 in a land without orbs...
- Haunted Woods and Dungeon checks now require leaving the area.
- Camelot now needs 1/3/8 treasures instead of 3/5/8.
Hyperrogue Archipelago v0.2.0
Version 0.2 is here!
You can now add extra locations for 10, 25 and 50 treasures in each land. To make up for these, filler items were introduced:
Currently, an adjustable percentage of filler items are replaced by Orbs in your starting inventory.
More Filler items hopefully soon to follow.
Also fixed two logic errors.
Hyperrogue Archipelago v0.1.3
Updated the games' rules to use rule builder instead of lambda expressions, allegedly making generation run way faster.
Hyperrogue Archipelago v0.1.2
What's new?
Orb of Foresight (Hint Orb)
There is now an option for Orbs of Foresight. They spawn in lands you have not yet completed. When collected, an Orb of Foresight grants a hint for the next location check in its land.
Generation Fix
Turns out it was not possible to include two instances of Hyperrogue in your Rando previously. This is now fixed.
Furthermore, the Unlock Check for Ruined City was always considered in Logic. Oops.
Linux build following soon.
Hyperrogue Archipelago v0.1.1
New Option:
Logic difficulty:
Normal: Obtaining 25 or 50 treasures in a land is only logically required when the orb of the land is already unlocked.
Hard: Obtaining 25 or 50 treasures in a land is in logic once the land is unlocked.
Further changes
Some bugfixes...
Hyperrogue Archipelago v0.1.0
Initial Release!
Randomizer is fully playable but still lacks a lot of documentation.
Hopefully soon to follow.
Setup for Windows
-
Install MSYS2. Launch MSYS2 UCRT64 and paste the following command:
pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-SDL mingw-w64-ucrt-x86_64-SDL_mixer mingw-w64-ucrt-x86_64-SDL_ttf mingw-w64-ucrt-x86_64-SDL_gfx mingw-w64-ucrt-x86_64-glew -
Download the .zip file from below and extract it.
-
In the extracted folder, open apsettings.json and enter your ip and slotname.
-
Navigate MSYS2 UCRT64 to the extracted folder by running:
cd /Path/to/Your/Folder -
Run:
./hyperrogue.exe -
Enjoy!
Setup for Linux with apt-get
-
Run:
sudo apt-get install make g++ libsdl1.2-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libglew-dev libpng-dev zlib1g-dev -
Download the .zip file from below and extract it.
-
In the extracted folder, open apsettings.json and enter your ip and slotname.
-
In the extracted folder, run ./hyperrogue.
-
Enjoy!