Jump to content

Commonwealth Slavers


Recommended Posts

Posted
3 hours ago, Whizzo said:

@osculim @JB. or anyone who could help.

I got the missing files, Thank Osculim, but still have invisible pieces of clothing.

I tried everything I can think of, set priority, re downloaded all the TRS, Easy Girl files, still invisible items.

So finally I uninstalled CS, went back to Vault 111, used ESP explorer to get the same items that were invisible and there they are.

I don't know what is the deal, what I am doing wrong.

I have to go now thought I would post this first.

see pics. 

 

  Reveal hidden contents

Fallout42_9_202411_50_58AM.png.5c04c40a8ee1088fbbefb75e99cdd5b1.png

 

 

I might be wrong but from when i did some searching earlier there doesn't seem to be a FG version of Easy Girl, the one Osculim linked was for TRS (link goes to HN66s TRS Outfits - Fusion Girl BodySlide Conversion) so i'd suggest as you can't bodyslide Easy girl if you use FG then uninstall it as Easy Girl looks to be CBBE only

Posted

some wierd thing is happening .after 1st vips loop pole dance and fuck im kepeng to die .godmod console cheats via mcm no matter what always the same spot .i know i can skip this but i need to know what wrong with quest or mb om my side of game 

 

Posted
1 hour ago, pinky6225 said:

 

I might be wrong but from when i did some searching earlier there doesn't seem to be a FG version of Easy Girl, the one Osculim linked was for TRS (link goes to HN66s TRS Outfits - Fusion Girl BodySlide Conversion) so i'd suggest as you can't bodyslide Easy girl if you use FG then uninstall it as Easy Girl looks to be CBBE only

This is what I downloaded...https://www.nexusmods.com/fallout4/mods/49863?tab=files

Besides the main file for CBBE this is the FG bodyslide.

Works everywhere but in CS, when CS is loaded and enabled half of the TRS & Easy Girl outfits are invisible when used in game.

Really boggles my mind, I left a post I think yesterday saying the Patches for TRS & EG do not show up in my plugin list so I cannot set priority like dynamic patches in Vortex. They don't show up in my Mod list either.

Thank You for your efforts!

Posted
2 hours ago, lee3310 said:

NP. Tears are hard to see indeed it's better to apply a bunch of them at the same time. Try to apply them in LooksMenu (the original ones not headpart) and see if there is a difference. (will try to improve them if it's the case).

The bigger ones that run down her face apply well enough and I love the bruises! see pic

The ones that look like tears mixed with mascara are very light. Fun no matter how they look but my vision is poor right now so it's probably just me.

Thanks

 

Spoiler

Fallout42_9_20248_36_53AM.png.755902a54f8e640dd78d16e26917af48.png

 

Posted (edited)
11 hours ago, JB. said:

This type of error is easily fixed once you detect the problem, there is no need to restart. 

 

PS: Delete HN66s EasyGirls Outfit - FG No HHS (redundant)

 

Hey, just in case you don't have an Easy Girl patch for Nuka Ride? That one is marked as incompatible on my main page. 

@JB.  my apologies as I did not understand what you were trying to tell me about the NR patch.

Sorry. Thanks for correcting me.

 

So @JB. just said if you have NR TRS & EG patch activated it will change the slots in CS which makes parts of the outfits invisible, a fact I didn't understand the first time he said it.

Edited by Whizzo
Posted
21 hours ago, JB. said:

You're right. He only electrocutes the second time. I just fixed it The second time (or third, fourth, etc.) he will proceed with the whipping.

weirdly enough but i still can just talk away it. 

Posted

 

5 hours ago, lee3310 said:
Scriptname NameSpace:MyScript extends activemagiceffect

Event OnEffectStart(Actor akTarget, Actor akCaster)
	FormList ProhibitedFoodList = Game.GetFormFromFile(0x01, "MyModESP") as FormList
	Keyword CantEquip = Game.GetForm(0x1CF299) as Keyword
	Int Size = ProhibitedFoodList.GetSize()
	Int i = 0
	While i < Size
		Form FoodItem = ProhibitedFoodList.GetAt(i)
		LL_FourPlay.AddKeywordToForm(FoodItem, CantEquip)
		i+=1
	EndWhile
endEvent

Event OnEffectFinish(Actor akTarget, Actor akCaster)
	FormList ProhibitedFoodList = Game.GetFormFromFile(0x01, "MyModESP") as FormList
	Keyword CantEquip = Game.GetForm(0x1CF299) as Keyword
	Int Size = ProhibitedFoodList.GetSize()
	Int i = 0
	While i < Size
		Form FoodItem = ProhibitedFoodList.GetAt(i)
		LL_FourPlay.DelKeywordFromForm(FoodItem, CantEquip)
		i+=1
	EndWhile
endEvent

