5.00 star(s) 2 Votes

NickNo

Member
Modder
Jan 19, 2020
244
286
NickNo, deleted _animationCache as you suggested and restarted from my save to do a little experiment. ...
That belongs more into the dev thread ;)
Your observation is "nearly" right.

I have linear animations where you can move the object only on one axis. (like left to right, the ponytail / or in/out like a dildo)
And then there are 2D animations where you can move the object in X and Y axis. Like the breasts. They move up and down and left and right.
What you observed are the single frames of this 2D animation being extracted as there is no sane way (known to me) to play a video like it is required to simulate this movement.
30 frames left to right and 20 rows (10 up, 10 down)

*edit* 21: 10 up, 10 down, 1 center

So I could ofc. reduce the overhead but then we would loose 2D movements.
Maybe it is an option to do exactly that for the base game. And if you like an actor, and want more fun and featues, you download an actor expansion pack of like 5+GB? :)
 
Last edited:
  • Like
Reactions: Sonico

NickNo

Member
Modder
Jan 19, 2020
244
286
This game gives me Delinquent Massage vibes in a way.
Good luck, and this is a good start, but it feels like mistakes are already being made that could balloon into big problems in the core gameplay loop if let continue as is.
Thanks, for that detailed feedback.
I think you found some more bugs I need to squash. Others are already fixed (like that nipple clicking, it wasn't intented to work at all ...)

I think you are right, about the "locked behind conditions" topic, and I will change it in 0.3. Currently I am working on getting the engine more performant. There was not much feedback on it until the game made it to the games section here...

There are already some penalties, but as soon as heat goes above 11% the clients will tolerate most things... when it comes to massages. I will extend this... (ou can try touching the butt / breasts / pelvis if heat is below 11)

btw. I did not know about "Delinquent Massage". Need to check it out...
 
Last edited:

NickNo

Member
Modder
Jan 19, 2020
244
286
Ha! I wish I could do anything useful with code. Not happening!

It's not a speed thing. It's pretty much:
- Click your greeting choice
- Right click
- Click your greeting choice again
- Repeat ad nauseam

It's a bug for sure, because some choices appear that shouldn't be part of that section.
Fixed in 0.2.3 thanks ;)
.. and sorry if you abused it. Press Ctrl+Shift+H instead ;)
 

notright

New Member
Aug 28, 2020
11
2
There was not much feedback on it until the game made it to the games section here...
Welcome to AFAIK the biggest porn game website on the internet.

Lot's of people here downloading the cracked versions of games because quite frankly the vast majority of porn games suck and are basically just cash grabs.

You'll get a lot of exposure here if you can keep up development and make a decent game. Just remember to keep bumping your thread when making changes so it goes to the top of the results.

I noticed something else that likely needs to be changed, the tick rate on basic massage interactions needs to be increased to something along the lines of multiple times a second, it is wholly possible for a new player to perform a massage action move the mouse around for a couple seconds without seeing anything happen and assume the interaction is broken or think they are doing something wrong.

If you split your 0-100 scale into 0-1000 allowing ten times the grainularity, you could increase the tick rate ten times (while dividing the value of the reward by ten) to make the system functionally identical but allow resolution down to tenths of a percent.

This would let people see interactions actually having a (small) effect near instantly.
 
  • Like
Reactions: NickNo

Sonico

Forum Fanatic
Jul 21, 2018
4,085
2,952
Can all sex toys be used at present? Is there a requisite of Sensual Skill, Loyalty or something else for the option to be available?
 

youraccount69

Well-Known Member
Donor
Dec 30, 2020
1,905
692
SpaLife-0.2.2
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

NickNo

Member
Modder
Jan 19, 2020
244
286
Thanks, for that detailed feedback.
I think you found some more bugs I need to squash.

I think you are right, about the "locked behind conditions" topic, and I will change it in 0.3. Currently I am working on getting the engine more performant. There was not much feedback on it until the game made it to the games section here...

btw. I did not know about "Delinquent Massage". Need to check it out...
Can all sex toys be used at present? Is there a requisite of Sensual Skill, Loyalty or something else for the option to be available?
The toys require heat >= 50 and I think a sensual skill of 25.
But this is going to change in 0.3. Overall feedback was this is a bad design. So you will be able to "try to use" toys, with the possible result of the clients running away

0.3 will also focus more on the story mode and management.
 

NickNo

Member
Modder
Jan 19, 2020
244
286
You'll get a lot of exposure here if you can keep up development and make a decent game. Just remember to keep bumping your thread when making changes so it goes to the top of the results.
Will do, actually I uploaded it here to get more exposure... now I have the feedback I wanted :D

... the tick rate on basic massage interactions needs to be increased to something along the lines of multiple times a second, it is wholly possible for a new player to perform a massage action move the mouse around for a couple seconds without seeing anything happen and assume the interaction is broken or think they are doing something wrong.

If you split your 0-100 scale into 0-1000 allowing ten times the grainularity, you could increase the tick rate ten times (while dividing the value of the reward by ten) to make the system functionally identical but allow resolution down to tenths of a percent.

This would let people see interactions actually having a (small) effect near instantly.
Good point, will probably lower to 1 second samples (now 5) and smaller increments as you suggested.
 

Sonico

Forum Fanatic
Jul 21, 2018
4,085
2,952
The toys require heat >= 50 and I think a sensual skill of 25.
But this is going to change in 0.3. Overall feedback was this is a bad design. So you will be able to "try to use" toys, with the possible result of the clients running away
For some reason i could only play with the black dildo in their mouths, no vagina or ass, no butt plug either.
 

Slayers21

Newbie
Jun 30, 2022
34
22
For some reason i could only play with the black dildo in their mouths, no vagina or ass, no butt plug either.
same only mouth and dunno how to use lube


150 per massage is kinda ok, but the lessons kinda pricy, i think every orgasm should give some bonuses
have 45 sensuals but no progress, just more spreaded legs no new interactions...
tried 2.3 it laggs tha same, wonder whats the problem is
 

NickNo

Member
Modder
Jan 19, 2020
244
286
same only mouth and dunno how to use lube
All toys require 50 sensual skill in version 0.2 - The dildo mouth animation is just missing that condition check. Thats why you can use it always :D

I will change that whole system in 0.3. If you bought it, you can use it. No more conditional checks.

Lube is currently auto applied. First time you try to put something in a hole, it will ask you. That will also change. If you apply it, they might enjoy your actions more...
 

c4td0g

Newbie
Oct 8, 2017
35
4
You are so much better off than me, then. I can't even understand how i'm supposed to massage Angelie in the tutorial.... :HideThePain:
Me neither. I am unable to massage a girl at all. how to do that. mouse over says massage arms for example but a click does nothing :D
 

notright

New Member
Aug 28, 2020
11
2
Will do, actually I uploaded it here to get more exposure... now I have the feedback I wanted :D


Good point, will probably lower to 1 second samples (now 5) and smaller increments as you suggested.
Personally I would do 200ms which is spot on the average human reaction time to stimulus (~125ms fastest, ~375ms slowest).

Anything past 375ms will "feel" slow to most people as a causal relationship.

The other method that could be taken to emphasis the need to move the mouse would be to have the hand animate a small rubbing movement only when moving.
 
5.00 star(s) 2 Votes