Teflonmike

Member
Jul 15, 2019
222
188
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,425
9,683
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 Long Live the Princess
Game Developer
Sep 25, 2017
3,093
10,288
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
188
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
188
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 Long Live the Princess
Game Developer
Sep 25, 2017
3,093
10,288
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
188
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,362
6,935
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.
 

Teflonmike

Member
Jul 15, 2019
222
188
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.

Good question.... I was following some obviously wrong advice... Having looked at 00console.rpy that certainly seems the better option... Thanks for the heads up...
 

Aaron22255

Newbie
Jun 18, 2017
82
13
In my game Evelyn had sex with the MC after he confessed his love for her, and left after writing a letter. Anyone know how to get her back?
 
  • Angry
Reactions: Micma

Belle

Developer of Long Live the Princess
Game Developer
Sep 25, 2017
3,093
10,288
In my game Evelyn had sex with the MC after he confessed his love for her, and left after writing a letter. Anyone know how to get her back?
She's gone. Reload an old save or start over.

You don't have permission to view the spoiler content. Log in or register now.
No Invade Mind spell on the Fey. Whether or not there's a purpose to the Belle clue remains to be seen. Not everything is there to be relevant or important. There will probably be an opportunity to learn the Shrink spell later, but it's not currently high on my priority list since it's not relevant to the immediate storyline.
 
Jun 20, 2018
347
298
Can we make Samara and Callie our girlfriend in the future update?is it possible to make threesome with the lady in the house where Nell and MC break in?(might be fun if we make the lady pregnant as well:p,netori time)
 

dirtythirty

Newbie
Apr 18, 2018
18
41
Links:
Code:
https://attachments.f95zone.com/2018/03/90883_lltp-fana.gif
https://attachments.f95zone.com/2018/03/90884_lltp-fanb.gif
https://attachments.f95zone.com/2018/03/90885_lltp-fanc.gif
https://attachments.f95zone.com/2018/03/90886_lltp-fand.gif
https://attachments.f95zone.com/2018/03/90887_lltp-fang.gif
https://attachments.f95zone.com/2018/07/132338_lltp-prfan.gif
https://attachments.f95zone.com/2019/03/272565_lltp-fan2.gif
https://attachments.f95zone.com/2019/03/272573_lltp-fan3.gif
https://attachments.f95zone.to/2019/03/281645_lltp-fan4.gif
https://attachments.f95zone.to/2019/04/290129_lltp-fan5.gif
Hi,

Took the liberty to combine all your sigs into one GIF

lltp-combined.gif


Embed code with link to game page:
Code:
[URL='https://f95zone.to/threads/5259/'][IMG alt="Long Live The Princes"]https://attachments.f95zone.to/2019/09/415962_lltp-combined.gif[/IMG][/URL]
Edit: forgot a line
 
Last edited:

Satan111

New Member
Aug 11, 2018
5
0
Is there a way to obtain Callie's panties? I'd say that I'm pretty far ahead days-wise however I haven't really found a way to obtain them. Each time my characters asks her she declines and anything I've done throughout the captain doesn't alter her decision and I need them in order to unlock the new scene.

Any suggestions?
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,573
31,726
You know the Crone might not be able to stop the player of abuseing his/her gift, but she made it clear, that she wouldn't support him beyond this... and she was pretty pissed that the player used his punishement in such a fun way :p
To be fair, we were not exactly given a lot of say in the matter.
Is there a way to obtain Callie's panties? I'd say that I'm pretty far ahead days-wise however I haven't really found a way to obtain them. Each time my characters asks her she declines and anything I've done throughout the captain doesn't alter her decision and I need them in order to unlock the new scene.

Any suggestions?
All I did was ask her. Might need to get her points higher?
 
  • Like
Reactions: RustyV
4.60 star(s) 375 Votes