- Sep 28, 2021
- 1,454
- 1,400
Ashy is a term for when anyone's skin gets dry since it looks kinda like ash.imgaine if it made them look chronically ashy XD that would suck (ashy is a term for when black skin gets dry, since it looks kinda like ash)
Ashy is a term for when anyone's skin gets dry since it looks kinda like ash.imgaine if it made them look chronically ashy XD that would suck (ashy is a term for when black skin gets dry, since it looks kinda like ash)
Here are some test skin tones.its a shame there isnt a way to like move the sliders instead of add a specific color, cause if you could add a bit of a gray tint to the skin that would be a nice way to signify they were vampire without changing their entire skin tone to white XD
instead of defining values for every race , ever considered using a ''vampire texture'' ??? , a texture wont change the skin color values (but still uses them) ... (i included an example of what i use for female vampires)Here are some test skin tones.
I found that by making the RBG colors tones line up closer together I get a pale/grey-er look.
But I'm not to happy with Arab nor Indian skins.
White
SKIN Skin_Color_R: 100% 0.9
SKIN Skin_Color_G: 100% 0.9
SKIN Skin_Color_B: 100% 0.9
SKIN Skin_Color_A: 100% 1.0
Latin
SKIN Skin_Color_R: 100% 0.5
SKIN Skin_Color_G: 100% 0.37
SKIN Skin_Color_B: 100% 0.37
SKIN Skin_Color_A: 100% 1.0
Black
SKIN Skin_Color_R: 100% 0.17
SKIN Skin_Color_G: 100% 0.15
SKIN Skin_Color_B: 100% 0.15
SKIN Skin_Color_A: 100% 1.0
Asian
SKIN Skin_Color_R: 100% 0.73
SKIN Skin_Color_G: 100% 0.73
SKIN Skin_Color_B: 100% 0.5
SKIN Skin_Color_A: 100% 1.0
I do like how it works. But I would like maybe 10% more color.instead of defining values for every race , ever considered using a ''vampire texture'' ??? , a texture wont change the skin color values (but still uses them) ... (i included an example of what i use for female vampires)
Doubt anyone on here has heard from him, but he's been on this site several times since the last release, but he's not posted once. His most recent visit at the time of posting was on Wednesday.Anyone heard from Vin since July? That's the last he was on Discord and nothing on Patreon since the last release (in May.)
You should read the thread.Anyone heard from Vin since July? That's the last he was on Discord and nothing on Patreon since the last release (in May.)
I have been, along with Discord and Patreon. He thought last on Discord things would be back to normal by late August. No word since, and he's still taking the Patreon money. Not sure if payments can get suspended due to inactivity, unless the dev makes it so.You should read the thread.
Well, as others have said, they couldn't get a response on other sites. Things don't look good, but if there is personal or family issues, it would make sense that you drop everything non-essential.I have been, along with Discord and Patreon. He thought last on Discord things would be back to normal by late August. No word since, and he's still taking the Patreon money. Not sure if payments can get suspended due to inactivity, unless the dev makes it so.
Man, it hurts a bit to see the game getting abandoned. This game is still my one of my all-time favorites with its ability to make new events and stories. Good luck, Vinfamy, on whatever you do next.
There is no content locked behind a paywall, it's all free regardless of if you support the patreon or not. The only blocked content is incest, bestiality, rape, etc. which can be unblocked using the patch in the main postwould there be someone who published a version with all the paid but unblocked content
Understood)There is no content locked behind a paywall, it's all free regardless of if you support the patreon or not. The only blocked content is incest, bestiality, rape, etc. which can be unblocked using the patch in the main post
apply_sunscreen.lpscene, "force them" -> ""Awh... "", is this path really work?I do like how it works. But I would like maybe 10% more color.
Can I get the male vampire texture too?
I see what I did wrong. Should look like this.apply_sunscreen.lpscene, "force them" -> ""Awh... "", is this path really work?
I have check the condition [[martial - Actor:fitness] < [Actor:martial - sneak]] || [Actor:masochist > 75 && Actor.isInterestedIn(Player)] to make it is false, but I still got "Smack".
karma -= 20
Sub = 0
Sub += Actor:perversion
Sub += Actor:masochist
If Sub > Random(130, 180) && Actor.isInterestedIn(Player)
Actor(flirty):: "Awh... "
Player():: "Oh! You like that don't you?"
Actor:attractiontoplayer += Random(1, 10)
Actor:perversion += Random(5, 20)
Sex(Player, Actor)
Fucked = true
Actor:masochist += 15
masochist -= 15
Else
If [[martial - Actor:fitness] < [Actor:martial - sneak]] && !Fuck
"Smack"
Player(Pain):: "Ah!"
Actor(Angry):: "That should teach you to not sexually assault people!"
Actor:rapportwithplayer -= Random(0, 9)
Else
"The element of surprise was too great. <Actor.He_or_She> was overwhelmed before <Actor.he_or_she> could even react to the assault."
Actor(Crying):: "No! Please stop ... I beg you ... Somebody help ..."
"<Actor.His_or_Her> cries for help went unheard and <Actor.he_or_she> had no choice but endure it all at my hand."
filter(Aggressive)
TalkNonConsensual()
SexNoAffair(Player, Actor)
Actor:masochist += 15
masochist -= 15
If Actor:masochist < 45
Actor.setActorVar(tag_Raped, 1)
Actor:attractiontoplayer -= 100
If !Actor.isRelative() && !Actor.isExrelative()
blockContact(Actor)
Endif
Actor:rapportwithplayer -= 100
Else
Actor:perversion += 35
Actor:masochist += 15
Endif
Endif
Endif
deflowered_loves.lpscene, you forgot SceneStart(), I noticed it because it won't trigger.I see what I did wrong. Should look like this.
Code:karma -= 20 Sub = 0 Sub += Actor:perversion Sub += Actor:masochist If Sub > Random(130, 180) && Actor.isInterestedIn(Player) Actor(flirty):: "Awh... " Player():: "Oh! You like that don't you?" Actor:attractiontoplayer += Random(1, 10) Actor:perversion += Random(5, 20) Sex(Player, Actor) Fucked = true Actor:masochist += 15 masochist -= 15 Else If [[martial - Actor:fitness] < [Actor:martial - sneak]] && !Fuck "Smack" Player(Pain):: "Ah!" Actor(Angry):: "That should teach you to not sexually assault people!" Actor:rapportwithplayer -= Random(0, 9) Else "The element of surprise was too great. <Actor.He_or_She> was overwhelmed before <Actor.he_or_she> could even react to the assault." Actor(Crying):: "No! Please stop ... I beg you ... Somebody help ..." "<Actor.His_or_Her> cries for help went unheard and <Actor.he_or_she> had no choice but endure it all at my hand." filter(Aggressive) TalkNonConsensual() SexNoAffair(Player, Actor) Actor:masochist += 15 masochist -= 15 If Actor:masochist < 45 Actor.setActorVar(tag_Raped, 1) Actor:attractiontoplayer -= 100 If !Actor.isRelative() && !Actor.isExrelative() blockContact(Actor) Endif Actor:rapportwithplayer -= 100 Else Actor:perversion += 35 Actor:masochist += 15 Endif Endif Endif
It is there, you just don't a stalker or the actor's perversion < 50deflowered_loves.lpscene, you forgot SceneStart(), I noticed it because it won't trigger.