ekezie

Newbie
Dec 21, 2017
22
28
Not sure I see the alure of this game. The writing leaves a lot to be desired.
It sure does. It's kinda rushed, but there's so much content here that it would take like at least 5 years to properly bring it to the finish line. I really feel like dev should've wiped out several characters that add next to nothing to the story, in favor of an in-depth relationship with someone like Giulia, Florencia, Breeze, Bianca, Polina, etc.

But if i had to choose, this is way better than endless milking games people are sick and tired of.
 
Last edited:
  • Like
Reactions: Ph4r40h

FALCO755

Well-Known Member
Mar 6, 2019
1,254
347
It gives me this error:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script_ch4.rpy", line 457, in script
menu:
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 324, in execute
vbox:
File "game/screens.rpy", line 325, in execute
for i in items:
File "game/screens.rpy", line 326, in execute
textbutton i.caption action i.action
NameError: Name 'JVLRN' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "game/script_ch4.rpy", line 457, in script
menu:
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\ast.py", line 1903, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\exports.py", line 1010, in menu
rv = renpy.store.menu(new_items)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\exports.py", line 1250, in display_menu
rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\screen.py", line 462, in per_interact
self.update()
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 321, in execute
screen choice(items):
File "game/screens.rpy", line 324, in execute
vbox:
File "game/screens.rpy", line 325, in execute
for i in items:
File "game/screens.rpy", line 326, in execute
textbutton i.caption action i.action
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\ui.py", line 992, in _textbutton
text = renpy.text.text.Text(label, style=text_style, substitute=substitute, scope=scope, **text_kwargs)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\text\text.py", line 1594, in __init__
self.set_text(text, scope, substitute)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\text\text.py", line 1712, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
File "F:\+18\Tradotti F95 Zone\2023\01. Gennaio\Motherless S. 1- 3 0.17.1.1\renpy\substitutions.py", line 236, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'JVLRN' is not defined.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Motherless 0.17.1.1

Tue Jan 3 15:20:38 2023
 
  • Wow
Reactions: Bloodguard

TFFBladez

Active Member
Oct 10, 2020
691
226
So I downloaded the 17.1.1 full version and it only has season one content in it? it cuts off with the airplane and I was way past that part.
 

coretex

Active Member
Jun 15, 2017
583
494
So I downloaded the 17.1.1 full version and it only has season one content in it? it cuts off with the airplane and I was way past that part.
Click the yellow "Sticky Note" that will say Season 1/2/3 and switch it. You just then hit Start on if you set to Season 3 with Season 2 saves already existing. It will do a quick recap though at the start of S3.
 
  • Red Heart
Reactions: Mr.Mister

Dylan741

Forum Fanatic
Nov 18, 2019
4,661
8,612
Mac user here, downloaded the game and I am unable to open it, is there a patch or fix i can do?
What is exactly the issue? You get a message like "This application can't be opened"? If this is the problem is a matter of execution permissions, in this case I suggest you use the fixperm command created by goobdoob
Here's the link:
https://f95zone.to/threads/permission-fixer-for-mac-and-linux.24233/
Also verify it's not an issue caused by your decompression software wether it's Archive Utility or The Unarchiver, don't use unren, I suggest you use Winzip or Zipeg to unzip it instead.
 
  • Like
Reactions: Boobs Lover

SirPEEPEE

Member
May 10, 2018
216
36
What is exactly the issue? You get a message like "This application can't be opened"? If this is the problem is a matter of execution permissions, in this case I suggest you use the fixperm command created by goobdoob
Here's the link:
https://f95zone.to/threads/permission-fixer-for-mac-and-linux.24233/
Also verify it's not an issue caused by your decompression software wether it's Archive Utility or The Unarchiver, don't use unren, I suggest you use Winzip or Zipeg to unzip it instead.
Im having issue with the full version, that whenever I open the game it just closes down without a window showing up, I also have used permission fixer, but situation haven't really changed, I used unarchiver to unzip the game, I'll be using your other suggestions now.
 

Dylan741

Forum Fanatic
Nov 18, 2019
4,661
8,612
Im having issue with the full version, that whenever I open the game it just closes down without a window showing up, I also have used permission fixer, but situation haven't really changed, I used unarchiver to unzip the game, I'll be using your other suggestions now.
It's unarchiver the problem, it can be pretty brutal when extracting files especially bigger ones, for mods or patches it can be useful but I would never use it on something bigger that 1Gb.
It's better to switch to another decompression software, personally I use Zipeg ( very simple to use and it's the most "gentle" with files, the only cons is that it doesn't open .rar files but for that I use Winzip), I'm at my 13th year of use and I never had an issue unzipping with it, also it's free since it's a open source. :)
 

SirPEEPEE

Member
May 10, 2018
216
36
It's unarchiver the problem, it can be pretty brutal when extracting files especially bigger ones, for mods or patches it can be useful but I would never use it on something bigger that 1Gb.
It's better to switch to another decompression software, personally I use Zipeg ( very simple to use and it's the most "gentle" with files, the only cons is that it doesn't open .rar files but for that I use Winzip), I'm at my 13th year of use and I never had an issue unzipping with it, also it's free since it's a open source. :)
I have tried both decompression software and situation havent really change, Ill just wait for the game's next update, thanks for all the help you've given
 

Dylan741

Forum Fanatic
Nov 18, 2019
4,661
8,612
I have tried both decompression software and situation havent really change, Ill just wait for the game's next update, thanks for all the help you've given
My pleasure.
I would have hoped to be of more help, the only other suggestion is to try to use Mega or Gofile to download, the issue can be due to a problem during the download ( especially if it require more time and is slow), let's hope that you will solve it in the next update. :)
 

Anik840

Member
Mar 13, 2020
125
83
Here's my unofficial android port of Motherless Season 2 v0.14.3.1 with JokerLeader Walkthrough Mod

Download

Mega
You don't have permission to view the spoiler content. Log in or register now.


You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.
Season 2 Android file was removed...there is no file....
 

mmmonsterkill

Well-Known Member
Aug 30, 2016
1,537
1,716
im so confused, first gaylord mcdoucheface goes to a priest and is like "i need to dump a kid here mmkay" then ukrainian mom comes and takes "sunny" away, then cut to church where gaylord is dumping the kid in a church whats going on
 

matschbirne

Well-Known Member
Aug 24, 2019
1,260
5,903
im so confused, first gaylord mcdoucheface goes to a priest and is like "i need to dump a kid here mmkay" then ukrainian mom comes and takes "sunny" away, then cut to church where gaylord is dumping the kid in a church whats going on
if i now say it was a foreshadowing of last years events and mr-mister thought it was time to bring some sunshine Sunny into this bad time, i think i would be considered crazy. ;)
 

arkhamtheknight

Active Member
May 3, 2017
628
178
View attachment 1416683
Motherless [Season 1, 2, 3 & Full Game] Walkthrough & Cheat Mod
Features:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Note: If you are having errors because of the Mod PM me, let's not flood the game thread with the Mod.

Download Full Game: -
Download Season 1: - - ANDROID
Download Season 2 [v0.16.3.0 ]: - - ANDROID
Download Season 3 [v.0.17.1.0]: -

Android version made by
Wills747 & cebs
As always if you like the game please show your support for the Dev, .
If you like my work, please consider supporting me on my or , check my .
Does the full game version come with the patch?
 
3.50 star(s) 125 Votes