1Teddy1

Well-Known Member
May 17, 2018
1,219
1,936
'MetF is a story about a strict and very religious mother who lives in a world where money dictates everything.' Can someone give me a better summery about the game and what I can do in the game?
 

Tbone

Active Member
Jun 21, 2017
738
523
'MetF is a story about a strict and very religious mother who lives in a world where money dictates everything.' Can someone give me a better summery about the game and what I can do in the game?
Money dictates everything and she has limited resources.
 
  • Red Heart
Reactions: Amaziri

Amaziri

Newbie
Game Developer
Feb 22, 2021
66
387
Thanks Amaziri

What is the deal with Chapter 1 btw? Is it non-existant?

Will there be a Chapter 3?
Hi Tbone, for chapter 1, I don't know if you saw my previous posts but I basically said that, chapter 1 was more of a prologue, Radia was pretty thin in chapter 1 not like in 2 where she took some muscle where it's needed, in addition the first chapter was a sandbox, chapter 2 is much better than 1 and you didn't miss anything really interesting, because it's in chapter 2 where Radia is going to do daring (naughty) things.
For chapter 3 bah...., I change chapter to clean my code pages and not upload 10 tera of data in the future lol, more seriously to give you an example of changing chapter, if Radia decides not to wear a bra in front of Nabile, it will be an end of chapter, for the simple reason that if the player says yes, I have to redo the renderings of 70% of the images of the game :)

Voila ;)
 

left1000

Active Member
Sep 13, 2020
607
275
hitting s to take a screenshot gives a wild error:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00keymap.rpy", line 276, in _screenshot
config.screenshot_callback(fn)
File "renpy/common/00keymap.rpy", line 279, in _screenshot_callback
renpy.notify(__("Saved screenshot as %s.") % fn)
TypeError: not all arguments converted during string formatting

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

Full traceback:
File "tl/english/Dimanche.rpyc", line 31, in script
File "V:\MetF_Chapitre_2-0.32-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 842, in do_display
**display_args)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00keymap.rpy", line 276, in _screenshot
config.screenshot_callback(fn)
File "renpy/common/00keymap.rpy", line 279, in _screenshot_callback
renpy.notify(__("Saved screenshot as %s.") % fn)
TypeError: not all arguments converted during string formatting

Windows-8-6.2.9200
Ren'Py 7.3.5.606
MetF Chapitre 2 0.32
Mon Apr 12 14:28:53 2021


I've never seen a ren'py error like this before, but if I had to guess? somehow the script itself is breaking the screenshot function?
 

Amaziri

Newbie
Game Developer
Feb 22, 2021
66
387
hitting s to take a screenshot gives a wild error:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00keymap.rpy", line 276, in _screenshot
config.screenshot_callback(fn)
File "renpy/common/00keymap.rpy", line 279, in _screenshot_callback
renpy.notify(__("Saved screenshot as %s.") % fn)
TypeError: not all arguments converted during string formatting

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

Full traceback:
File "tl/english/Dimanche.rpyc", line 31, in script
File "V:\MetF_Chapitre_2-0.32-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 842, in do_display
**display_args)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\behavior.py", line 463, in event
rv = run(action)
File "V:\MetF_Chapitre_2-0.32-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00keymap.rpy", line 276, in _screenshot
config.screenshot_callback(fn)
File "renpy/common/00keymap.rpy", line 279, in _screenshot_callback
renpy.notify(__("Saved screenshot as %s.") % fn)
TypeError: not all arguments converted during string formatting

Windows-8-6.2.9200
Ren'Py 7.3.5.606
MetF Chapitre 2 0.32
Mon Apr 12 14:28:53 2021


I've never seen a ren'py error like this before, but if I had to guess? somehow the script itself is breaking the screenshot function?
It's fixed normally ;)
 

Deleted member 62788

Well-Known Member
Jun 10, 2017
1,412
728
Love the models but shame there isn't any decent fuck content yet or anything. Appreciate its the devs game and its a setting he is working too, but these early release are a waste of time. Would be better to build it up with some content and then release it. Makes more sense to sell something which has content as opposed to 'hey wanna support nothing?'.
 

Tbone

Active Member
Jun 21, 2017
738
523
Hi Tbone, for chapter 1, I don't know if you saw my previous posts but I basically said that, chapter 1 was more of a prologue, Radia was pretty thin in chapter 1 not like in 2 where she took some muscle where it's needed, in addition the first chapter was a sandbox, chapter 2 is much better than 1 and you didn't miss anything really interesting, because it's in chapter 2 where Radia is going to do daring (naughty) things.
For chapter 3 bah...., I change chapter to clean my code pages and not upload 10 tera of data in the future lol, more seriously to give you an example of changing chapter, if Radia decides not to wear a bra in front of Nabile, it will be an end of chapter, for the simple reason that if the player says yes, I have to redo the renderings of 70% of the images of the game :)

Voila ;)
Understood!

Keep up the good work Amazing Amaziri
 
  • Like
Reactions: Amaziri and CRBM01
3.40 star(s) 41 Votes