The clothes have just been changed, the old clothes don't work, the new clothes do. You're using the old clothes.Why do my clothes just like... not work? They don't deform around my character, so her tits are just hangin' out like there are holes in the clothing? Is there some setting I'm missing? Is this just something I need to wait for an update for? They just clip straight through, while the clothing looks like it's made for a more flat body type.
View attachment 1171858
That should be Actor.DeletePerson()Anyway, this started as a minor niggle on Discord but I'll share it here.
You know when some guy comes up and asks about your opinion on the government response to some crisis somewhere, this mod lets you tell them to fuck off. More importantly, it deletes them from the game as you have been so rude that they never want to see you again. It should cover every instance of that type of thing (religion, books, art, music & technology) I've also added added an F_Off response to cash for ass, it's neutral, you don't lose perversion but you don't have sex.
It needs to be loaded below vin_base, vin_corruption and if you have it installed sb_TheNewGoodbye
Thanks, I knew I'd messed something up. Fixed now.That should be Actor.DeletePerson()
is the dev not adding anymore beasty stuff??
just wondering
Mods, probably not, given the focus of the update (no guarantees) but yes to updating the Unofficial patch.So, with the new version out, do I need redownload the incest, bestiality, etc. patches and mods?
You need to downscale your imported skins to 2k or 1k textures. Open them in paint, and resize them from 4096 pixels to 2048 or 1024 pixels.Guys, don't ignore me please
So, after 10 mins in the game, skins "the ones which are not imported only" become like this
View attachment 1172896
this is happening ever since the 4.0 update..
No problem.Thanks, I knew I'd messed something up. Fixed now.
I had tested it but I was so focused on getting the dialogue to turn up in the right order that I forgot to check if it deleted the NPC afterwards.No problem.
Although when doing code it can sometimes be case sensitive but luckily in this instance it's okay. As I just tested it and it works fine. Good job.
If you want to do more tweaking to the game files for yourself or others read the modding tutorials in the Docs folder.
A good way to test your tweaks to see if they work is to do a force trigger.
There are about 2 other random checks that have to be passed for them to rape your char. If they fail these 2 they won't rape your char.Here's a quick question: sometimes when I hang out with an npc, I get a message about them making rape jokes, and get the option to either play it safe or to ignore it because it's just humor. Sometimes, after this the npc invites me to their place for a drink - I'm assuming to get me drunk and rape me, as they were saying - but after my character says "I'm drunk, I should be going home", they just call a taxi and I spawn at my place. So, when does the npc rape my character? Should there be any additional requirements?
Note: I'm not sure if it's part of 'vanilla' gameplay, or comes with the 'forced sex' patch. Either way, if anyone knows anything, do tell me, please.
Ah, so it seems that the 'martial' thing is getting in the way. Because I've set up my character to 100% submissive and the npc to 100% dominant and 100% attracted to pc, but rapport with pc to 0 or less, just to see what effect it'll have. Thanks!There are about 2 other random checks that have to be passed for them to rape your char. If they fail these 2 they won't rape your char.
If Random(50, 250) > Actor:attractiontoplayer <--the more they want to fuck your char the more likely they will pass this one
Actor(Happy):: "Sure, I'll get you a cab right away. Should be here in ten minutes." (fail)
If Random(-100, 0) < masochist <----the more submissive your char is the more likely they will pass this one
Actor(Embarassed):: "I'm sorry ... It was a moment of passion. I didn't know what I was doing ..." (fail)
And their Martial needs to be higher than your chars.
Their Attraction should be at 100 the Masochist at -100 , your char should have a Masochist of 100 to have the best chance of passing the RNG.Ah, so it seems that the 'martial' thing is getting in the way. Because I've set up my character to 100% submissive and the npc to 100% dominant and 100% attracted to pc, but rapport with pc to 0 or less, just to see what effect it'll have. Thanks!