Ergi: Jörmungandr v 2.09
Added 2022-10-01 10:11:22 +0000 UTCIf you have trouble installing, post your issues on discord "Technical Support" channel. There are pinned screenshots on how to install. You will need to sync your discord with Patreon to see the channels.
https://support.patreon.com/hc/en-us/articles/212052266-How-do-I-connect-Discord-to-Patreon-Patron-
This patch should work with 1.861 or 1.862, especially for Mac users.
**********************************
Thank you everyone for your patience and support. This is a very, very exhausting and complex game to develop, but Chapter 2 Jörmungandr is finally out.! This would not have been possible without all of you helping to fund this project.
To play, you must have an official version of Ergi 1.861 or 1.862 from Patreon 1. (available to supporters from Sept and before) or 2. purchased from Itch.Io. Otherwise, earlier chapters are available to Vanir supporters only. If you had been a Patreon before October but did not have the earlier chapters, please PM me.
1. Please back up your Chapter 1 files before extracting and copying the Chapter 2 patch over.
2. Make sure the directory level matches before you copy/replace the 2.01 files over your 1.861 or 1.862 folder.
3. Chapter 2 does not work until you merged it correctly with 1.861/1.862. You must have an official version from Sept Patreon or puchased the public version from Itch.
4. Manually transferring save games into your new game folder might corrupt your save. Saved games are not kept in the Ergi save game folder (they are only local copies). https://wiki.andrealphusgames.com/wiki/How_to_find_a_save_file
5. Edit save games at your own risk. There are 10,000 - 20,000 lines of codes per chapter and they are interdependent. If you break or corrupt the save, you might need to replay the whole game or be unable to progress normally.
6. General guide is posted and pinned on Discord spoiler strategy
7. Vanir detailed guide will be posted in parts on Patreon.
**************************************
Update:
v 2.01 addressed bugs in repeating scenes for Tyr and Henrik, error message in quest scene.
v 2.02 addressed Ralf/ Manning appearing in Onsrud Team scene by mistake
addressed sailboat engine plot stuck if you saved the Pup successfully
addressed duplicate CPUs found in the Satellite
addressed having to fight final boss twice if exited the fusion core
added missing CGs for Anders and Jostein hidden routes
removed debug, added new Gallery CGs, fixed error in Anders CG gallery
v 2.042 fixes accidental hard mode for Ander's training
fixes data simulation quest not completing
v 2.043 nerfed wolf pup fight, easier for players with lower stats
v 2.05 fixed game crashing at baking scene for Jostein
v 2.051 nerfed wolf pup further
v 2.052 addressed the bug where the exile doesn't trigger.
v 2.054 with grammar edits, credits to frosty :)
v 2.055 fixed Borge second quest conversation and bonuses, added Borge swimming scene in the gallery.
v 2.06
Fixed conversation with Kirk in the first campfire scene.
Fixed a bug where automated harvesting was not working properly after the upgrade.
Fixed a bug in Ch1 where wrong attribute score (social instead of gut) being given in dialogue
v 2.061 Fixed firearms crashing in 2.06
v 2.07 Fixed Ralf party scene not triggering
v 2.08 Added partial fast travel map for Ch1, editorial changes
v 2.09 Final editorial changes, fixed minor bug re-entering the fusion hall after password is cleared.
Comments
You should see the download files after you link the account.
KKCHar
2022-10-08 14:02:35 +0000 UTCright at the very top above the date and title is the link to connect our patreon account and itch account. That solved the problem.
Terrence Powell
2022-10-08 13:58:45 +0000 UTCThe link is at the top of this post.
KKCHar
2022-10-08 13:53:18 +0000 UTCI cannot find a link to download chapter 2 anywhere.
Terrence Powell
2022-10-08 13:51:36 +0000 UTCI can't access to the update :'(
Paulpok Plpk
2022-10-04 15:42:36 +0000 UTChi Michael, pm me
KKCHar
2022-10-03 21:25:29 +0000 UTCcheck back later, I'm updating the patch
KKCHar
2022-10-03 21:07:48 +0000 UTCitch.io is saying that nothing is there to download but there was something there earlier. Is there an issue?
Marcus Green
2022-10-03 21:00:10 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/common/00gltest.rpy", line 390, in $ __gl_test() File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) IOError: Couldn't find file 'gui/window_icon.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 331, in bootstrap renpy.main.main() File "renpy/main.py", line 662, in main run(restart) File "renpy/main.py", line 148, in run renpy.execution.run_context(True) File "renpy/execution.py", line 922, in run_context context.run() File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gltest.rpy", line 390, in $ __gl_test() File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3286, in interact self.start() File "renpy/display/core.py", line 2209, in start self.post_init() File "renpy/display/core.py", line 2290, in post_init self.set_icon() File "renpy/display/core.py", line 2329, in set_icon with renpy.loader.load(icon) as f: File "renpy/loader.py", line 798, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'gui/window_icon.png'. Windows-10-10.0.19041 Ren'Py 7.4.11.2266 Ergi 0.2.02 Mon Oct 3 10:25:26 2022 STILL GET THIS AFTER COPY PAST DONT KNOW WHAT I'M DOING WRONG
MICHEAL BARGER
2022-10-03 15:28:15 +0000 UTCYou playing on Win or Mac ?
Aun Vahal
2022-10-02 21:00:00 +0000 UTCStill getting to the old ending of ch 2
hfgh
2022-10-02 20:34:19 +0000 UTCFor those having issues, you need to copy the 2.01 files over the 1.862 version. The safest way is to do it one by one, or in groups. If on a mac, download the 1.862 version and the 2.01 update. Right click and use "Show Package Contents." Then copy the 2.01 files to the 1.862 files in the corresponding places. If you try and do it in a batch (the whole folder) it won't work right
Dustin Cushman
2022-10-02 19:53:34 +0000 UTCAfter you unzipped v 2.01, copy the folder's content and paste/replace it over the 1.861 or 1.862 folder. You should be able to play after your merged both files correctly. There are pinned screenshots from Kire in the Discord Technical Support group. If you still need help, PM me
KKCHar
2022-10-02 18:40:33 +0000 UTCCould you explain how to extract files properly, bcs Ch2 is not working, thanks.
Oleg
2022-10-02 18:25:15 +0000 UTCHi there, Ch2 files do not work by itself. Try to follow the download instructions I highlighted above. You can also join discord Technical Discussions, other players have posted screenshots of how they copy over the files.
KKCHar
2022-10-02 17:09:13 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/common/00gltest.rpy", line 390, in $ __gl_test() File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) IOError: Couldn't find file 'gui/window_icon.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/bootstrap.py", line 331, in bootstrap renpy.main.main() File "renpy/main.py", line 662, in main run(restart) File "renpy/main.py", line 148, in run renpy.execution.run_context(True) File "renpy/execution.py", line 922, in run_context context.run() File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/common/00start.rpy", line 207, in script call call _gl_test File "renpy/common/00gltest.rpy", line 390, in script $ __gl_test() File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gltest.rpy", line 390, in $ __gl_test() File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3286, in interact self.start() File "renpy/display/core.py", line 2209, in start self.post_init() File "renpy/display/core.py", line 2290, in post_init self.set_icon() File "renpy/display/core.py", line 2329, in set_icon with renpy.loader.load(icon) as f: File "renpy/loader.py", line 798, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'gui/window_icon.png'. Windows-10-10.0.19041 Ren'Py 7.4.11.2266 Ergi 0.2.01 Sun Oct 2 11:53:39 2022 THIS IS ALL I GET WHIN I OPEN CH.2 DOWNLOAD
MICHEAL BARGER
2022-10-02 17:01:44 +0000 UTCBy the way, on Mac os Chapter 2 wouldn't launch with the patch 1.863 installed. I had to copy Ch 2 files to ver 1.861/2 of Ch1 in order to launch Ch 2, without installing the patch. Otherwise ch 2 wouldn't launch
ramgauer
2022-10-02 10:15:48 +0000 UTCOn a mac, I'm not sure how to use the patches. I can run the initial 1.862 fine, but the .863 patch and Chapter 2 patch give the errors everyone else is mentioning. Have tried direct downloads and through ITCH.
Dustin Cushman
2022-10-01 21:47:35 +0000 UTCI'm the same Just getting an error message.
Carl Allen
2022-10-01 21:23:53 +0000 UTCI got the same error message. I tried pasting the new app over my old app — still got the same error message (I'm on Mac OS) :(
FT
2022-10-01 20:16:10 +0000 UTCafter down loading and open i get this {i'm sorry, but an uncaught exception occurred} what do i do ?
MICHEAL BARGER
2022-10-01 17:18:29 +0000 UTCI can't say I understand what to do... Chapter 2 starts but the images don't seem to be there. I'm on a Mac so if anyone could push me in the right direction that would be fantastic
bloop
2022-10-01 16:33:51 +0000 UTCI was only able to move to chapter 2 by replacing the files from version 1.862 with 2.0 without applying 1.863
AF Costa
2022-10-01 15:36:17 +0000 UTCYou have to link your patreon and discord in your patreon settings.
JJ
2022-10-01 15:03:49 +0000 UTCUp until the 1.8.63 patch it all seemed fine, but now that I've replaced it with chapter 2, instead of continuing the story it takes me back to the main menu. I also notice that in the bottom corner of the window it keeps saying it's version 1.8.63. I think I got lost somewhere. To make the union of chapter 1 and 2 from scratch which version should I use? Just download version 1.8.62 and replace 2.0 directly? Or apply the 1.8.63 patch first?
AF Costa
2022-10-01 13:51:30 +0000 UTCSorry, spoiler strategy
Reimar
2022-10-01 11:31:52 +0000 UTCYeah, it's easiest to just copy the folder. Btw, I don't see a general spoiler thread on Discord
Reimar
2022-10-01 11:31:04 +0000 UTCwhen in doubt back it all up
Saixuno Pomf
2022-10-01 10:42:52 +0000 UTChi, very excited about this second chapter! Just a question: when you say back up the chap1 files, which ones do you mean? the save files? everything? thanks!
LukaM
2022-10-01 10:26:42 +0000 UTC