BTungsteno

Active Member
Jul 10, 2019
660
1,395
Aside from a few objetives
You don't have permission to view the spoiler content. Log in or register now.
,do you really are having such a hard time?
At worst just scum-save until you nail it,since only a few to almost none options lock you from X girl or give a game over.

Pd: hoping Belle add two spells: Shrink and rejuvenated .
One for our sidekick and another to punish Crone for
You don't have permission to view the spoiler content. Log in or register now.
 

Ilhares

Engaged Member
Aug 19, 2019
3,009
11,811
Pd: hoping Belle add two spells: Shrink and rejuvenated .
One for our sidekick and another to punish Crone for
You don't have permission to view the spoiler content. Log in or register now.
I fully understand the shrinking spell, though I think it'd be a lot more awesome to have a human-sized Belle, in the hopes that she doesn't go flying around the room when you're done.

I'm confused how a rejuvenate spell would punish the crone, though.
You don't have permission to view the spoiler content. Log in or register now.
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,701
"Poorly programmed to use cheats." Sure. That's exactly what's going on here. Ayup.
Damnit, Belle, your programming sucks! I want to randomly change variables and have the game work the way I want it to!


:rolleyes:


For the easily offended, not calling out Belle here; just commenting on the idiot who said Belle's programming was poor because he couldn't use cheats the way he wanted to
 

fulcrum

Engaged Member
Feb 2, 2018
3,525
2,057
there is something wrong with the linked 0.20 savegame, when you massage her too often you go on the confession tree (fuck in the night and she runs away). maybe im not seeing a certain exchange or something, but i didnt choose that option. and it doesnt show the confession option anymore to me when i hook her up.
 
Last edited:

Teflonmike

Member
Jul 15, 2019
222
189
Anyone know what the problem here is ? It worked fine earlier today ...

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/options.rpy", line 1: init statement expects a non-empty block.
init -1:
^

File "game/options.rpy", line 2: python block expects a non-empty block.
python hide:
^

File "game/options.rpy", line 3: expected statement.
config.developer = True
^
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,701
Anyone know what the problem here is ? It worked fine earlier today ...

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/options.rpy", line 1: init statement expects a non-empty block.
init -1:
^

File "game/options.rpy", line 2: python block expects a non-empty block.
python hide:
^

File "game/options.rpy", line 3: expected statement.
config.developer = True
^
Did you edit options.rpy?

My guess is yes, and you changed the spacing of some of the lines. Python is very sensitive to things like that.
 
  • Like
Reactions: TheDevian

Belle

Developer of Supermodel & Long Live the Princess
Game Developer
Sep 25, 2017
3,210
10,692
Anyone know what the problem here is ? It worked fine earlier today ...

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/options.rpy", line 1: init statement expects a non-empty block.
init -1:
^

File "game/options.rpy", line 2: python block expects a non-empty block.
python hide:
^

File "game/options.rpy", line 3: expected statement.
config.developer = True
^
You don't have to pretend that you didn't edit options.rpy, you know. It's okay. Try downloading the game again. Your options file is corrupt, so if you don't know what to fix, it's better to just straight up replace it with a working one.
 

Teflonmike

Member
Jul 15, 2019
222
189
Did you edit options.rpy?

My guess is yes, and you changed the spacing of some of the lines. Python is very sensitive to things like that.

I edited options to enable the console... As for line spacing I didn't touch that as I edited it in notepad ++
Oddly, it has had several restarts since I did the console thing and all have been fine... just one of those things I suppose. Thanks for the response though.
 

Teflonmike

Member
Jul 15, 2019
222
189
You don't have to pretend that you didn't edit options.rpy, you know. It's okay. Try downloading the game again. Your options file is corrupt, so if you don't know what to fix, it's better to just straight up replace it with a working one.

Who's pretending ? Did I say at any point that I hadn't ? I edited options.rpy to enable the console... As much as I appreciate the help, you might want to skip the patronising attitude. And no, I admit I don't know what to "fix" I admit to that .. What puzzles me most is the fact that since enabling the console the game has been quit and restarted several times with no problem... Also, it's been mentioned that there is now incorrect spacing in the Python script.... And since I know I never altered it, it's something of an enigma.
 

Belle

Developer of Supermodel & Long Live the Princess
Game Developer
Sep 25, 2017
3,210
10,692
Who's pretending ? Did I say at any point that I hadn't ? I edited options.rpy to enable the console... As much as I appreciate the help, you might want to skip the patronising attitude. And no, I admit I don't know what to "fix" I admit to that .. What puzzles me most is the fact that since enabling the console the game has been quit and restarted several times with no problem... Also, it's been mentioned that there is now incorrect spacing in the Python script.... And since I know I never altered it, it's something of an enigma.
I apologize for offending you. It's a very typical support scenario when people have done something that caused software to break and are so ashamed about it that they refuse to admit it to support, even if the admission would help solve the problem immediately. This particular scenario just made it so blatantly obvious that the file had been edited that I couldn't hold my tongue. Again, sorry.

As for what actually caused the problem, I blame Notepad++. It probably got tabs and spaces mixed up, and Ren'py really doesn't like that. It might have "fixed itself" if you saved the file again or something. As you say, it's something of an enigma. These things can be pretty frustrating.
 

Teflonmike

Member
Jul 15, 2019
222
189
I apologize for offending you. It's a very typical support scenario when people have done something that caused software to break and are so ashamed about it that they refuse to admit it to support, even if the admission would help solve the problem immediately. This particular scenario just made it so blatantly obvious that the file had been edited that I couldn't hold my tongue. Again, sorry.

As for what actually caused the problem, I blame Notepad++. It probably got tabs and spaces mixed up, and Ren'py really doesn't like that. It might have "fixed itself" if you saved the file again or something. As you say, it's something of an enigma. These things can be pretty frustrating.

Thanks for that... I understand your initial reaction and appreciate your apology... Just to let you know, I normally only play games with a more contemporary setting but I'm really enjoying this one.. :)
 

Evangelion-01

Devoted Member
Apr 12, 2018
10,892
7,339
Thanks for that... I understand your initial reaction and appreciate your apology... Just to let you know, I normally only play games with a more contemporary setting but I'm really enjoying this one.. :)
For starters why did you actually mess around in the options file?
from my experience it's saver and easier to enable the console in the 00console.rpy in "*\renpy\common"
line 108 change "False" to "True" and you are good.
 
4.60 star(s) 408 Votes