Skip to content

Commit

Permalink
new Ion Fury Aftershock update, v0.9.6 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Mar 28, 2024
1 parent 7b2ae92 commit 19dc2bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions BuildGames/IonFury.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

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
AddGame('Ion Fury Aftershock', 'Ion Fury Aftershock', 160826590, 'E175FB41', 'cbd077bb55dd4f776a937a104807797f', '78c142276411ebfef7ece2133ed5c4f0b428dc65', canUseRandomizerFolder=False, canUseGrpFile=True) # Steam Aftershock version v3.0.0.9.10514

ion_fury_map_settings = dict(minMapVersion=7, maxMapVersion=9,
swappableItems = {
Expand Down
2 changes: 1 addition & 1 deletion BuildLibs/SpoilerLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, filename:Path):

def __enter__(self):
assert not self.filename.exists()
self.file = open(self.filename, 'w')
self.file = open(self.filename, 'w', encoding='utf-8')
self.WriteHeader()
return self

Expand Down
2 changes: 1 addition & 1 deletion BuildLibs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re

def GetVersion() -> str:
return 'v0.9.5 Beta'
return 'v0.9.6 Beta'

packLengthRegex = re.compile('^(.*?)(\d+)(\w)(.*?)$')
class FancyPacker:
Expand Down

0 comments on commit 19dc2bc

Please sign in to comment.