Jump to content

Recommended Posts

Posted
5 minutes ago, Tentacus said:

Make sure you are in Beggar Whore mode and don't have your weapon drawn. You probably also need to make sure you still have menacing Raiders turned on. If it's none of those things try resetting the raider with the reset NPC option in the menu item's utilities menu. Sometimes a Raider you haven't met can spawn in with the cooldown keyword from another raider. Pretty sure it's just a problem with templated NPCs.

I'll give it a try, thanks.

Posted

When I couldn't bring myself to work on the XMLs yesterday I did a little prototyping for my 2 new NPCs. My character is what I am leaning towards for the Male Master NPC. The dialogue is just something I made for fun for the test cell. 

 

20201020191130_1.jpg.f8e11a7275842b4a76ef79e0b860e5eb.jpg

 

20201020191156_1.jpg.0c55b7cfafd22e4b7bd16906bde077cf.jpg   20201020191201_1.jpg.09f8092acebff3f5b42ca76f1e974c97.jpg

 

20201020191304_1.jpg.162fd0f56cae1240ff488cc263642431.jpg   20201020191315_1.jpg.850d9569c6f7cca326fab0fd760c97b2.jpg

 

20201020191403_1.jpg.4b9f87cf4a49d777454f552f29dcf1b4.jpg   20201020191421_1.jpg.7e1e501a8c1363e8e26318d5e0784e3e.jpg

 

 

 

If somebody who's good at texture mapping wants to make a stocking overlay PSD for male body textures it'd be a great help ?

 

Can I just say that Face Ripper is such a wonderful utility that doesn't get enough praise. If I had to make NPC faces from scratch in the CK I'd kill myself.

 

 

 

 

Posted

Unfortunately, resetting the keywords didn't work. 

I did everything else you said and nothing has changed. Pretty stumped.

 

I tried Sgt Hammer, but the only change was constantly getting harassed by menacing raiders.

 

Tried bringing along Queen Isabel and once the menace dialogue is over I can't interact with the raiders again.

 

It seems it's not a mercenaries problem after all.

Posted

First off, great mod. I'm really enjoying it so far.

 

I have an issue when I speak with Queen Isabel. When she asks me to strip, my breasts double in size and my top no longer fits.

 

I also went through SLM world drop hell trying to fix it until I used the mirror. So, thank you also for the mirror.

 

Weird bug, most people wouldn't complain about it, lol.

Posted
9 hours ago, sleepysoviet said:

Unfortunately, resetting the keywords didn't work. 

I did everything else you said and nothing has changed. Pretty stumped.

 

I tried Sgt Hammer, but the only change was constantly getting harassed by menacing raiders.

 

Tried bringing along Queen Isabel and once the menace dialogue is over I can't interact with the raiders again.

 

It seems it's not a mercenaries problem after all.

Hmmm something's wrong, with menacing raiders in general. Try reinstalling Hardship. Do you get the "You look threatening/non threatening" messages when drawing and holstering your weapon? Also make sure that Real Handcuffs plugin is above Beggar_Whore.esp in plugin load order.

Posted
6 hours ago, bucpar said:

First off, great mod. I'm really enjoying it so far.

 

I have an issue when I speak with Queen Isabel. When she asks me to strip, my breasts double in size and my top no longer fits.

 

I also went through SLM world drop hell trying to fix it until I used the mirror. So, thank you also for the mirror.

 

Weird bug, most people wouldn't complain about it, lol.

That's a new one on me... lol. All that dialogue does is unequip your clothes.

Posted

Update:

 

Things are going pretty smoothly with the Savage Cabbage XMLs. I have to do less tweaking to them since they are offset to vanilla actor heights rather than 1:1 like BP70..., I really only have to do offsets for the gay ones... Still gonna take forever just cause there are so damn many. I dunno if I will bother including the more novelty ones like "fucking on top of a Brahmin" Speak now if your life goal is to whore yourself on a brahmin's back.

 

