TBCheese

Newbie
Sep 30, 2017
33
38
DeepInteractivity Not sure if you've noticed this in testing or even care, but having the NPCs declare rivalries prior to the start of morning events can actually change the outcomes of relationship checks. I was reloading a save from just after the shapeshifter trip and found that my skill checks were failing when they had passed the first time.

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

DeepInteractivity

Member
Game Developer
Mar 16, 2020
398
718
DeepInteractivity Not sure if you've noticed this in testing or even care, but having the NPCs declare rivalries prior to the start of morning events can actually change the outcomes of relationship checks. I was reloading a save from just after the shapeshifter trip and found that my skill checks were failing when they had passed the first time.

You don't have permission to view the spoiler content. Log in or register now.
Thanks for bringing my attention into it, I'll see if I can place the rivalry at some other point of the game's logic.
 

SqueeNoEvil

Newbie
Oct 22, 2019
36
89
Hey there DeepInteractivity. About 2-ish years ago, you mentioned you had plans for some sort of event that triggers if you manage to deflower the whole main cast yourself. It doesn't seem like this has gotten in yet (that I an tell). Are you still planning to implement it?
 

DeepInteractivity

Member
Game Developer
Mar 16, 2020
398
718
Hey there DeepInteractivity. About 2-ish years ago, you mentioned you had plans for some sort of event that triggers if you manage to deflower the whole main cast yourself. It doesn't seem like this has gotten in yet (that I an tell). Are you still planning to implement it?
It'll come right around version 0.4 along with two new "virginity" types, one for scissoring, and another one for first kisses. I was initially going to implement it closely after the first adventure, but decided to push it until the end of 0.3.X so that I wouldn't have to rewrite the event triggers for the new data structure. Version 0.4 will (likely) come after 0.3.26.
 

SqueeNoEvil

Newbie
Oct 22, 2019
36
89
It'll come right around version 0.4 along with two new "virginity" types, one for scissoring, and another one for first kisses. I was initially going to implement it closely after the first adventure, but decided to push it until the end of 0.3.X so that I wouldn't have to rewrite the event triggers for the new data structure. Version 0.4 will (likely) come after 0.3.26.
All right, I'll hold out until then. Looking forward to it!
 

grahegri

drunk off sake
Donor
Feb 23, 2023
9,962
5,469
UnholyArts-0.3.24
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.

We're doing a funding run! !​
 

Laughingfox

Well-Known Member
Apr 2, 2017
1,023
931
As transformation aspects are in the game, is there any shot at the MC gaining the special attributes of a lover? For example, going full catgirl to match Claw, gaining a prehensile tail for additional means of penetration, etc.

I've read that pregnancy is a long ways off until a proper conclusion starts to manifest, which is fine, but are there any plans for extra description if a character is being stuffed with one creampie after another? It's a pretty good indicator that a character is on their back foot if you find them essentially painted white.

There could be all manner of amusing interactions, such as sharing a load snowball style, forcing/requesting to have another clean you up with their tongue (or doing it the boring way with magic) and vice versa, or even escorting a character to the baths for recovery.

One other idea, since the game relies heavily on their bits, is sizeplay regarding plus sized dongs.

Might be a bit difficult to kung fu or slip out of a grasp in that sort of situation, methinks.
 

DeepInteractivity

Member
Game Developer
Mar 16, 2020
398
718
As transformation aspects are in the game, is there any shot at the MC gaining the special attributes of a lover? For example, going full catgirl to match Claw, gaining a prehensile tail for additional means of penetration, etc.
Sure, additional transformations will get unlocked as the game progresses. Right now it's only possible to go through gender and genital transformations, but the player character will be able to go through temporary racial transformations as well in the long future.

I've read that pregnancy is a long ways off until a proper conclusion starts to manifest, which is fine, but are there any plans for extra description if a character is being stuffed with one creampie after another? It's a pretty good indicator that a character is on their back foot if you find them essentially painted white.
I'm trying to avoid adding things that increase the turn-to-turn complexity of scenes (sex/battle) and their data (such as tracking something like "how much cum is on a given character"), but it might be possible to achieve a similar effect with programatically simpler means such as actions and altered states. I like the idea though, I'll give it though.

or even escorting a character to the baths for recovery.
She used to be such a promising Candidate, until the day she got fatally wounded by a critical cumshot :cry:

