1.90 star(s) 50 Votes

muttdoggy

Dogerator
Staff member
Moderator
Aug 6, 2016
7,793
43,566
It's a spelling error in Mother_seduction-0.3-pc\game\script.rpy
It's not supposed to be vpered2
It's supposed to be pnagib

In the game folder, open script.rpy with Notepad++
On Line 2860 it says "jump vpered2"
Change to vpered2 to pnagib then save.

Bug fixed.
 
  • Like
Reactions: Lee1965

Lee1965

New Member
Jun 5, 2017
7
1
It's a spelling error in Mother_seduction-0.3-pc\game\script.rpy
It's not supposed to be vpered2
It's supposed to be pnagib

In the game folder, open script.rpy with Notepad++
On Line 2860 it says "jump vpered2"
Change to vpered2 to pnagib then save.

Bug fixed.
Thank you very much muttdoggy, that did the trick !
 

foxreapper

New Member
Jun 29, 2017
2
2
They're pretty simple. Enable console using Un-Ren or by editting line 98 in renpy/common/00console to True.

Type in console (Shift-o to access):
money=x (Players money)
hack=x (Players computer skill)
luck=x (Players luck stat)
charm=x (Players charm stat)
av=x (Mother's sexual attitude toward player)
glad=x (Mother's mood toward player)
sub=x or dom=x (Mother's dominance or submissiveness to player)
glads=x (Sister's attitude toward player)
ss=x (Sister's sexuality)
can't find line 98 ?
 
  • Like
Reactions: SK80 and ermitague

enokard

Member
Apr 25, 2017
379
692
open 00console.rpy with notepad. Uncheck the case "always open with this exe".
search config.console=false.
alter config.console=False to config.console=True

And then you can acces to the console by typing Shift-o.
 
Last edited:

Xobaer

Newbie
May 14, 2017
16
10
This is what i get when i change the "config.console= True" in 00console.rpy. Can you help me with this. Or a 00console.rpy file would do too...i mean now my game is not starting even if i change the "config.console= False"

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "renpy/common/00console.rpy", line 98: invalid syntax
config.console= True config.console_history_size = 100 config.console_commands = { }
^
Ren'Py Version: Ren'Py 6.99.12.2.2029
 
  • Like
Reactions: Gaffel

muttdoggy

Dogerator
Staff member
Moderator
Aug 6, 2016
7,793
43,566
This is what i get when i change the "config.console= True" in 00console.rpy. Can you help me with this. Or a 00console.rpy file would do too...i mean now my game is not starting even if i change the "config.console= False"
Here you go. Compare the two.
 
  • Like
Reactions: Xobaer

letitbleed

Member
Jun 8, 2017
158
84
This is what i get when i change the "config.console= True" in 00console.rpy. Can you help me with this. Or a 00console.rpy file would do too...i mean now my game is not starting even if i change the "config.console= False"
if you added the space between true and the = then that's likely the problem should be =true
 

Romaru

New Member
May 29, 2017
6
2
Getting this when I try to boot up
I'm sorry, but an uncaught exception occurred.

While loading <'Tile' <'Image' u'_transparent_tile.png'> None>:
File "renpy/common/00start.rpy", line 256, in script
python:
File "renpy/common/00start.rpy", line 260, in <module>
renpy.call_in_new_context("_main_menu")
IOError: Couldn't find file '_transparent_tile.png'.

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

Full traceback:
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\main.py", line 487, in main
run(restart)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\execution.py", line 761, in run_context
context.run()
File "renpy/common/00start.rpy", line 256, in script
python:
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 260, in <module>
renpy.call_in_new_context("_main_menu")
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\game.py", line 330, in call_in_new_context
return renpy.execution.run_context(False)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\execution.py", line 761, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 30, in <module>
ui.interact()
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\core.py", line 2883, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\core.py", line 1955, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 427, in renpy.display.render.render_screen (gen\renpy.display.render.c:6806)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\layout.py", line 693, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3440)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2978)
rv = d.render(widtho, heighto, st, at)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\im.py", line 473, in render
im = cache.get(self)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\im.py", line 1471, in load
surf = cache.get(self.image)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\display\im.py", line 524, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Downloads\Mother_seduction\Mother_seduction-0.3-pc\renpy\loader.py", line 543, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file '_transparent_tile.png'.

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Mother_seduction 0.3
 

Charolastra

Member
Modder
May 27, 2017
374
7,656
Are there any non-optional cuck scenes, or just non optional scenes where you're mother fucks some dude?
I ask because i can't play a game with cuck scenes or games that let other men fuck the woman around u.
there is no scenes of mother with other guys, if you fail it says that you failed and your mother started dating a guy and game over, but honestly i played just first 3 days in game and i don't recommend it, is very bad to my taste
 
Last edited:
1.90 star(s) 50 Votes