Skip to content

Commit

Permalink
Ion Fury update
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 13, 2023
1 parent 3af654e commit a840ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Build Engine Randomizer currently supports: Duke Nukem 3D, Ion Fury, Shadow Warr

# Trailer

<a href="https://youtu.be/ARZhfS1SLVE" target="_blank">
<a href="https://www.youtube.com/watch?v=ARZhfS1SLVE&list=PLZIQTa_kwZhBksj7UzcahPiRaHk87fWch&index=1" target="_blank">
<img src="https://img.youtube.com/vi/ARZhfS1SLVE/0.jpg" alt="Build Engine Randomizer Trailer" height="300"/></a>

Download build-engine-randomizer.exe from the Assets section below. Put eduke32.exe/nblood.exe/etc into the game's folder. Run the Randomizer 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 just in case. On Windows the Randomizer will generate a bat file for you to play, and then you can just play the game as normal, choose which episode and which difficulty, and it will automatically use the new map files. You do NOT select "USER MAP" in the game menus. If you don't get a bat file, then [see the wiki](https://github.com/Die4Ever/build-engine-randomizer/wiki#how-to-use) for how to play.
Expand Down
2 changes: 2 additions & 0 deletions BuildGames/IonFury.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from BuildGames import *

AddGame('Ion Fury', 'Ion Fury', 92644120, '960B3686', 'd834055f0c9a60f8f23163b67d086546', '2cec5ab769ae27c6685d517defa766191c5e66c1', canUseRandomizerFolder=False, canUseGrpFile=True) # Steam version
AddGame('Ion Fury', 'Ion Fury', 92644105, 'F3A52423', '2f2a861001ab446bd32a78667f91db40', '9b763ff2caf112d9aa9e4f5ed7a9a26c98af6eaa', canUseRandomizerFolder=False, canUseGrpFile=True) # Steam version version v2.0.01.10459

AddGame('Ion Fury Aftershock', 'Ion Fury Aftershock', 163939122, '2D7CAC72', 'a326052d456a9c9a80ca13cb90270d5b', '720b17e4110448e33129504918feea3dc23fe900', canUseRandomizerFolder=False, canUseGrpFile=True) # Steam Aftershock version
AddGame('Ion Fury Aftershock', 'Ion Fury Aftershock', 163948283, 'AE68B9E7', '7bfcea0b46d3afb206cbc5f4a2e3282c', '8177341cd8691b6a8667fd51d0ed9837ce74d523', canUseRandomizerFolder=False, canUseGrpFile=True) # Steam Aftershock version v3.0.03.104182

ion_fury_map_settings = dict(minMapVersion=7, maxMapVersion=9,
swappableItems = {
Expand Down

0 comments on commit a840ffc

Please sign in to comment.