One other idea, since the game relies heavily on their bits, is sizeplay regarding plus sized dongs.
Bodypart sizes will start to be tracked on version 0.4, and there are a few alternate, unused sprites for larger/smaller boobs and dicks, but no plans yet on how they will be implemented.
 
  • Like
Reactions: Laughingfox

baneini

Well-Known Member
Jun 28, 2017
1,978
3,070
I don't see how anyone would find the stuff that happens between plot sequences to be enjoyable.
Sex, drop down menu combat is very bad. Exploration is bad. Click "continue" with a mouse is bad.
 

randomname2243

Active Member
Oct 26, 2017
690
714
Will they be an option in which you can alter the preference of all NPCs to anal instead of vaginal? Like the other options that are currently present.
Of course, this option is useless if virginity doesn't alter, shows up in the play through. Just asking about it.
And also, is it possible to do double penetration in any scene with three characters (or even 2 if possible according to the situation) or it is just a story specific event? and how to achieve?

In addition, how can l play this on the Android?
 
Last edited:

DeepInteractivity

Member
Game Developer
Mar 16, 2020
398
718
Of course, this option is useless if virginity doesn't alter, shows up in the play through. Just asking about it.
Not sure what you mean by this.

Will they be an option in which you can alter the preference of all NPCs to anal instead of vaginal? Like the other options that are currently present.
No plans for it right now, but if you can edit the html, you can ctrl+f for these lines:

Code:
setup.basePreferencesMultipliers.useDick = 1.2;
setup.basePreferencesMultipliers.usePussy = 1.2;
(...)
setup.basePreferencesMultipliers.targetDick = 1.2;
setup.basePreferencesMultipliers.targetPussy = 1.2;
(...)
setup.basePreferencesMultipliers.useAnus = 1;
(...)
setup.basePreferencesMultipliers.targetAnus = 1;
And lower the 1.2s, and increase the 1s below, changing the values to something that better fits your preferences.

And also, is it possible to do double penetration in any scene with three characters (or even 2 if possible according to the situation) or it is just a story specific event? and how to achieve?
You need to unlock multiple actor positions (which you can do through a scroll, a good bunch of days into the game), and you'll get actions such as "extra mount from behind". From there, receiving a double penetration should be somewhat straightforward, but getting a certain character penetrated by you and someone else will require you to "bait" a third character into mounting whoever you're also mounting, which might also happen naturally once participating characters have learned the actions.

Regarding one character fucking another with two dicks, right now that's only possible for Shapeshifters with dicks, but more options will come in time.

In addition, how can l play this on the Android?
You should use the JoiPlay app if you want to run the game on mobile.
 

randomname2243

Active Member
Oct 26, 2017
690
714
Not sure what you mean by this.



No plans for it right now, but if you can edit the html, you can ctrl+f for these lines:

Code:
setup.basePreferencesMultipliers.useDick = 1.2;
setup.basePreferencesMultipliers.usePussy = 1.2;
(...)
setup.basePreferencesMultipliers.targetDick = 1.2;
setup.basePreferencesMultipliers.targetPussy = 1.2;
(...)
setup.basePreferencesMultipliers.useAnus = 1;
(...)
setup.basePreferencesMultipliers.targetAnus = 1;
And lower the 1.2s, and increase the 1s below, changing the values to something that better fits your preferences.



You need to unlock multiple actor positions (which you can do through a scroll, a good bunch of days into the game), and you'll get actions such as "extra mount from behind". From there, receiving a double penetration should be somewhat straightforward, but getting a certain character penetrated by you and someone else will require you to "bait" a third character into mounting whoever you're also mounting, which might also happen naturally once participating characters have learned the actions.

Regarding one character fucking another with two dicks, right now that's only possible for Shapeshifters with dicks, but more options will come in time.



You should use the JoiPlay app if you want to run the game on mobile.
l meant, if virginity has any impact on the story, mentions, flavor text or the character's relationships. That is what l meant. Of course, it could be just there to be there.
 
  • Like
Reactions: DeepInteractivity

randomname2243

Active Member
Oct 26, 2017
690
714
Can you invite others for sex or you need to wait for others to invite first, hoping they will invite another one that is in the conversation?
 

DeepInteractivity

