Deleted member 54063

Active Member
Donor
Jun 4, 2017
807
2,463
Why would the load navigation be intentionally limited and the directional icons be removed?

I had 38 pages of saves, now users can only access the first 20.

Ren'py is a perfectly fine engine, why some developers remove or restrict features boggles my mind.
 
  • Like
Reactions: couldyounot

Jun1or72

Newbie
Oct 17, 2022
34
179
Why would the load navigation be intentionally limited and the directional icons be removed?

I had 38 pages of saves, now users can only access the first 20.

Ren'py is a perfectly fine engine, why some developers remove or restrict features boggles my mind.
I had to completely re-do the entire save system due to serious persistancy issues. I do apologise if it's inconveniced you.
 

Jaxxar

New Member
Aug 29, 2021
6
26
Hmm, where do I start? This is not going to be a positive review, so if you do not want to read it, then move on.

The writing is terrible. There is no character development and no suspense, drama, or storytelling. It jumps right into your mom is not dead, and I will hire you, without any story leading up to how the boss lady found you. Also, there is no suspenseful build-up to realizing your mother will be your boss. It is just wham bam, thank you, mam. There are no background stories for any main characters except for a few cliche fantasy troupes about fathers and families. I am not sure why this even has three stars. It feels like a horny 13-year-old has written this without any creative writing skills. Also, the story is a complete rip-off of many other titles without original ideas. I am not trolling, just stating facts and this is not an English is my second language issue either, it is just poor writing.

Other issues:

VN advertises you can select your relationships. This is completely false.
The MC is a terrible design. He looks like a Hobo.
Relationships are poorly designed.
Many weird anomalies in renders.
 
  • Like
Reactions: MAD6999

couldyounot

Member
Feb 21, 2021
243
340
I had to completely re-do the entire save system due to serious persistancy issues. I do apologise if it's inconveniced you.
You might wanna look into re-adding some kind of navigational arrows in the save menu because (as proven above) 20 pages isn't enough for all players
 

Jun1or72

Newbie
Oct 17, 2022
34
179
MNF was the inspiration behind it. Hence the similarity which is limited to certain plot points. However the charaters themselves are different with varying twists and turns. It's not everyone's cup of tea, I totally get it. Everyone is entitled to their opinion. But the overall consensus thus far has proven to be mostly positive, and I'm fine with that.
 

tenchiinlove

New Member
Aug 16, 2023
2
1
Nice game. I find the story and character design also very good, but can you please add additional save slots. 20 pages are not enough.
 

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,178
11,911
Hmm, where do I start? This is not going to be a positive review, so if you do not want to read it, then move on.

The writing is terrible. There is no character development and no suspense, drama, or storytelling. It jumps right into your mom is not dead, and I will hire you, without any story leading up to how the boss lady found you. Also, there is no suspenseful build-up to realizing your mother will be your boss. It is just wham bam, thank you, mam. There are no background stories for any main characters except for a few cliche fantasy troupes about fathers and families. I am not sure why this even has three stars. It feels like a horny 13-year-old has written this without any creative writing skills. Also, the story is a complete rip-off of many other titles without original ideas. I am not trolling, just stating facts and this is not an English is my second language issue either, it is just poor writing.

Other issues:

VN advertises you can select your relationships. This is completely false.
The MC is a terrible design. He looks like a Hobo.
Relationships are poorly designed.
Many weird anomalies in renders.
I'm not sure how F95 decides such things, but the Kenetic Novel tag is there in both the top-page tags and the OP post.
 

BiggusDikkus

Member
Jan 5, 2018
434
194
The wincest file doesn't seem to work. I have removed the numbers in front but it isn't being recognized as a RPY file; only a text doc.
 

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,178
11,911
Anyone else not able to load a saved file? (I'm not talking about unable to see them, I only had 10 pages saved, so that didn't effect me).

I tried with and without the wincest patch (which wasn't a thing in previous versions, right?)

Either way, my save loads, I get this error, if I roll back it crashes, if I ignore it starts from scratch. (and I have to check "skip unseen text" to continue)

Is this 'cause I didn't check out 8.5? Is it different enough that I shouldn't skip through to chap 23?
I'm sorry, but an uncaught exception occurred.



While running game code:

File "renpy/common/00action_file.rpy", line 463, in __call__

renpy.load(fn)

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?



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



Full traceback:

File "renpy/common/_layout/screen_load_save.rpym", line 35, in script

$ ui.interact()

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\ast.py", line 1131, in execute

renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\python.py", line 1049, in py_exec_bytecode

exec(bytecode, globals, locals)

File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>

$ ui.interact()

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\ui.py", line 299, in interact

rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\core.py", line 3377, in interact

repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\core.py", line 4252, in interact_core

rv = root_widget.event(ev, x, y, 0)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\transition.py", line 53, in event

return self.new_widget.event(ev, x, y, st) # E1101

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\screen.py", line 743, in event

rv = self.child.event(ev, x, y, st)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1399, in event

rv = super(Window, self).event(ev, x, y, st)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 279, in event

rv = d.event(ev, x - xo, y - yo, st)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\layout.py", line 1175, in event

rv = i.event(ev, x - xo, y - yo, cst)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 1064, in event

return handle_click(self.clicked)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 999, in handle_click

rv = run(action)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 322, in run

new_rv = run(i, *args, **kwargs)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\display\behavior.py", line 329, in run

return action(*args, **kwargs)

File "renpy/common/00action_file.rpy", line 463, in __call__

renpy.load(fn)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\loadsave.py", line 769, in load

log.unfreeze(roots, label="_after_load")

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\rollback.py", line 1078, in unfreeze

self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\rollback.py", line 889, in rollback

self.load_failed()

File "D:\My Stuff\Games\A-Renpy Games\6-Lost n Found [MNF clone]\a-LostAndFound-0.9-pc\renpy\rollback.py", line 807, in load_failed

raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?



Windows-10-10.0.22631 AMD64

Ren'Py 8.0.1.22070801

Lost & Found 0.9

Fri Jun 7 12:42:57 2024
 
2.90 star(s) 40 Votes