QuiteQuiet

Member
May 2, 2023
423
650
179
Probably a dickish post to make, but skimming through posts here and I can't help but notice so many people asking for guides or questions on how to complete quests.
Go to the first post, click on the link dubbed "website." Click on "Games." Find the game you're playing, and near the top should be a link to an Official Guide PDF.
 

Trucuio

Newbie
Jan 8, 2021
62
58
142
WTF. Why the author make a ERO GAME with time limit and missable events? In addition to this, exist days that have mandatory events and you can´t play. I have several scenes in bag and I can't see because these damn day limit... SoV 1 is much better.
 
Last edited:
  • Like
Reactions: sledopyt321

darlic

Engaged Member
Feb 27, 2017
2,119
3,718
475
WTF why did the author make a ERO game with time limits and missable events? In addition to the days that have mandatory events. I have several scenes in bag and can't see because of day limit... 1 SoV is so much better.
I agree, its non-sensical gameplay has significantly diminished the appeal of this game. I occasionally feel like playing it again because the scenes are great, but when I think about all the grind and the constant risk of messing things up I desist
 
  • Like
Reactions: Trucuio

blarg0192

Active Member
Mar 10, 2018
548
986
298
WTF why did the author make a ERO game with time limits and missable events? In addition to the days that have mandatory events. I have several scenes in bag and can't see because of day limit... 1 SoV is so much better.
Because while he may be a super twisted fuck that can think up some great scenes, he's actually really bad at making games.
 
  • Like
Reactions: Trucuio

Taigcris

Newbie
Jun 8, 2017
73
65
183
I agree, its non-sensical gameplay has significantly diminished the appeal of this game. I occasionally feel like playing it again because the scenes are great, but when I think about all the grind and the constant risk of messing things up I desist

I agree, the game design of this game is horrible. There are several parts designed to make you fail and have to repeat most of the game.

The last time I played it I followed this step by step guide:
https://f95zone.to/threads/slice-of...gh-water-v1-2-1-blue-axolotl.713/post-1723737

And if I decide to play again after Slice of Venture Remake (in development) it would be by following the guide.
 
  • Like
Reactions: darlic

ImmortalPervert

New Member
Mar 9, 2020
2
0
11
Has anyone managed to get the map to work on joiplay? It works great until you need to go to the convini and then it just stops registering touch as left mouse click...
 

BrunoReus11

Member
Aug 17, 2017
175
29
62
Can you play this game without having played the previous SoV games? Because this one looks extremely good and I want to try it, but I want to know if I need to play the other ones first to understand it
 

yumumu

New Member
Aug 3, 2019
12
5
167
For anyone playing it with joiplay and having trouble with the map, there's a "work around" for it, it's kinda boring and annoying but it works, you just have to use the joiplay cheat button and use the teleport section to go anywhere you want
 
  • Like
Reactions: yarikorik

hello.jpg

Member
Nov 7, 2017
289
610
222
Checking this out for the first time. Do you still need the patches listed in the OP? They're quite old at this point, so maybe integrated into the main DL

I see someone up above saying the more recent patch (1.2.1) actually breaks stuff
 
Last edited:

yumumu

New Member
Aug 3, 2019
12
5
167
For anyone playing it with joiplay and having trouble with the map, there's a "work around" for it, it's kinda boring and annoying but it works, you just have to use the joiplay cheat button and use the teleport section to go anywhere you want
found another solution that works better than the previous, it's just a script to ad on the index.html file before the body tag closing and you're good to go


<script>
document.addEventListener('touchstart', function(event) {
var mouseEvent = new MouseEvent('mousedown', {
view: window,
bubbles: true,
cancelable: true,
clientX: event.touches[0].clientX,
clientY: event.touches[0].clientY
});
event.target.dispatchEvent(mouseEvent);
});

document.addEventListener('touchend', function(event) {
var mouseEvent = new MouseEvent('mouseup', {
view: window,
bubbles: true,
cancelable: true,
clientX: event.changedTouches[0].clientX,
clientY: event.changedTouches[0].clientY
});
event.target.dispatchEvent(mouseEvent);
});

document.addEventListener('touchmove', function(event) {
var mouseEvent = new MouseEvent('mousemove', {
view: window,
bubbles: true,
cancelable: true,
clientX: event.touches[0].clientX,
clientY: event.touches[0].clientY
});
event.target.dispatchEvent(mouseEvent);
});
</script>
 
Oct 10, 2018
88
74
95
I agree, the game design of this game is horrible. There are several parts designed to make you fail and have to repeat most of the game.

The last time I played it I followed this step by step guide:
https://f95zone.to/threads/slice-of...gh-water-v1-2-1-blue-axolotl.713/post-1723737

And if I decide to play again after Slice of Venture Remake (in development) it would be by following the guide.
Yeah, I remember when I first went to DL this and went to look into the rabbit hole that was the messages in this forum saying how fucked the game design was in this, which honestly scared me to into getting a full save for this just to see the scenes which, as expected, were pretty fucking good, especially since the MC's finally got their time to shine with incest shenanigans ontop of their usual beast scenes.

I really should at least try a legit playthrough of this because i've enjoyed all of the SoV games and feel bad that I didn't even attempt to try this one properly due to all the horror stories here, but man...it really does seem to be a case of trying to 'reinvent the wheel' with this game from what ive seen, instead of sticking to how SoV: Origins and A New Start worked where NPC interactions gave you 'context cues' on how to find scenes so to speak, pretty much incentivising you to not only explore but to interact and pay attention to the NPCs and whatever world-building is going to see what scenes might happen/be happening at that moment. Its what made the original SoV origins as fun as it was imo. Its 'search for scenes' aspect gave you enough traditional gameplay to keep you attentive and interested, while not taking too much time away from the inevitable smut scenes.

The last thing you want in a porn game is the gameplay being what drags the experience down, especially if said gameplay design is so needlessly elaborate that you feel forced to pull up a full-on strategy guide for 99% of it. Its a pretty important (if not THE most important) aspect to get right for a porn game, I find.
 
Last edited:
  • Like
Reactions: hello.jpg
4.30 star(s) 22 Votes