Event OnPlayerLoadGame()
	If Game.GetPlayer().HasMagicEffect(Self.GetBaseObject())
		FormList ProhibitedFoodList = Game.GetFormFromFile(0x01, "MyModESP") as FormList
		Keyword CantEquip = Game.GetForm(0x1CF299) as Keyword
		Int Size = ProhibitedFoodList.GetSize()
		Int i = 0
		While i < Size
			Form FoodItem = ProhibitedFoodList.GetAt(i)
			LL_FourPlay.AddKeywordToForm(FoodItem, CantEquip)
			i+=1
		EndWhile
	EndIf
EndEvent

 

For the editor part: just make a potion and an MGEF.
MGEF:

Effect Archetype: script

Casting Type: Fire and forget
Delivery: Self

Attache the script to it and add the FormList as property if you want.

Potion:

Create a potion and add the MGEF to it with a very long duration (9999Day) then add a condition (GB value...) to control the MGEF (or manually remove the it using "dispel()" when not needed. Finally equip the potion to the player in any other script.
In this exemple the formlist is a list of ingestible items not KWs. For your script, add the even filter and registration to on "OnEffectStart" and add another event handler for them (the registered events like addItem...).
I can send you the plugin but it has dependencies (it won't open in xedit).

Thank you very much for your patience, now I understand it. I will definitely give it use, I always wanted a strict diet plan for Nuka Ride and in the process I do some punishment in Slavers.

 

Tonight I'll be working on something I've always wanted to implement. I want the character to tell the raider "let's find a place to fuck." and not just fuck there. Maybe in the future I'll make a new interior for Lexington, with whores and raiders inside, so we can use it too.

 

Your jet suggestion is already implemented, by the way.

 

I'm also testing a cool new event, I think I'll finally be able to get rid of the black screens 👇

 

https://streamable.com/ojz8cf

 

 

 

 

 

 

Posted
2 hours ago, OtherMoleva said:

weirdly enough but i still can just talk away it. 

 

image.png.f40c9accf4aaf33402ab03e40f9eb4d7.png

The dialog below doesn't show up? The first one should only come out once (the first time you refuse).  If it doesn't appear, I think I know the reason and also the solution.

Posted

Hey there im having some trouble with the quest "the harvester". I put on the outfit dwayne wants me to wear and he says lets go. Then he just stands there and the quest marker is just him right in front of me? did i do something wrong?

Posted
2 minutes ago, bgfsh79 said:

Hey there im having some trouble with the quest "the harvester". I put on the outfit dwayne wants me to wear and he says lets go. Then he just stands there and the quest marker is just him right in front of me? did i do something wrong?

Update the mod, it was a bug. There's a new version.

 

Load a save before he said "Lets go".

Posted (edited)
4 hours ago, JB. said:

 

Thank you very much for your patience, now I understand it. I will definitely give it use, I always wanted a strict diet plan for Nuka Ride and in the process I do some punishment in Slavers.

 

Tonight I'll be working on something I've always wanted to implement. I want the character to tell the raider "let's find a place to fuck." and not just fuck there. Maybe in the future I'll make a new interior for Lexington, with whores and raiders inside, so we can use it too.

 

Your jet suggestion is already implemented, by the way.

 

I'm also testing a cool new event, I think I'll finally be able to get rid of the black screens 👇

 

https://streamable.com/ojz8cf

 

 

 

 

 

 

You straight up broke her neck 😄. I think there is a way to start an unarmed combat with pkg (like the whip scene) or just in script but i don't have the solution in mind. Take a look at TSEX or RSE kidnapping. Or maybe a less violent Paired Anim. 

IF i have to guess, you would be able to block weapon use on NPC then start combat with the player as target. When health reaches 15% e.g, stopCombat.
PS
For the MGEF, you can't use hasMagicEffect(), replace it with GV check cause even if the MGEF is inactive (by condition check), that function will still return true. OR Dispel() the effect on Finish. That will make hasMagicEffect() return false.

Edited by lee3310
Posted
4 hours ago, JB. said:

 

image.png.f40c9accf4aaf33402ab03e40f9eb4d7.png

The dialog below doesn't show up? The first one should only come out once (the first time you refuse).  If it doesn't appear, I think I know the reason and also the solution.

yeap

Posted (edited)
57 minutes ago, Starteller said:

Is this before or after Nuka ride

I tried both and nothing worked

Before NR, just as you reach the surface at the beginning of the game, Murphy is laying against the ramp to the guard post with the lift button in it. 

Actually, Disable NR in your Mod Manager, play CS, then switch. 

Speak to him to start the Mod.  Have fun!  :D

Edited by Whizzo
Posted
2 hours ago, Starteller said:

Is this before or after Nuka ride

I tried both and nothing worked

In that case I suggest you reinstall the mod and this time choose to install the source code. 

Posted

Idea: we should get the Toughness 1 perk after our first whipping.  

 

The description of the Perk--"If nothing else you can take a beating!" seems perfect. We survive this hellhole because we are so determined and tough, tougher than we ever realized.  

 

I like how the mod gives us Perks as survival incentives.  Narratively we are learning and discovering things about ourselves under the incredible pressure; we're making the best from the worst.  I also like how the Perks are mostly total shit ones that I normally would never use.  Other perks we could maybe get: Awareness 1 (we have become very good at evaluating potential threats) and Black Widow (our experience in pleasing men while we never really stop scheming.  We've learned how to make them happy as a means to an end).

Posted

@JB. I have a request if possible. Is it possible to put a workstation in the whorehouse somewhere after medium bomb takes over ? It would be great if I can add some posters and things on the walls. Wanna make it a bit more classy so to speak. Already planning on giving the girls new out sexy outfits etc.

Posted

I have a small problem. I don't know what is causing it. But there are left over facial tattoos and running mascara on my neck and face. No matter what I do I can't get rid of it. SLM does not work. Showering does not work, using the waterbox thingie does not work either.

Photo250.png

Posted

@JB. I am kinda confused, maybe you or another user can help me out.

You said I should not have the NR TRS & EG clothes patch ticked, and I read another of your posts that said disable/uninstall NR while using CS.

So I tried both, first I disabled NR and got a warning, so I uninstalled it & got the same warning in Vortex that TRS & EG depended on NR.

I am using NR 6.5.0k and there are no patch boxes in the fomod to disable the dependencies.

Also the patches do not show up in my plugins to be disabled. If I have the boxes ticked in CS it sets depedencies on TRS & EG.

I post a pic below to illustrate this.

 

Vortex 2_10_2024 7_29_19 AM.png

Posted
1 minute ago, Starteller said:

is it before or after?

Immediately on leaving vault 111, look at the ramp to the guard house where the lift button is, Murphy is laying on the ground. Talk to him.

Posted

@Whizzo   :bawling:

 

I don't know if it's because of the translator but this is the third time I've told you this.

 

You have installed a patch for Easy Girl and TRS (which I did not make, another author did) that works for Nuka Ride. That patch changes the slots of a lot of outfits. 

 

I do not support Easy Girl and TRS in Nuka Ride. In the Nuka Ride fomod there is no such thing as you have verified.

 

I support Easy Girl and TRS only on Slavers. It is a single patch that includes both mods at the same time, and it is integrated into my fomod.

 

Those two plugins that you show in your images are the work of that person who made the patch for Nuka Ride. Delete them. Download again a clean version of EG and TRS.

Posted
41 minutes ago, osculim said:

I have a small problem. I don't know what is causing it. But there are left over facial tattoos and running mascara on my neck and face. No matter what I do I can't get rid of it. SLM does not work. Showering does not work, using the waterbox thingie does not work either.

Photo250.png

I'll include a cheat to delete all facial textures in the next version, lets see if that helps.

Posted
1 minute ago, JB. said:

@Whizzo   :bawling:

 

I don't know if it's because of the translator but this is the third time I've told you this.

 

You have installed a patch for Easy Girl and TRS (which I did not make, another author did) that works for Nuka Ride. That patch changes the slots of a lot of outfits. 

 

I do not support Easy Girl and TRS in Nuka Ride. In the Nuka Ride fomod there is no such thing as you have verified.

 

I support Easy Girl and TRS only on Slavers. It is a single patch that includes both mods at the same time, and it is integrated into my fomod.

 

Those two plugins that you show in your images are the work of that person who made the patch for Nuka Ride. Delete them. Download again a clean version of EG and TRS.

You have my apologies for me being dense, I just redownloaded both mods and don't remember seeing that. Will look again and try again. Thanks for your patience.

Posted
Just now, Whizzo said:

You have my apologies for me being dense, I just redownloaded both mods and don't remember seeing that. Will look again and try again. Thanks for your patience.

But first make sure you have uninstalled that patch. That patch is overwriting the original plugin. So no matter how much you download it again, it won't work. You have to uninstall the patch first. I have no idea what the patch is called, mind you, I never downloaded it.

Posted (edited)
1 hour ago, osculim said:

I have a small problem. I don't know what is causing it. But there are left over facial tattoos and running mascara on my neck and face. No matter what I do I can't get rid of it. SLM does not work. Showering does not work, using the waterbox thingie does not work either.

Photo250.png

Type this in console:


cqf SFT_Main RemoveAllHeadParts "14"


Post your papyrus log after that, it would help JB pinpoint missed tints.

Edited by lee3310
Posted (edited)
19 minutes ago, JB. said:

But first make sure you have uninstalled that patch. That patch is overwriting the original plugin. So no matter how much you download it again, it won't work. You have to uninstall the patch first. I have no idea what the patch is called, mind you, I never downloaded it.

I am Stupid! I found it, totally my fault, Apologies!   :cool:

I lost my C drive a month ago and had to reinstall everything and I mistakenly installed this patch I have used in ages...:blush:

https://www.loverslab.com/topic/194772-hn66s-easygirltrs-esp-edit-for-nukaride/

 

Edited by Whizzo

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...