madmax20

Member
Jan 22, 2018
193
146
Graphics: Card must support OPENGL 3.0 (Problems reported with integrated Intel graphics chips)
DirectX: Version 11

ahh man, well there goes trying to play this game
 

scrumbles

Engaged Member
Jan 12, 2019
2,329
2,420
1st quest - clear the 9th spot in the forest - done, going back to town to cash in, the quest resets. Going back into the woods, 9th is already cleared....
To fix your save: quit the game, find the save (look, I'm on Linux, I don't know where it is, I guess somewhere inside the AppData or LocalLow folder), backup it, open it with Notepad++, find the line "zoneCompletes", then change this string:
Code:
><true,true,true,true,true,true,true,true,true,true,false><
into:
Code:
><true,true,true,true,true,true,true,true,true,false,false><
(the 2nd to last boolean value is the 9th zone).
Restart the game, load the save, win the battle, go back to the town and when you are asked if you want to manage the brothel or visit the town, ignore the former option, go straight to the town to trigger the reward scene.
Captured enemies that end in the brothel - sprite only for the 1st one is visible, every other blank ;(
Yes, you must either save and reload, or quit and restart the game, I don't remember. But they will be displayed correctly.
Got stucked in the city screen, because no way to get back to the world map view ;/
Uhm, did you clic the 'X' on the top right corner? Unless you mean you get stuck when playing a specific scene with two futas in the starting town at night. That scene was bugged in v2.0 public, I haven't tested it in the Patreon version.
Is the game still extremely difficult to figure out, or is it easier now?

I remember not being able to figure out how to do Tiana's quest in the start of the game, then I gave up and just opened the cheat menu to see all the scenes.
I found most items for that quest in the 2nd dungeon (the ancient ruins in the southern island iirc)
Graphics: Card must support OPENGL 3.0 (Problems reported with integrated Intel graphics chips)
DirectX: Version 11

ahh man, well there goes trying to play this game
Nah, the DirectX libraries are not required. My OS do not support them: nevertheless I played the game natively.
 
Last edited:

ShimmieSuxSox

Member
May 28, 2017
117
144
When you have many people saying (like me) that the game crashes at start up (near the 50% mark) you would think someone would start fixing it. BUT NO, you just blame those peoples' computer for the failure. It's a shame creators have to put players through a myriad of confusing hoops just to start a game. And this game does not look advanced enough to play on a C64. Do you like money? Do you like pissing off people to the point of not caring even IF THEY CAN'T EVEN PLAY THE GAME? I've been through this before and it's same old fucking story, keep that story because I'm not even going to try anymore. You and this game are not worth the effort of playing, I hope you go under like all those who do this shit, I hope you lose ALL your support. Fucking Java script, seriously REALLY?
 

EvilPenguin

Newbie
Apr 6, 2018
44
17
Uhm, did you clic the 'X' on the top right corner? Unless you mean you get stuck when playing a specific scene with two futas in the starting town at night. That scene was bugged in v2.0 public, I haven't tested it in the Patreon version.
It was the main town menu, the list with market, town center etc. The top right corner "X" was gone. Thats why I was forced to load a save game. And yes i tried to save/reload didn't work for me.

Also thanks for advice how to fix earlier errors, but I will pick up this title again, after some patches from the dev.
 
  • Like
Reactions: scrumbles

scrumbles

Engaged Member
Jan 12, 2019
2,329
2,420
Serious questions:
- how do you sell whores? I can dismiss them, but I do not get any gold in return
- any way to change/remove traits?
- genitalia mods where?
It was the main town menu, the list with market, town center etc. The top right corner "X" was gone. Thats why I was forced to load a save game. And yes i tried to save/reload didn't work for me.
I guess I spoke too soon, my latest save had the same fucking issue. I swear, it never happened before. Luckily the autosave was fine.
my laptop does not support OpenGL of any version since it's an older intel iGPU
Are you sure there is no solution? I remember Strive for Power and Roundscape Adorevia had a similar problem and there were a couple of workarounds for cards that did not support OpenGL 3. Something like dropping a DLL into the main folder.
 
  • Like
Reactions: EvilPenguin

madmax20

Member
Jan 22, 2018
193
146
Are you sure there is no solution? I remember Strive for Power and Roundscape Adorevia had a similar problem and there were a couple of workarounds for cards that did not support OpenGL 3. Something like dropping a DLL into the main folder.
yup i'm pretty sure and its not a card its an old intel integrated GPU, in windows the driver for iGPU doesn't support OpenGL, it is running the latest driver thats available for the version of windows its running (it will not run any game that uses OpenGL even if its older than 2.0), my only option would be to go to Linux, but even then i would only see half assed OpenGL 2.0 support. doing that is just too much work for one or two games, one of which (this game) wouldn't run anyways as it requires OpenGL 3.0.
 
  • Like
Reactions: scrumbles

scrumbles

Engaged Member
Jan 12, 2019
2,329
2,420
Edit: the following notes apply to v.2.0. I haven't tested the Steam release (yet).

To modify the data of your crew, open the save with Notepad++ and find the line with their name. Edit the file, save and restart the game (editing the file while the game is already running is useless: any change is discarded).
Crew data are something like that:
Code:
<entry key="Crewman 1: ">stacey/felding/16/0/545/[1, 1, 0, 1, 3, 3, 0, 2, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]/[7, 5, 2]/1/1171/[10, 7]/[114:0,5:1,6:1,8:1,85:0,35:1]/1</entry>
The schema is:
Code:
<entry key="Crewman X: ">forename/surname/level/race_id/current_XP/appearance/traits/index/current_HP/status_effects/items/class_id</entry>
X is a unique integer (the crewman ID). Forename and surname are strings. The remaining data are integers, lists of integers (appearance, traits, status_effects) or hashtables (items).

Race IDs:
You don't have permission to view the spoiler content. Log in or register now.
Trait IDs (crew):
You don't have permission to view the spoiler content. Log in or register now.
Trait IDs (prostitutes):
You don't have permission to view the spoiler content. Log in or register now.
Effect IDs:
You don't have permission to view the spoiler content. Log in or register now.
Class IDs:
You don't have permission to view the spoiler content. Log in or register now.
The mender class is bugged. As soon as the NPC casts their spell in a battle, the game crashes:
You don't have permission to view the spoiler content. Log in or register now.
The houndmaster class sounds cool, but it sucks. They waste the first round to summon a Wild Hound and then stop, they do not lift a finger: the animal fights for them. The Wild Hound does NOT level up (it is stuck at the first level) and it disappears at the end of the battle. Of course you cannot equip the animal with any item.
The sorcerer is actually cool: they may hit the enemy leader and end the battle sooner.

Crew base stats (strength, dexterity, etc.) are not stored into the saves. They just depend on the NPC class, according to this table:
You don't have permission to view the spoiler content. Log in or register now.
Each value is multiplied by the NPC level, divided by 2 and rounded up.
 
Last edited:

cauldron

Newbie
Game Developer
Sep 17, 2018
33
132
A very promising game, I love the different gameplays, the graphics, the lewdness, the big boobs,... but the bugs, the bugs !
A crash to desktop when you're near the end of a long dungeon exploration with no save allowed is no fun at all... i'll be back when it's more polished.
 

Brontanius

Member
Sep 27, 2017
248
223
I like the game overall but can't really enjoy it fully till the crashing issue is solved, I seem to crash very frequently when playing. For example, everytime I try to heal using bread on the ship causes me to crash.
 

piruzin

Newbie
Jan 11, 2018
24
14
I played a quite nice version of this game a long time a go, I remember that it didn't had much butI don't remember having much trouble with the bugs. Too bad I'm seeing so many reports of bugs right now, I guess I'll wait some more to see check it again.
 

maulpara

Newbie
Oct 22, 2017
53
33
When you have many people saying (like me) that the game crashes at start up (near the 50% mark) you would think someone would start fixing it. BUT NO, you just blame those peoples' computer for the failure. It's a shame creators have to put players through a myriad of confusing hoops just to start a game. And this game does not look advanced enough to play on a C64. Do you like money? Do you like pissing off people to the point of not caring even IF THEY CAN'T EVEN PLAY THE GAME? I've been through this before and it's same old fucking story, keep that story because I'm not even going to try anymore. You and this game are not worth the effort of playing, I hope you go under like all those who do this shit, I hope you lose ALL your support. Fucking Java script, seriously REALLY?
well, you (we) can't comply much about since we all are playing a non oficial version of the game, meaning we are not supporting this guy's work, yet i give that you have a point there, im dissapointed more about the fact that each update half is about bugfixing, leaving little room for actual content development when i assume a good portion of this guy's time is spent patching and fixing issues within the game, also i do find kind of strange the fact that he decided to use java to script his game but oh well, maybe is the language he knows better, you can have your opinion man, just try not to sound entitled unless you are a patreon.
 

ray3dave

Well-Known Member
May 12, 2017
1,095
912
Stupid question, but I don't get it done - how to get the game full screen?
 
Last edited:

scrumbles

Engaged Member
Jan 12, 2019
2,329
2,420
Stupid question, but I don't get it done - how to get the game full screen?
Click Options when you launch the game, then click on "windowed" and finally on the "X".
If you are already playing: save, then click the gear icon -> "Exit game" and you will be redirect to the main menu. Change the settings, then reload your save.
 
Last edited:
  • Like
Reactions: Gecko and ray3dave

ray3dave

Well-Known Member
May 12, 2017
1,095
912
I played some of it now (finally fullscreen;)), and I must say it is really entertaining. I did not get the fighting mechanics the least, but as I find fighting boring anyway (unless it has clothing damage or something else which goes beyond causing damage in various ways, a very good example for what I like is the battle mechanism in "Karryn's Prison" - I don't really get that either, but still I find it very entertaining. Or take the battles in "Cronicles of Leridia" - big fun!). So I just cheated the battles and enjoyed the stuff, actually I accidently cheated one of the main characters as well, but before I even could start blaming myself she disappeared with the MCs necklace).

Ten again I understood that this site, F95zone, was about porn games. The longerI played this quite entertaining fun game the more I worried about the impressive lack of sexy stuff.Not even the slightest hint of something lewd about to be possible to happen. And believe me, I did enable porn. Plus I tried to create an adorable character (MC) which just never appears anywhere. So my choices seemed quite pointless to me.

Is it me or is there nothing worth mentioning happening in that real nice game smutwise?
 
3.20 star(s) 27 Votes