Ren'Py Nami, a Naughty Pirate [v0.1] [JayJo]

5.00 star(s) 1 Vote

Tanzie

Member
Mar 10, 2019
296
515
If anyone is interested, 0.15 is out on itch.



Actually, never mind, it has bugs right from the start. Clicking on the guy in the "kitchen" takes you to a guy who is supposed to be in the other room.

This guy has put much effort to block the content in the "free" version and yet spent no effort for testing it just once. His "if free/notfree" conditionals are causing the issue. Easiest way to fix it is to change the line 691 in scripts.rpy as below:

Python:
define free = False
I'm sure I'll encounter more bugs as I play it, due to the lousy coding overall.

EDIT:

There is also a major issue with saves. If you load a previously saved game things will get reset, such as dialogues and scenes you've previously been through which may prevent you from going further. For instance, I saved before a second attempt in fishing minigame, then I then quit the game and load the save and it didn't let me fish, told me to talk to the guy which I already had. Dialogues with the guy in the church were also reset. I was supposed to buy a rope and climb somewhere in the forest and due to the save issue I couldn't. In any case, try playing the whole thing at one go, don't save/load.

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: angel666777888

Sam_Tr

New Member
May 4, 2024
4
2
If anyone is interested, 0.15 is out on itch.



Actually, never mind, it has bugs right from the start. Clicking on the guy in the "kitchen" takes you to a guy who is supposed to be in the other room.

This guy has put much effort to block the content in the "free" version and yet spent no effort for testing it just once. His "if free/notfree" conditionals are causing the issue. Easiest way to fix it is to change the line 691 in scripts.rpy as below:

Python:
define free = False
I'm sure I'll encounter more bugs as I play it, due to the lousy coding overall.

EDIT:

There is also a major issue with saves. If you load a previously saved game things will get reset, such as dialogues and scenes you've previously been through which may prevent you from going further. For instance, I saved before a second attempt in fishing minigame, then I then quit the game and load the save and it didn't let me fish, told me to talk to the guy which I already had. Dialogues with the guy in the church were also reset. I was supposed to buy a rope and climb somewhere in the forest and due to the save issue I couldn't. In any case, try playing the whole thing at one go, don't save/load.

You don't have permission to view the spoiler content. Log in or register now.
In your opinion, is the update worth downloading, or skip it and wait for the next one?
 

Tanzie

Member
Mar 10, 2019
296
515
In your opinion, is the update worth downloading, or skip it and wait for the next one?
Skip 0.15, it's buggy.


Quoting a comment from itch.io:


stuck at the very start, clicking of sanji launch you in ussop room


Unfortunately, I haven't much time to test these initial errors, so I won't be able to fix them in this version. The next one will come soon (Probably next month) with everything fixed, so I recommend that you look for version 0.1 and skip this part and go back to the current version.
 
  • Like
Reactions: Sam_Tr
5.00 star(s) 1 Vote