5.00 star(s) 2 Votes

Drezmain

Newbie
Game Developer
Apr 30, 2024
22
158
soo, i can't get any of the new content
Something wrong with the download link? Or is it the game itself? You might need to delete persistent files if you've played previous versions. I fiddled around with the quests a bit.
 

Drezmain

Newbie
Game Developer
Apr 30, 2024
22
158
Error upon user interface tutorial.

Code:
I'm sorry, but an uncaught exception occurred.

While processing text tag {size=*1.25} in '{size=*1.25}{color=#000000}Sunday{/size}'.:
  File "game/momquest.rpy", line 1435, in script
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
ValueError: invalid literal for int() with base 10: '*1.25'

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

Full traceback:
  File "game/momquest.rpy", line 1435, in script
  File "renpy/ast.py", line 2232, in execute
  File "renpy/ast.py", line 2220, in call
  File "renpy/statements.py", line 281, in call
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
  File "renpy/exports.py", line 3181, in call_screen
  File "renpy/ui.py", line 299, in interact
  File "renpy/display\core.py", line 3423, in interact
  File "renpy/display\core.py", line 3958, in interact_core
  File "renpy/display\core.py", line 2642, in draw_screen
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\layout.py", line 884, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\layout.py", line 884, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\layout.py", line 884, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\screen.py", line 704, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\layout.py", line 884, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\layout.py", line 1334, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display\layout.py", line 1105, in render
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/text\text.py", line 2109, in render
  File "renpy/text\text.py", line 627, in __init__
  File "renpy/text\text.py", line 1188, in segment
ValueError: invalid literal for int() with base 10: '*1.25'
Have you found a fix? I'll be looking into this as well.
 

allanl9020142

Well-Known Member
Aug 23, 2018
1,290
2,063
Oops no I meant his. The protagonist is a guy lol. Bad English :(
No worries lol.

Have you found a fix? I'll be looking into this as well.
Could possibly be a syntax error. It seems like you might want to convert to float first since it's "1.25". If you're trying to convert a string into an integer.

So it'd be something like: int(float('1.25'))

Idk, I'm probably just talking out of my ass. :LOL:
 

no_name_742

Active Member
Aug 9, 2017
869
760
question for the dev
1724551605092.png
when you say finished do you mean finished completely or will there be more content in a later patch?
 

MrWiki

Member
Donor
Jan 20, 2021
113
151
Thanks for all that, but, that's way above my paygrade. I was just hoping, somebody can just make a mod, for the dummies like me.
i haven't fully tested it yet but everything should be switched over to mother, mommy or mom, i also added a dialogue box opacity slider in the settings, added a mod but u can remove the _mod folder in the game folder if u dont want to use it, the mods adds a Universal_Choice_Descriptor from ZLZK


EDIT: i missed one line, go to momquest.rpy and edit with notepad++(i recommend getting notepad++ it makes it easier to edit the files) go to line 2705 and delete the step from step mommy and just save the file.

EDIT: to be honest i should had waited for the quest line to be fix first before doing all this.


EDIT: i haven't fully tested it yet but everything should be switched over to mother, mommy or mom, i also added a dialogue opacity slider in the settings, i removed that mod sense it isnt needed, i turn on the developer and console, just click shift+D and u can accesses the console from the dev menu .
 
Last edited:
  • Heart
Reactions: CutieLvr

Drezmain

Newbie
Game Developer
Apr 30, 2024
22
158
Hi, I'm trying to use the store to buy the extra stuff, but i can't use it anymore, i just replays felix's scene over and over again. How do i make it so that I can buy stuff again?
Hotfix added! It should be fixed now :)
 
5.00 star(s) 2 Votes