Mod Ren'Py Completed Heart Problems [Xenorav] [English] Dialogue Re-Write ver. 0.30 (CH1 to 3)

Do you want to see a Chapter 2 Re-Write or is the original Dialogue fine as it is?

  • Yes, I'd like to see this continue.

    Votes: 516 87.9%
  • No, the Original script is fine as it is.

    Votes: 71 12.1%

  • Total voters
    587

rans

Newbie
Jul 7, 2018
16
2
ok I feel like we're real close.. I went for the shotgun approach and just included all the script files and renpy files from my Dev folder for the game, give this one a go see if it blasts that error for good lol
Well it didn't crash this time but same errors as the last one, Ill include some more after ignoring it, it may help


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

While running game code:
  File "game/script.rpy", line 180, in script
    centered "Your name will be [mc]."
TypeError: must be real number, not NoneType

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

While running game code:
  File "game/script.rpy", line 189, in script
    "{size=+3}This, is your beautiful family."
TypeError: must be real number, not NoneType

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

While running game code:
  File "game/script.rpy", line 206, in script
    mc "She's my gorgeous [arelat]."
TypeError: must be real number, not NoneType
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
Well it didn't crash this time but same errors as the last one, Ill include some more after ignoring it, it may help


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

While running game code:
  File "game/script.rpy", line 180, in script
    centered "Your name will be [mc]."
TypeError: must be real number, not NoneType

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

While running game code:
  File "game/script.rpy", line 189, in script
    "{size=+3}This, is your beautiful family."
TypeError: must be real number, not NoneType

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

While running game code:
  File "game/script.rpy", line 206, in script
    mc "She's my gorgeous [arelat]."
TypeError: must be real number, not NoneType
Hmm ok so I can try modify the first two lines to get rid of that but the third one is so weird.. it's saying that [arelat] is a "NoneType" but it's already defined at the beginning of the script.. lemme look at this real quick.

Ok I made those adjustments here: View attachment 3859289 Just have to bonk it into the /game/ folder
 

rans

Newbie
Jul 7, 2018
16
2
Hmm ok so I can try modify the first two lines to get rid of that but the third one is so weird.. it's saying that [arelat] is a "NoneType" but it's already defined at the beginning of the script.. lemme look at this real quick.

Ok I made those adjustments here: View attachment 3859289 Just have to bonk it into the /game/ folder
Wait is it a downloadable file? I assume its a script.rpy file but it doesn't let me download it, it links me to a new tab
 

rans

Newbie
Jul 7, 2018
16
2
Haha you're right I have no idea why it linked it that way.. lemme rar it up !

There ya go ! View attachment 3859296
Thank you really for trying!

but here it crashed again after the name


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 180, in script
"{b}Your name will be [mc].{/b}"
File "game/script.rpy", line 180, in script
"{b}Your name will be [mc].{/b}"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: must be real number, not NoneType
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
Thank you really for trying!

but here it crashed again after the name


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 180, in script
"{b}Your name will be [mc].{/b}"
File "game/script.rpy", line 180, in script
"{b}Your name will be [mc].{/b}"
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: must be real number, not NoneType
Hmm lemme edit out that text tag, the {b} one see if that eliminates it.
 

rans

Newbie
Jul 7, 2018
16
2
Hmm lemme edit out that text tag, the {b} one see if that eliminates it.
same issue, it crashed after the name


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 180, in script
"Your name will be [mc]."
File "game/script.rpy", line 180, in script
"Your name will be [mc]."
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: must be real number, not NoneType
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
same issue, it crashed after the name


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 180, in script
"Your name will be [mc]."
File "game/script.rpy", line 180, in script
"Your name will be [mc]."
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
TypeError: must be real number, not NoneType
Hmm maybe here it's actually referring to those lines in the 000window.rpy code..

Add this file to your /renpy/common/ folder:
 

rans

Newbie
Jul 7, 2018
16
2
Hmm maybe here it's actually referring to those lines in the 000window.rpy code..

Add this file to your /renpy/common/ folder:
It did not crash this time but it still has an error after the name


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

While running game code:
  File "game/script.rpy", line 180, in script
    "Your name will be [mc]."
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 66, in _window_show
    if config.preferences.show_empty_window and (not renpy.game.after_rollback):
Exception: config.preferences is not a known configuration variable.

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

While running game code:
  File "game/script.rpy", line 189, in script
    "{b}This, is your beautiful family.{/b}"
TypeError: must be real number, not NoneType

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

