str8up

Forum Fanatic
Jun 4, 2020
4,172
2,222
stop adding new content and FIX all the things wrong with what you have so far
the game toggles to desktop often at the worst of times (not theres ever a good time for that to happen)
you SHOULD restore the masturbation the way it use to be the way it is now is retarded as you cant initiate sex
although YES ive enabled the battle sex 99% of the fights i get killed fix your game thank you
 

Qudrossomuto

Member
Jul 26, 2022
357
276
It's just awful. The game is constantly slowing down. The quest to craft a spear is not completed. Hitboxes of items that need to be picked up are too small. Sometimes when saving the game just hangs.
 
  • Like
Reactions: pedrin666

lewdstufflmao

Newbie
May 25, 2023
61
52
Although I can no longer speak to the fisherman after crafting a spear, quests cant be completed anymore and branches / small trees don't spawn, at least the game can run above 5fps again. Also you cant make your character heterochromatic anymore.

It's so strange that the builds that would be potentially playable (8.5.2) won't run at a reasonable FPS and the builds that can run are too broken to progress.
 
Last edited:
  • Like
Reactions: str8up

Ashira13

Well-Known Member
Jan 31, 2024
1,621
5,057
how do i initiate sex with any monster, it just straights up ..kill you ...and i can't even mastrubate near them ....so then how do i have sex with them ...
you have to enable defeat sex in settings/options, there are several you may want to enable or change :) this build is i highly unstable though, as mentioned above
 

nhorack

Newbie
Oct 12, 2017
28
16
Add to the bug list :
- Can't harvest cum from any creature
- Each time i reload, enter, exit a game/dungeon my stat go to 1, i must level-up one time to reset my bonus
- i can't see the skill in the tab menu the scroll is lock and unclickable
- i mine iron vein, and other vein, ... i have only stone and for iron only charcoal andf stone ????? wtf ?
- After 3 or 4 time talking to a npc, talk button do nothing o_O (may be linked to the the bug withj fisherman)
- i can't mine the stone in desert i broke an iron pickaxe entirely... and nothing
- For the building some effort it is done to "stick" each wall together but is not easy enough to build and it is a nightmare to create a roof.
- The boots on leather dont stick correclty on the feet
- sometimes i can't set the item in the hotkey .... my god .... like HEALTH POTION :mad::mad::mad:.
- Energy potion worked ? i see nothing .....
- when i enter in the dungeon, BUFF and nerf state dissapeared.
- in dungeon EVERY SACK loot the SAME TRHING o_O
- the prisonner in the dungeon is in the beginning of the dungeon close the exit door and ask for help .... HAHA but the BEST when you say "let's go out here", the prisonner crawl on the ground and .... stay like that ....

Ok i stop now, this version is unplayable .... :cautious::cautious:
 
Last edited:

bluefish69

Member
Jan 17, 2021
123
70
- Each time i reload, enter, exit a game/dungeon my stat go to 1, i must level-up one time to reset my bonus

Sometimes that don't even work, you level up and your grit doesn't go back to the correct cap anyway
 

nogling

Member
Jul 26, 2021
102
68
Looks like the broken animations are more or less fixed, but how long is pregnancy supposed to take? Even if you crank the multiplier? I have the time going by at the fastest rate in the game and cheat engine going even faster and she's been in the first trimester for like 20 minutes.

Edit: continued waiting. Still stuck in first trimester. I'm convinced pregnancy is broken now and as a result is indefinite.
Multiplier takes longer, go the other way
 

nogling

Member
Jul 26, 2021
102
68
how do i initiate sex with any monster, it just straights up ..kill you ...and i can't even mastrubate near them ....so then how do i have sex with them ...
Read <removed>, READ. Grit points. 1 point = ability to take on monsters with 1 Grit. When you do the dirty, you temporarily lose your grit point until it regenerates. This is ALSO assuming you've actually turned on defeat in the options menu...
 

DaGecko

Newbie
Feb 27, 2019
88
137
how can it get MORE buggy as time goes on??? Ugh - this game has SOOOO much potential that is being tossed out the window...

