hasagi123 Posted August 5, 2023 Posted August 5, 2023 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.
traison Posted August 5, 2023 Posted August 5, 2023 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.
hasagi123 Posted August 5, 2023 Author Posted August 5, 2023 (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 August 5, 2023 by hasagi123
traison Posted August 5, 2023 Posted August 5, 2023 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.
hasagi123 Posted August 5, 2023 Author Posted August 5, 2023 (edited) This file? BHUNAddonMCM.psc Edited August 5, 2023 by hasagi123
traison Posted August 5, 2023 Posted August 5, 2023 (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 August 5, 2023 by traison 2
hasagi123 Posted August 5, 2023 Author Posted August 5, 2023 I changed the option Player Use Slot and it work now. Thanks dude for help. I really appreciate!
saeid90 Posted January 30, 2024 Posted January 30, 2024 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! Thanks dude saved me reinstalling the whole thing cause iwas pretty sure i missplaced sth😅
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now