While running game code:
  File "game/script.rpy", line 193, in script
    "And {b}this{/b} {w}is your beautiful.."
TypeError: must be real number, not NoneType
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
It did not crash this time but it still has an error after the name


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

While running game code:
  File "game/script.rpy", line 180, in script
    "Your name will be [mc]."
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 66, in _window_show
    if config.preferences.show_empty_window and (not renpy.game.after_rollback):
Exception: config.preferences is not a known configuration variable.

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

While running game code:
  File "game/script.rpy", line 189, in script
    "{b}This, is your beautiful family.{/b}"
TypeError: must be real number, not NoneType

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

While running game code:
  File "game/script.rpy", line 193, in script
    "And {b}this{/b} {w}is your beautiful.."
TypeError: must be real number, not NoneType
Ok this is so strange.. It's taking exception to the text tag {b} being used.. (which makes text appear in BOLD in game).. and the other errors are completely new!

..considering the game on my PC produces none of these errors.. I'm tempted to see if I can just upload my entire game folder ..
 

rans

Newbie
Jul 7, 2018
16
2
Ok this is so strange.. It's taking exception to the text tag {b} being used.. (which makes text appear in BOLD in game).. and the other errors are completely new!

..considering the game on my PC produces none of these errors.. I'm tempted to see if I can just upload my entire game folder ..
If you could, I will download it and try and see if it works, I don't really understand why there are some exceptions like mine who cannot play because of the errors.
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
If you could, I will download it and try and see if it works, I don't really understand why there are some exceptions like mine who cannot play because of the errors.
Yeah its SO strange.. I mean I get why some of the earlier errors were occurring now, I wasn't including all the necessary files.. but after including ALL the files ... lol it doesn't make sense?

I've nearly finished uploading the game folder to Gofile, I'll add it to the link on the main pag

P.S

It's uploaded! you can nab it on the first page of this thread
 

rans

Newbie
Jul 7, 2018
16
2
Yeah its SO strange.. I mean I get why some of the earlier errors were occurring now, I wasn't including all the necessary files.. but after including ALL the files ... lol it doesn't make sense?

I've nearly finished uploading the game folder to Gofile, I'll add it to the link on the main pag

P.S

It's uploaded! you can nab it on the first page of this thread
Okay I'm downloading it right now, I'll let you know if it works for me, Thank you so much!
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
Okay I'm downloading it right now, I'll let you know if it works for me, Thank you so much!
No problem, my fingers are crossed for you ! lol If this doesn't work it's the weirdest issue ever.. I could only suggest downloading and installing Microsoft Visual Code after that..
 

rans

Newbie
Jul 7, 2018
16
2
No problem, my fingers are crossed for you ! lol If this doesn't work it's the weirdest issue ever.. I could only suggest downloading and installing Microsoft Visual Code after that..
well it worked!

I can now add a name without any errors. Just to clarify, this download already includes your rewrite, right?
 

Chinwiskers

Newbie
Jan 26, 2022
97
115
well it worked!

I can now add a name without any errors. Just to clarify, this download already includes your rewrite, right?
Yep! That download is the current version I was actually working on lol It's my "Dev" copy of the game!

You can tell it's the Re-Write as the font has changed but if that's not so easily noticeable the biggest immediate change is the "Opacity" slider in the preferences screen. If you see that it's definitely not the original version of the game.

Oh and of course the dialogue lol, there is over 30% more lines of dialogue added to the game in just the first 3 Chapters!
 

rans

Newbie
Jul 7, 2018
16
2
Yep! That download is the current version I was actually working on lol It's my "Dev" copy of the game!

You can tell it's the Re-Write as the font has changed but if that's not so easily noticeable the biggest immediate change is the "Opacity" slider in the preferences screen. If you see that it's definitely not the original version of the game.

Oh and of course the dialogue lol, there is over 30% more lines of dialogue added to the game in just the first 3 Chapters!
Okay, I understand now. This is definitely your re-write. Thank you so much for helping me, and hopefully, others, with this. I am looking forward to your re-writes of the other chapters!
 
  • Red Heart
Reactions: Chinwiskers

Chinwiskers

Newbie
Jan 26, 2022
97
115
Okay, I understand now. This is definitely your re-write. Thank you so much for helping me, and hopefully, others, with this. I am looking forward to your re-writes of the other chapters!
You're more than welcome! Thank YOU for sticking with me while I threw the kitchen sink at it haha!

Let me know what you think of the Re-Write! I'm always happy to receive feedback, good OR bad!
 
  • Red Heart
Reactions: rans