- May 8, 2017
- 769
- 1,144
I think this Belle on the boards is an imposter, the Belle I know is far more foul-mouthed and not quite so helpful :test:
...it did for me. weird.I just need to sleep? because nothing happened
Meh, the thought of starting from scratch and grinding those stats again from scratch, going through all the early stuff again just to get back to where I am? I don't know thats a real pain in the ass. (Hate grinding of stats in games, so dull). Was gutted to lose Evelyn, only character in the game I found interesting at all. It made no sense either One minute she all "I'm a member of a secret society to save the queen, nothing is more important", then a day later, "Ah fuck the queen, let her die, I'm fucking my brother and running away".. Like what? Seriously?You don't have to share Evelyn. Just don't confess to her yet. The game explicitly warns you against doing this. You will get a way to seduce Evelyn properly in the future, but it's not possible in this version. Patience.
This is going to be fixed/added in 0.10 as long as everything goes according to plan. I didn't have time to deal with the consequences of 0.9's events, which is why you're stuck in such a weird state if Primrose gets arrested. The plan is to let you continue investigating the case after her arrest. You should also be able to read even if Primrose isn't present.So, I "failed" the timed event sort of, Primrose got arrested,dont really care, i dont find her all that anyway, i like the half fey better. But, when that happens theres no way of reading anything at the library to get your perversion stats up. Which is a bummer, not sure why you cant read at the library despite her being arrested. Is it ment to be like that or? Cause i assume the amulet information/conspiracy is found in the library.
I've discovered, in the course of testing, that there's one way to trigger this kind of behavior. Normally this would happen if you were allowed to load an ancient save, but that has been fixed. The problem is that if you load a save and then rollback, the patches and fixes I've applied to your save get removed. I suspect that's what you did. You loaded an old save, did a quick rollback, then proceeded as normal. You're either going to have to dig up a save from before you started this version, or start over. Sorry. There's nothing I can really do about this except disable rollback, as far as I know.Is there a solution for this?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/primrose.rpy", line 4793, in <module>
NameError: name 'clue_35' is not defined
Try using Invade Mind. Belle tells you about this when you start the investigation. Anything that can be used to surprise a girl should be saved for Invade Mind, generally speaking.I'm trying to convince Samarra regarding Primerose but I seem to be missing a clue.
Don't worry, you will get information. In my case, when I wake up Evelyn popped up and informed MC about investigation. Only thing was Evelyn already left. But, as you can see, developer is aware of this minor bug, and fix for it is on schedule for next release.if we start from our old save do we just not get the timed event?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'Inventory'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\ast.py", line 814, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\python.py", line 1719, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\ui.py", line 285, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\core.py", line 2526, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\core.py", line 3204, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\transition.py", line 45, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\screen.py", line 651, in event
rv = self.child.event(ev, x, y, st)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 232, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\layout.py", line 960, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 889, in event
return handle_click(self.clicked)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 824, in handle_click
rv = run(action)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 299, in run
new_rv = run(i, *args, **kwargs)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\display\behavior.py", line 306, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 427, in __call__
renpy.load(fn)
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\loadsave.py", line 593, in load
roots, log = loads(location.load(filename))
File "E:\Funny shit\LongLiveThePrincess-0.15-pc\renpy\loadsave.py", line 59, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'Inventory'
Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
Long Live the Princess 0.15
You're either loading an absolutely ancient version of the game (which I think the game should block) or used rollback immediately after loading. See my reply to a similar post above.I tried to load my save from last night to just play some for fun despite the Library/primrose bug and this popped up.
Actually, I'm an idiot. I messed up the version numbers on the folders i got and started up 0.15 instead of 0.9.0. No wonder it didnt work lol. My bad on that one. Was just an older game version i tried to load it in.You're either loading an absolutely ancient version of the game (which I think the game should block) or used rollback immediately after loading. See my reply to a similar post above.
is the half fay your talking about is the asian girl at the stables? because besides from kinker bell shes my favorite as wellSo, I "failed" the timed event sort of, Primrose got arrested,dont really care, i dont find her all that anyway, i like the half fey better. But, when that happens theres no way of reading anything at the library to get your perversion stats up. Which is a bummer, not sure why you cant read at the library despite her being arrested. Is it ment to be like that or? Cause i assume the amulet information/conspiracy is found in the library.
I'll be honest, I was just following the walkthrough, I thought it would allow me to see most (if not all the scenes). Your answer has calmed me down. Sorry, I'm usually more patient, I was just an emotional wreck after finding out she left. My boner and heart thank you.You don't have to share Evelyn. Just don't confess to her yet. The game explicitly warns you against doing this. You will get a way to seduce Evelyn properly in the future, but it's not possible in this version. Patience.
I cancelled my patreon sub when Evelyn left. I'll see, if at any point she comes back I might sub and play again, but not if I have to start at the beginning to get her to stay. Waaaaaayyy to grindy to go through that again.I'll be honest, I was just following the walkthrough, I thought it would allow me to see most (if not all the scenes). Your answer has calmed me down. Sorry, I'm usually more patient, I was just an emotional wreck after finding out she left. My boner and heart thank you.
PS Love the game
PPS Keep up the good work, I'll try being more patient :happyblush