Jump to content

Recommended Posts

Posted

Hi. Its my first topic/post on this forum. Hello everyone!
First of all i would like to apologize for my english. I mostly use google translate.

I have problerm with BHUNP body with SMP. I can't change SMP in MCM option "SMP Selection"

How to resolve this? I have all of requirements mods for BHUNP. I make build in bodyslide.

ScreenShot0.png.7a35fd324a45c80cabb738e60e35885e.png

Posted

My guess would be that this is an option you'd have to select while installing BHUNP, however I do not use these systems myself, mine's custom made. In fact I don't even know what that option is supposed to do. If no one else comes up with a better idea, your plan B could be to send me the psc (or pex if there is no psc) that makes up the MCM menu, and I'll tell you what its expecting you to do.

Posted (edited)

I think this option allows you to disable/enable cbpc while wearing an outfit. 
Example: using smp bikini, you dont want use smp ass, just disable it.
Previously i use Immersive and Adult modpack, and this option was enabled. So i could change it

Edited by hasagi123
Posted

Yeah I sort of guesssed that, hence why I said its likely to be an option during installation of BHUNP (or a related mod). I'd imagine that would be disabled if there was no alternative system to switch to - ie. you only installed one. But, again, drop me that MCM script file and I'll have a look at it.

Posted (edited)

Code is a bit of a mess so if this doesn't work I'll have a better look at it tomorrow. It seems you have to select player slot 69 for the options to appear:

if PSlotList[PsTIndex] == S69
    ...
else
    self.AddTextOption("PlayerSMPDisabled", "Player SMP Selection Disabled", self.OPTION_FLAG_DISABLED)
endif

 

Where PSlotList is a string array, index 4 is S69:

PSlotList[4] = S69

 

...meaning you need to get PsTIndex to 4. This is set in a menu somewhere:

function OnMenuAcceptST(Int index)
    PsTIndex = index

 

S69 is defined as "$SLOTPARTS". The actual value you're looking for can be found in the interface\translations directory.

Edited by traison
  • 5 months later...
Posted
On 8/6/2023 at 2:56 AM, hasagi123 said:

I changed the option Player Use Slot and it work now. Thanks dude for help. I really appreciate!

ScreenShot0.png

Thanks dude saved me reinstalling the whole thing cause iwas pretty sure i missplaced sth😅

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