diff --git a/.github/release_template.md b/.github/release_template.md
index e3b0aec..3d0a865 100644
--- a/.github/release_template.md
+++ b/.github/release_template.md
@@ -1,22 +1,14 @@
-Build Engine Randomizer (Duke Nukem 3D, Ion Fury, Shadow Warrior, Blood, PowerSlave/Exhumed and maybe more in the future!)
+Build Engine Randomizer currently supports: Duke Nukem 3D, Ion Fury, Shadow Warrior, Blood, and PowerSlave/Exhumed (and maybe more in the future!)
Download build-engine-randomizer.exe from the Assets section below. Run it, point it to the game's GRP file, choose your settings, and click Randomize! Make sure you have a backup of your game files first.
-For Duke Nukem 3D, I suggest using [EDuke32](https://dukeworld.com/eduke32/eduke32_current.zip) to run it. EDuke32 has an option for "Custom game content directory", in this dropdown select "Randomizer". You can also get the [free Duke Nukem 3D demo here](https://dukeworld.duke4.net/2001-current/rtcm/duke3d-shareware/3dduke13SW.zip).
-
-For Ion Fury you can also use EDuke32, which allows you to enable the "Use Randomizer Folder" option inside the Randomizer window, and then in EDuke32 set "Custom game content directory" to "Randomizer".
-
-For Shadow Warrior, use [`voidsw.exe` from that same download as EDuke32](https://dukeworld.com/eduke32/eduke32_current.zip) (it's in the zip file). Shadow Warrior is freeware on [Steam](https://store.steampowered.com/app/238070/Shadow_Warrior_Classic_1997/) and [GOG](https://www.gog.com/game/shadow_warrior_complete).
-
-For Blood, I suggest using [NBlood](https://lerppu.net/wannabethesis/nblood/20220613-13229/nblood_win64_20220613-13229.zip) to run it. NBlood has an option for "Custom game content directory", in this dropdown select "Randomizer".
-
-For PowerSlave (aka Exhumed) I suggest [PCExhumed](https://lerppu.net/wannabethesis/pcexhumed/20220613-13229/pcexhumed_win64_20220613-13229.zip) to run it. PCExhumed has an option for "Custom game content directory", in this dropdown select "Randomizer". You can get [the shareware demo here](https://dukeworld.com/2001-current/rtcm/powerslave-shareware/pwrslavesw.zip). This will not work with the Night Dive Studios 2022 release titled "PowerSlave Exhumed", as that is not based on the Build Engine.
+For info on where to get the games and how to run them, [check out our wiki here](https://github.com/Die4Ever/build-engine-randomizer/wiki).
"Damn, I'm lookin' good!"
-
+
Randomizes enemies and items. For games that use CON files (Duke Nukem 3D and Ion Fury so far) it also randomizes values like maximum health and ammo values, and enemy strengths. Be warned that putting every setting to Extreme will make the game nearly impossible. I suggest you start with the default settings. Also check out the Randomizer.html file that gets created in the output directory to see what's changed.
diff --git a/BuildLibs/__init__.py b/BuildLibs/__init__.py
index 5266bc9..2dc7711 100644
--- a/BuildLibs/__init__.py
+++ b/BuildLibs/__init__.py
@@ -16,7 +16,7 @@
import re
def GetVersion() -> str:
- return 'v0.5.8 Alpha'
+ return 'v0.6 Beta'
packLengthRegex = re.compile('^(.*?)(\d+)(\w)(.*?)$')
class FancyPacker:
diff --git a/README.md b/README.md
index a584a2f..484fb31 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,15 @@
# Build Engine Randomizer
-Build Engine Randomizer (Duke Nukem 3D, Ion Fury, Shadow Warrior, Blood, PowerSlave/Exhumed and maybe more in the future!)
+Build Engine Randomizer currently supports: Duke Nukem 3D, Ion Fury, Shadow Warrior, Blood, and PowerSlave/Exhumed (and maybe more in the future!)
Download build-engine-randomizer.exe from [the Releases page](https://github.com/Die4Ever/build-engine-randomizer/releases). Run it, point it to the game's GRP file, choose your settings, and click Randomize! Make sure you have a backup of your game files first.
-For Duke Nukem 3D, I suggest using [EDuke32](https://dukeworld.com/eduke32/eduke32_current.zip) to run it. EDuke32 has an option for "Custom game content directory", in this dropdown select "Randomizer". You can also get the [free Duke Nukem 3D demo here](https://dukeworld.duke4.net/2001-current/rtcm/duke3d-shareware/3dduke13SW.zip).
-
-For Ion Fury you can also use EDuke32, which allows you to enable the "Use Randomizer Folder" option inside the Randomizer window, and then in EDuke32 set "Custom game content directory" to "Randomizer".
-
-For Shadow Warrior, use [`voidsw.exe` from that same download as EDuke32](https://dukeworld.com/eduke32/eduke32_current.zip) (it's in the zip file). Shadow Warrior is freeware on [Steam](https://store.steampowered.com/app/238070/Shadow_Warrior_Classic_1997/) and [GOG](https://www.gog.com/game/shadow_warrior_complete).
-
-For Blood, I suggest using [NBlood](https://lerppu.net/wannabethesis/nblood/20220613-13229/nblood_win64_20220613-13229.zip) to run it. NBlood has an option for "Custom game content directory", in this dropdown select "Randomizer".
-
-For PowerSlave (aka Exhumed) I suggest [PCExhumed](https://lerppu.net/wannabethesis/pcexhumed/20220613-13229/pcexhumed_win64_20220613-13229.zip) to run it. PCExhumed has an option for "Custom game content directory", in this dropdown select "Randomizer". You can get [the shareware demo here](https://dukeworld.com/2001-current/rtcm/powerslave-shareware/pwrslavesw.zip). This will not work with the Night Dive Studios 2022 release titled "PowerSlave Exhumed", as that is not based on the Build Engine.
+For info on where to get the games and how to run them, [check out our wiki here](https://github.com/Die4Ever/build-engine-randomizer/wiki).
"Damn, I'm lookin' good!"
-
+
Randomizes enemies and items. For games that use CON files (Duke Nukem 3D and Ion Fury so far) it also randomizes values like maximum health and ammo values, and enemy strengths. Be warned that putting every setting to Extreme will make the game nearly impossible. I suggest you start with the default settings. Also check out the Randomizer.html file that gets created in the output directory to see what's changed.