bugs (in addition to some already mentioned):
* HUGE GAMEBREAKING BUG: [E] to talk. Occasionally (and NOT rarely) it toggles the START of a conversation but never actually triggers it - but the game *thinks* there is a conversation going on, so you can't use the [E] functions for ANYTHING else. And you cannot stop the conversation, because it never actually started in the decision tree. (probably a typo / broken edit in the initial conditional for talking to someone sends the code... into oblivion). THIS CAN OCCUR AT ANY CONVERSATION OPTION.
* HUGE annoying bug - levels, skills, and quests all reset to initial start conditions (even Fisherman quest starts again) on every 'Respawn' event (portaling in / out of tower, dying, loading a game, etc.) so the character is back to level 1 and all progression wiped. Note, you cannot re-do quests (even if the 'conversation' bug didn't bork the quests) as some of the flags still are set which bugs the quest and any current quests you are in the middle of. Respawn function needs to be re-written instead of just edited.
* graphical error on Respawn (and often 'reset' - i.e.: after sex) events: various body parts may or may not become invisible (though sometimes it is the equipment on that location). Probably due to masking things for sex scenes and (depending on the scene) not everything being toggled back 'visible' again. Probably also can be fixed by re-writing the Respawn function.
* doors (on EVERYTHING - including the place the player builds) STILL do not function! Usually they just don't move (which, kinda makes them a WALL and not a DOOR), though rarely one is correctly able to move freely, but then cannot be 'latched' - also making it NOT a door. Which makes building your 'home' for a safe place to sleep pointless, since they are gonna get in anyway.
* Cave / Path to 'Sanctuary' village is incorrectly mapped: one end is 'under water' and the other isn't - so trying to traverse it bugs the game state... not that there is anything THERE, but still. (if this is intentional due to the content not being finished, just block it off with a boulder or something rather than bugging it)
* Expressions: Sometimes she has them, sometimes she doesn't - but her looking completely BORED while being molested by a HUGE monster destroys any immersion in the game/events. Again, most likely an error in toggling states.

Advice:
1) You are a professional developer (by definition: you have a Paetron; you are being PAID to code. Amateurs and hobbyists DON'T get paid) so you really MUST follow professional habits: Comment your damn code! How can I tell you don't? Because; while boring, painful, irritating and monotonous; commenting GREATLY speeds up and enhances bug fixing... and after following the game progression for over a year, you are having a LOT of issues fixing bugs - really appears you are slapping Band-Aids over them rather than fixing them and now the layers of Band-Aid are so deep they are *creating* more bugs. Common issue in starting coders and can develop into bad habits (looking at YOU, Microsoft - ya bastards) - break it and actually FIX the bugs.... which means start commenting (and mapping) your Code.
2) Focus on said bug fixes for your next TWO releases - yes, it's boring and not as exciting as creating new content, but you have a MOUNTAIN (actually a few) of content and world-building. If you don't start fixing NOW (so you can take into account the necessary changes when adding more content), you are going to 'paint yourself into a corner' and find that when you DO actually attempt to fix the bugs, the fixes themselves will break your game / content. Plus your contributors will be MUCH, MUCH happier with you for a playable release that isn't constant frustration (no-one plays a porn game to be frustrated - well, unless they have much more severe mental issues than anyone I have ever heard of).
3) Make a few of the 'inhabited' areas safe to sleep/rest in... for a price (which is not necessarily up front and known at first). The Fisherman, the Wildlings, etc. have a safe place to rest and should be willing to share for some... favors. Yeah, sex, but also perhaps some simple quests? (chop firewood, gather, be naked <and accessable> in camp/cottage, etc.) Maybe have her be tied up and whatever (sold to the ogres / troll-kin?) if the NPC doesn't want her themselves (or becomes tired of her). This provides a place to rest when just starting out, but 'encourages' the player to build their own place as soon as possible. Just have it not (necessarily) 'Game Over' if she is captured / sold - have some way to escape.
4) For your players that don't have the 'Preggers' kink (or are just tired of it after the first couple times), have the Sorceress have an option to 'magically harvest before birth' instead of the accellerated pregnancy and 'grow the fetus in a magic tube' (or whatever) so the questline (and content) is still valid - maybe just with different rewards.

good luck
 
3.00 star(s) 69 Votes