Member
Game Developer
Mar 16, 2020
398
718
Can you invite others for sex or you need to wait for others to invite first, hoping they will invite another one that is in the conversation?
Do you mean invite more than one person? The "invite to have sex, equal terms" without the "exclusive" allows other characters to join in if they want to. Other than that, wait until asking others to follow you around gets unlocked, and all characters who are following you will join you in the sex scene as well.
 

randomname2243

Active Member
Oct 26, 2017
690
714
It seems is easy to get stuck/softlocked if you follow a character then suddenly, the portait of the character gets to the other side and someone else appears to the left side. Then, l press continue and nothing happens, an infinite loop. And you can't unfollow if the situation doesn't allow it.
It can easily happen if your tutor loses a battle, then the victor steals you and you continue normally only for the victor's portrait go right side. Or just following the tutor while having a bunch of other characters following the same tutor and so on. It gets annoying to restart the day. l don't know if the picture gives enough proof.
1694960840479.png


Ahh, now l see it. You have to press the + icon, for some reason there is a combat start without the game telling you anything about it. Even the 'interrupted" is not shown at times. Now l can proceed the day normally.
 
  • Like
Reactions: DeepInteractivity

ThisIsMe88

Member
May 12, 2018
364
515
Will they be an option in which you can alter the preference of all NPCs to anal instead of vaginal? Like the other options that are currently present.

No plans for it right now, but if you can edit the html, you can ctrl+f for these lines:

Code:
setup.basePreferencesMultipliers.useDick = 1.2;
setup.basePreferencesMultipliers.usePussy = 1.2;
(...)
setup.basePreferencesMultipliers.targetDick = 1.2;
setup.basePreferencesMultipliers.targetPussy = 1.2;
(...)
setup.basePreferencesMultipliers.useAnus = 1;
(...)
setup.basePreferencesMultipliers.targetAnus = 1;
And lower the 1.2s, and increase the 1s below, changing the values to something that better fits your preferences.
It was my assumption that's what the player's "character's sex preferences" were used for, but I seem to be incorrect.

To quote the in-game description : "When your character is affected by sex actions that match their preferences, their received damage will increase." I may be mistaken once again, but in that case you probably should never set any sex preferences, since they appear to be always detrimental.

Honestly, it would be much more intuitive if these preferences were used by the game to feature :
  • "weaknesses" in combat, that need to be explored (and abused of!). Think pillow rumours, nasty gossiping, bribes or extensive spying (?!) to discover them. This would also further characterize each NPC, making them more unique.
  • romantic or caring dominant partners who cater more to the preferences of their partners than say rivals or NPCs with egoistical predispositions
  • further developing nascent personality & sexuality traits. Think encouraging new masochist or bottom streaks if an NPC loses too many battles, or add completely new preferences, like "using target anus", "bind target" or "get sucked" if on the contrary they are consistently dominating and they enjoy their new position of power. Such preferences should only significantly change during contests, and could be seen as lasting "traumas". Unlike what happens in-game now, regular consented sex should not alter "sex preferences".
Just a suggestion, but I think it would make sense.
 
Last edited:

DeepInteractivity

Member
Game Developer
Mar 16, 2020
398
718
It seems is easy to get stuck/softlocked if you follow a character then suddenly, the portait of the character gets to the other side and someone else appears to the left side. Then, l press continue and nothing happens, an infinite loop. And you can't unfollow if the situation doesn't allow it.
It looks like the lead character is trying to select a mission (such as trying to talk to someone), but they fail at trying to do so. It is my experience that you can get stuck if you press Continue a few times. Did the issue persist for you?

It was my assumption that's what the player's "character's sex preferences" were used for, but I seem to be incorrect.
It is. There's also another set of global preferences that determines the likelihood of any NPC to select some types of actions during sex scenes, without affecting received lust damage.

To quote the in-game description : "When your character is affected by sex actions that match their preferences, their received damage will increase." I may be mistaken once again, but in that case you probably should never set any sex preferences, since they appear to be always detrimental.
Extra lust damage from preferences doesn't affect combat scenes. Also, if your sex preferences have all the same exact values, the game just selects the first ones as the ones with higher ranks.

romantic or caring dominant partners who cater more to the preferences of their partners than say rivals or NPCs with egoistical predispositions
This sounds reasonably fast to implement, I'll add it to the queue.
 
4.00 star(s) 26 Votes