Gotta hand it to him though there are more great positions in there than I realized... and it's nice that I can curate out the jarringly bad ones that always kinda soured me on the pack. For instance I'm only including 2 of 4 Armchair cowgirl because two of them have horribly disorted anatomically improbable ankle positions.

Posted
5 hours ago, Tentacus said:

That's a new one on me... lol. All that dialogue does is unequip your clothes.

Hmmm. well my PC clothes were not unequipped. The top and shorts stayed equipped (with the new breasts bursting through the top). I reloaded previous save and tested it a few times, all same results.

 

In Looksmenu, none of my advanced settings had actually changed (CBBE Slim) but the breasts doubled in size. I can post screenshots if it helps.

 

Everything else is working fine.

 

Also, "Speak now if your life goal is to whore yourself on a brahmin's back. " Until someone adds a Unicorn to Fallout, Geralt votes yes.

Posted
15 minutes ago, bucpar said:

 

I think I know what's going on. What clothes do you have? And what body do you use? (CBBE or Fusion Girl).

 

Hardship remove whatever you have on slot 33 when you appear before Isabel. This slot defines the shape of the body. If your body has form "1", but you equip yourself with boots (slot 33) with form "2", your body will adopt form "2". And all the clothes you wear must be in the form "2". But if you remove your boots, your body will revert to form "1", and all clothing with form "2" will not fit.

 

Basically your clothes and boots have one shape, but your naked body has another. You correct that in Bodyslide, giving the body the correct shape.

 

Like I told you, Hardship removes only slot 33. You (like me) have other clothing mods that use multiple slots. (Vtaw, EasyGirl, etc, etc).

Posted
11 minutes ago, JBpy said:

I think I know what's going on. What clothes do you have? And what body do you use? (CBBE or Fusion Girl).

 

Hardship remove whatever you have on slot 33 when you appear before Isabel. This slot defines the shape of the body. If your body has form "1", but you equip yourself with boots (slot 33) with form "2", your body will adopt form "2". And all the clothes you wear must be in the form "2". But if you remove your boots, your body will revert to form "1", and all clothing with form "2" will not fit.

 

Basically your clothes and boots have one shape, but your naked body has another. You correct that in Bodyslide, giving the body the correct shape.

 

Like I told you, Hardship removes only slot 33. You (like me) have other clothing mods that use multiple slots. (Vtaw, EasyGirl, etc, etc).

This seems plausible but that script strips a LOT of slots so I'm surprised any were left on. I was thorough cause I wanted the player completely nude for that.

 

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
Scriptname Tentacus:Beggar_Whore:_T_PlayerStrip Extends TopicInfo Hidden Const

