VN Ren'Py The Mason Gambit [Ch.10] [CorForce Productions]

3.20 star(s) 50 Votes

FAP369ZONE

Well-Known Member
Aug 29, 2018
1,827
34,428
[KN] [Ren'Py] The Mason Gambit [Chapter 1-9] [CorForce Productions] [LQ, MyRepack-YAC]

Original size: 2.47GB
Repack size: 447MB

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

PC = / / /
MacOS = (Tutorial on how to create PC/MacOS build.)

Click LIKE (y) if you find my post useful :)
 
Last edited:

krapsp3044

Newbie
Aug 10, 2020
53
25
Got an error
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\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 "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\rollback.py", line 1078, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\rollback.py", line 889, in rollback
self.load_failed()
File "C:\Users\Owner\Downloads\TheMasonGambit-Ch9-pc\TheMasonGambit-Ch9-pc\renpy\rollback.py", line 807, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
The Mason Gambit Ch9
Tue Mar 7 09:42:28 2023
 

d_pedestrian

Engaged Member
Jul 18, 2020
2,073
8,460
Loved this update. I honestly thought it will take more updates to go all the way with Allison but it was a long time coming so I'm glad it happened.

I was kinda happy when Scarlett also got infected. I thought she will join MC's team
and harem :KEK: . Unfortunately she's going to stay in her city. okay I'm going to stop being so greedy. Looking forward to the next update.
 

MrBenny

Well-Known Member
Jul 20, 2021
1,638
3,255
It's great to see a decent title (Chapter 9) used real Canadian facts, for one of MC's official girl friends (It finally happens! ;))...And who happens to also be a fellow Canadian. :cool:
 

Aeakos

Newbie
Apr 30, 2021
56
97
Wow, the dialog in this thing oozes with the Narrator's personal dirty whore issues (especially the "disclaimer"). I mean, you do you, but no need to force feed it at every opportunity.

Nobody likes a cheating whore, but this shit is over the top... like a Mormon just found out what he thought was his virgin wife, was really a cracked-out prostitute/stripper/cam-girl/porn star before they met.
 
Last edited:
May 27, 2017
711
3,001
For saying you "don't care", the whole Narrator Intro comes off like anything but. That sequence feels like an afterthought, like it was added as a reaction to reading many negative reviews and comments. It all bothered you to such an extent that you felt like you had to add lengthy expositions about your personal life and background. The whole tirade just oozes "Navy Seal copypasta" energy.

The dev's attitude and that distasteful intro was very off-putting, I don't know why but it was stuck in my head the whole time. I just couldn't get into the game because of it, played for a few mins and skipped ahead but it really hampered my experience. Not to talk about the middling quality of the actual VN. Congratulations dev, you're the first one to turn me off from a game before I've even started playing it.
 

EvilMonkey

Active Member
Aug 20, 2017
553
854
I've never played this game, thought it looked interesting, tried it, got 'shouted' at by the dev in the intro and uninstalled it. Fuck that guy! Seriously, why be so combative from the outset? I avoid people with a chip on their shoulder in real life, why would I put up with it in a game when I've done nothing wrong? It's dumb.

[edit]
I just noticed the guy above me complaining about the same thing. :/
[/edit]
 

miller205

Member
Oct 13, 2019
296
101
played the whole game and it has ONLY 2 small sex scene in it so i would say if you want sex scene don't waste your time with this game
 
  • Like
Reactions: Lucid Lancer

jak1165

Active Member
Mar 10, 2018
935
1,194
played the whole game and it has ONLY 2 small sex scene in it so i would say if you want sex scene don't waste your time with this game
The writing, to devs credit, is above average for a avn. I don't mind a good slow burn if the writing is good enough. I'm 2 chapters in and it's pretty good

The "prologue" is cringe and reactionary performative "I'm not a snowflake, YOU are the snowflake"

He should fucking delete that soapbox before he hurts himself on all the edge
 
  • Like
Reactions: Icarus Media
3.20 star(s) 50 Votes