There still is the multi-mod.Wasn't there a different walkthrough mod, what happened to that? Or am I imagining things?
Zoey Raven used to do the WTmod and WTpdf until around chapter 14.Wasn't there a different walkthrough mod, what happened to that? Or am I imagining things?
Updated my Android port to 1-18, added babaex multi modMy compressed unofficial Android port of Away From Home Ep 1-18 with babaex multi mod
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.
Scrollable choices (when multiple)
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!
You must be registered to see the links
congrats, you just have made into the top 3 tout of place (to not say something else) posts in this thread!Women in the game deserve more sex, but the developer did not choose to take advantage of this. In general, the game is good, but there is little intrigue.
Have you read the OP? Maybe checked the mod that is linked there?gallery unlocker ??
Not at the moment. There was such an option in the previous walkthrough mod but not in the current Multi-mod because it's not needed. The Multi-mod has gallery part which is unlocked, up to date and includes all the scenes from the in game gallery. On the other hand the in game gallery is not updated for the last 3 versions and you need additional files for it to work. Just use the Multi-mod and if you want only the Gallery part of it, delete the script file.gallery unlocker ??
Mod has Gallery and is updated to game version 1.18 check it out again before commenting.Not at the moment. There was such an option in the previous walkthrough mod but not in the current Multi-mod because it's not needed. The Multi-mod has gallery part which is unlocked, up to date and includes all the scenes from the in game gallery. On the other hand the in game gallery is not updated for the last 3 versions and you need additional files for it to work. Just use the Multi-mod and if you want only the Gallery part of it, delete the script file.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9498, in script menu: SyntaxError: unexpected EOF while parsing (game/script.rpy, line 9499) -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 9498, in script menu: File "D:\spel D\away from home\AwayFromHome-Episode[1-18]-pc\renpy\ast.py", line 1619, in execute item_arguments.append(self.item_arguments[i].evaluate()) File "D:\spel D\away from home\AwayFromHome-Episode[1-18]-pc\renpy\ast.py", line 190, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "D:\spel D\away from home\AwayFromHome-Episode[1-18]-pc\renpy\python.py", line 2057, in py_eval code = py_compile(code, 'eval') File "D:\spel D\away from home\AwayFromHome-Episode[1-18]-pc\renpy\python.py", line 692, in py_compile raise e SyntaxError: unexpected EOF while parsing (game/script.rpy, line 9499) Windows-8-6.2.9200 Ren'Py 7.3.5.606 AwayFromHome Episode[1-18] Sun Feb 26 12:16:11 2023
He is the dev of the mod genius.......Mod has Gallery and is updated to game version 1.18 check it out again before commenting.
Don't think the dev accounted for ANYONE to avoid Nora.......How can I avoid Nora path without dying in the car explosion?
How can I avoid Nora path without dying in the car explosion?
I don't know what you think you have checked but for your information the Multi-mod for Episode 18 was updated by me so I am well aware what is in the current mod and what is in the base game. And quite aware what was in the previous mods. Please, read caferully what exactly is written and then comment.Mod has Gallery and is updated to game version 1.18 check it out again before commenting.
this happened to me , i changed 9498 line from script.rpy from:I am using the multi mod, but i looked over the code inside game folder script file with another script file and the code is the same, i tried loading older saves but that kicked me out of the game (the save from 1-16 version worked)
ah yes, i guess the quotation mark is wrong, it should be like this "Yes (Eva scene)": or even "Yes" #(Eva scene): might workthis happened to me , i changed 9498 line from script.rpy from:
label ep1endchoice1:
"You missed a scene with eva, do you want to see it?"
menu:
"Yes" (Eva scene):
jump sleepcd1
"No":
jump ep1end
to
label ep1endchoice1:
"You missed a scene with eva, do you want to see it?"
menu:
"Yes":
jump sleepcd1
"No":
jump ep1end
and work for me now