;BEGIN FRAGMENT Fragment_Begin
Function Fragment_Begin(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN AUTOCAST TYPE Tentacus:Beggar_Whore:_T_BWQuestScript
Tentacus:Beggar_Whore:_T_BWQuestScript kmyQuest = GetOwningQuest() as Tentacus:Beggar_Whore:_T_BWQuestScript
;END AUTOCAST
;BEGIN CODE
Utility.wait (1.0)
KmyQuest.PlayerRef.UnequipItemSlot(11)
KmyQuest.PlayerRef.UnequipItemSlot(12)
KmyQuest.PlayerRef.UnequipItemSlot(13)
KmyQuest.PlayerRef.UnequipItemSlot(14)
KmyQuest.PlayerRef.UnequipItemSlot(15)
KmyQuest.PlayerRef.UnequipItemSlot(18)
KmyQuest.PlayerRef.UnequipItemSlot(24)
KmyQuest.PlayerRef.UnequipItemSlot(25)
KmyQuest.PlayerRef.UnequipItemSlot(26)
KmyQuest.PlayerRef.UnequipItemSlot(27)
KmyQuest.PlayerRef.UnequipItemSlot(28)       
Utility.wait (0.5)
KmyQuest.PlayerRef.UnequipItemSlot(3)
;END CODE
EndFunction
;END FRAGMENT

;END FRAGMENT CODE - Do not edit anything between this and the begin comment

And before anybody comments that the slots don't look right, the numbers are different when accessing them through Papyrus than the CK or FO4Edit.

Posted
1 hour ago, JBpy said:

I think I know what's going on. What clothes do you have? And what body do you use? (CBBE or Fusion Girl).

 

Hardship remove whatever you have on slot 33 when you appear before Isabel. This slot defines the shape of the body. If your body has form "1", but you equip yourself with boots (slot 33) with form "2", your body will adopt form "2". And all the clothes you wear must be in the form "2". But if you remove your boots, your body will revert to form "1", and all clothing with form "2" will not fit.

 

Basically your clothes and boots have one shape, but your naked body has another. You correct that in Bodyslide, giving the body the correct shape.

 

Like I told you, Hardship removes only slot 33. You (like me) have other clothing mods that use multiple slots. (Vtaw, EasyGirl, etc, etc).

As I said in the previous post, I use CBBE Slim for my body. Everything has been run through Bodyslide.. When I take clothes off, either manually or via animation, the body doesn't change. The breasts certainly don't balloon to double their size.

 

And as I stated, the clothes don't come off when Isabel "strips" me.

 

The top and boots are from Absolutely Skimpy Attire and the shorts are Easygirl. Nothing else.

 

As I am RPing the character for the mod, she has no other clothes in her backpack. I will find other clothes before talking to the Queen and see if that makes a difference.

Posted
7 hours ago, Tentacus said:

Hmmm something's wrong, with menacing raiders in general. Try reinstalling Hardship. Do you get the "You look threatening/non threatening" messages when drawing and holstering your weapon? Also make sure that Real Handcuffs plugin is above Beggar_Whore.esp in plugin load order.

I just did a clean reinstall and it seems to have fixed it, which is weird because it didn't work the first time. 

Thanks for all the help, everything's fine.

Posted

Re: My above issue. I redid meeting the Queen wearing a Vanilla outfit and I had no issues. So, not sure what caused it but I'm good now.

 

Wanted to say that this mod is very different and foreign to how I normally play Fallout. I'm always the Alpha. I read the description and was intrigued. I am really enjoying role playing a character who has nothing, gets raped by a Raider and losses what little she does have. Checks every vending machine for caps. Only the clothes on her back (okay, and a Glock, because fuck Molerats). I'm only a few hours in and I'm not sure my life is any better but I'm digging this mod. Thank you Tentacus.

 

Her backstory. Samantha was best friends with Mary Abernathy. When Mary was killed by Raiders, Samantha set out to Diamond City to find help and revenge. Stopping at Drumlin Diner, she overheard Wolfgang bragging about just killing a family while threatening Trudy, realizing it was her family. Arriving in Diamond City she discovers that the detective she was seeking for help has gone missing. Now homeless and capless, she does what she must to survive. Meeting the right and the wrong people, but never losing her desire for ultimate revenge.

 

I am saving using predator mode until the right time.

 

This screenshot really sums up my experience so far . . .

 

Fallout4 2020-10-22 00-03-19-67.jpg

Posted
10 hours ago, bucpar said:

I am saving using predator mode until the right time.

 

This screenshot really sums up my experience so far . . .

 

Fallout4 2020-10-22 00-03-19-67.jpg

Nice. 

 

Don't expect much from predator mode though... It was always half baked and will be removed in subsequent versions though I will be adding tools for bad player/player top in the framework that will acompany 1.6. I'd honestly prefer to get away from Hardship and make a player top mod soon, so you can look fowrward to that.

Posted

For those complaining that they aren't seeing Savage Cabbage animations show up anymore I think I know what's going on. If you are running a really out of date version of AAF it won't see XMLs that are in the new format and the last couple of versions of Savage Cabbage use the new XML format... (As will my Hardship ones as I am not going to go to the trouble of convertting the entries back to the old format when I'll just have to switch them back for the TSEX version)

 

So long story short Just update your AAF. It's inevitable.

Posted

Any plans on adding support for Super mutant territories?

I can imagine to SM, being "non-threatening" would mean you would need to be naked and unarmed (apparently).

Posted
11 hours ago, gooser said:

Any plans on adding support for Super mutant territories?

I can imagine to SM, being "non-threatening" would mean you would need to be naked and unarmed (apparently).

I do intend to create some Super Mutant Combat Rape content, and also some things to do with Strong, but it's unlikely I'll do anything with prostitution.

Posted

Hey Tentacus, I've been messing around a lot with what LL has to offer now.

Tried the new "Simple Patch AAF" instead of Indarello. I used it on version 1.5.9b. Seems to work okay. 1.5.9e does not, as I cannot get Leito Staged fix to run with that mod. Some users say it works. Idk what I did wrong but that's not the point. Just here to throw a few things out there.

Everything that this mod says it does works as advertised across everything I've tried. Excellent work, 0 complaints on this end. Something new though...

https://www.nexusmods.com/fallout4/mods/32599

This mod is Fallout 4-76. It has the option to remove all main quest characters and references, and replace all Human NPCs with either Raiders - or - ghouls - or - synths - or - nothing at all. All humans are deleted. Truly open world + a few settler rescue missions thrown in to the mix. 

This mod works as advertised with the Settlers spawned from that mod. BUT, because new raiders are added in place of vanilla NPCs in the Raider Replacer version, I had to ask: Do raiders added by other mods have a chance to become Menacing Raiders? Are Menacing Raiders Unique NPCs different from the traditional NPCs? Is it safe to assume theyre the same as any other raider, simply because once you successfully resolve a scenario involving a Menacing Raider, theyre are no longer a "Menacing Raider" and go back to a "Raider"?

Posted

Since I am bummed that it's taking so long to get this update out I'm posting this old New Vegas story I wrote that you will hopefully enjoy. Would be even better if I could find the actual screenshots from the playthrough. Anyway the theme of this is pretty relevant to Hardship.

Tina.rtf Tina 2.rtf

Posted
10 minutes ago, DremoraDream said:

I had to ask: Do raiders added by other mods have a chance to become Menacing Raiders?

It depends if they use the vanilla raider faction. If not then no. For instance Nuka world Raiders don't work. 

 

I've thought about supporting Mods like FROST that make such sweeping changes but at the end of the day I don't think it's worth the effort to force Hardship into that mold it would be better to use or create a simpler Prostitution mod for that more brutal world.

 

If somebody wants to make a simplified version of Hardship for mods that change the world a lot like Frost Let me know and I'd probably let you (If I think you are competent) Though Probably best to wait till TSEX and 1.6 come out as that will be close to the final difinitive Hardship.

Posted

First of all, great work. Bit of a question. So the whole toggle mode, it seems to work on the first interaction, but afterwards any interaction defaults to regular (like the toggle isn't on) . Is that normal? 

Posted
1 hour ago, Umbra_317 said:

First of all, great work. Bit of a question. So the whole toggle mode, it seems to work on the first interaction, but afterwards any interaction defaults to regular (like the toggle isn't on) . Is that normal? 

There is a cooldown period after you go on a "date" or are rejected. Same goes for begging though you get 2 chances at begging.

 

4 hours ago, shunter said:

Any news on the Ulfberth compatibility patch?

Still working on it. 

Posted

Update:

 

I have another theory why some people notice Savage Cabbage not coming up very often anymore. I remember seeing in his notes not long ago that Halstrom Retagged a bunch of SC doggy anims from "Penis to both" to "Penis to Vagina" (at SCs request) I mostly call doggy for anal so there you have it. That said in the new XMLs I am retagging anims with explicit vagina penetration built in to where they will be called more often for Vaginal.

Posted

Good to know, I'd watch the video to know more, but sites blocked where I'm at. Thanks. 

 

On that note, do the interactions end by themselves or do I have ti end them through the aaf menu like I've been doing? 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...