CrazySloth Posted March 5, 2023 Posted March 5, 2023 Does anyone know if shieldmaiden works for CBBE and if not, does anyone have a CBBE version for LE?
Code Serpent Posted March 5, 2023 Author Posted March 5, 2023 23 minutes ago, CrazySloth said: Does anyone know if shieldmaiden works for CBBE and if not, does anyone have a CBBE version for LE? It looks like there's cbbe versions on SE. If you know how to extract bsa files you copy the textures to the LE version. You might need to rename some of the files but it shouldn't be too hard. https://www.nexusmods.com/skyrimspecialedition/mods/12983 https://www.nexusmods.com/skyrimspecialedition/mods/29134 1
CrazySloth Posted March 6, 2023 Posted March 6, 2023 On 3/4/2023 at 10:44 PM, Code Serpent said: It looks like there's cbbe versions on SE. If you know how to extract bsa files you copy the textures to the LE version. You might need to rename some of the files but it shouldn't be too hard. https://www.nexusmods.com/skyrimspecialedition/mods/12983 https://www.nexusmods.com/skyrimspecialedition/mods/29134 Thanks, I made the patch with Cathedral Assets Optimizer.
tookachinchilla Posted April 14, 2023 Posted April 14, 2023 Noob question here, but are the values in the script files the max slider settings? So I wanted to tone them down (or eliminate or reverse them), I'd just change the number, or delete that morph? For example, for the Alchemy script, if I wanted to tone down the effect of ChubbyArms, I would change 0.5 to a lower value, and if I didn't want the BigBelly morph at all, I would delete those two lines? Spoiler if(i == 21) ;ChubbyArms return 0.5 elseif(i == 27) ;ChubbyWaist return 0.3 elseif(i == 30) ;Butt return 0.5 elseif(i == 37) ;Hipbone return 0.3 elseif(i == 38) ;Hips return 0.5 elseif(i == 41) ;ChubbyLegs return 0.5 elseif(i == 42) ;Legs return 0.5 elseif(i == 43) ;CalfSize return 0.5 elseif(i == 45) ;Belly return 0.2 elseif(i == 46) ;BigBelly return 1.0 elseif(i == 47) ;PregnancyBelly return 0.1
Code Serpent Posted April 17, 2023 Author Posted April 17, 2023 On 4/14/2023 at 11:16 AM, tookachinchilla said: Noob question here, but are the values in the script files the max slider settings? So I wanted to tone them down (or eliminate or reverse them), I'd just change the number, or delete that morph? For example, for the Alchemy script, if I wanted to tone down the effect of ChubbyArms, I would change 0.5 to a lower value, and if I didn't want the BigBelly morph at all, I would delete those two lines? Reveal hidden contents if(i == 21) ;ChubbyArms return 0.5 elseif(i == 27) ;ChubbyWaist return 0.3 elseif(i == 30) ;Butt return 0.5 elseif(i == 37) ;Hipbone return 0.3 elseif(i == 38) ;Hips return 0.5 elseif(i == 41) ;ChubbyLegs return 0.5 elseif(i == 42) ;Legs return 0.5 elseif(i == 43) ;CalfSize return 0.5 elseif(i == 45) ;Belly return 0.2 elseif(i == 46) ;BigBelly return 1.0 elseif(i == 47) ;PregnancyBelly return 0.1 Those morph values are what are added to your character when the associated skill is at its "Effective Skill 100". So, if you didn't change any MCM options and got to level 100 Alchemy then these morph values will be added to your character. And also, if you manage to get to -75 Alchemy through debuffs, then these morph values are subtracted from your character. And then the morph values are blunted so that they don't go over the max morph values set in the mcm. So, yeah those are essentially the max morph values and deleting the lines (or commenting out the lines with a semi-colon ; ) and recompiling the script will remove those morphs from that skill.
TechnologicApe Posted May 9, 2023 Posted May 9, 2023 1. This works on SE. 2. I have a weird issue. No matter what I do, the smiting skill morphs are broken. I've tried changing the morphs, editing the code (I changed everything back between tests), commenting out bits of code. but no matter what, the belly gets sucked in and the morphs aren't applying, every other skill applies their morphs correctly. I have provided all of the psc files I use with 3BA. BodyBuildersAliasScript.psc BodyBuildersCloakEffect.psc BodyBuildersCompatSLA.psc BodyBuildersControllerScript.psc BodyBuildersExerciseScript.psc BodyBuildersMCMScript.psc BodyBuildersMorphAlchemy.psc BodyBuildersMorphAlteration.psc BodyBuildersMorphArchery.psc BodyBuildersMorphArousal.psc BodyBuildersMorphBlock.psc BodyBuildersMorphConjuration.psc BodyBuildersMorphDestruction.psc BodyBuildersMorphEnchanting.psc BodyBuildersMorphHeavyArmor.psc BodyBuildersMorphIllusion.psc BodyBuildersMorphLightArmor.psc BodyBuildersMorphLockpicking.psc BodyBuildersMorphOneHanded.psc BodyBuildersMorphPickpocket.psc BodyBuildersMorphRestoration.psc BodyBuildersMorphSmithing.psc BodyBuildersMorphSneak.psc BodyBuildersMorphSpeech.psc BodyBuildersMorphsScript.psc BodyBuildersMorphStuffing.psc BodyBuildersMorphTwoHanded.psc BodyBuildersMorphWeightGain.psc BodyBuildersPlayerScript.psc
Code Serpent Posted May 9, 2023 Author Posted May 9, 2023 1 hour ago, TechnologicApe said: No matter what I do, the smiting skill morphs are broken. I've tried changing the morphs, editing the code (I changed everything back between tests), commenting out bits of code. but no matter what, the belly gets sucked in and the morphs aren't applying, every other skill applies their morphs correctly. I have provided all of the psc files I use with 3BA. Did you compile the scripts? https://www.creationkit.com/index.php?title=Papyrus_Compiler_Reference
TechnologicApe Posted May 10, 2023 Posted May 10, 2023 3 hours ago, Code Serpent said: Did you compile the scripts? https://www.creationkit.com/index.php?title=Papyrus_Compiler_Reference It happens with the SE port too. So I don't think it's a compatibility issue with LE vs SE.
Code Serpent Posted May 10, 2023 Author Posted May 10, 2023 2 hours ago, TechnologicApe said: It happens with the SE port too. So I don't think it's a compatibility issue with LE vs SE. Uh, you didn't answer my question. The game doesn't read psc files, it reads the pex files you generate when you compile the source psc files. So if you didn't compile anything then you won't see any changes.
TechnologicApe Posted May 10, 2023 Posted May 10, 2023 1 hour ago, Code Serpent said: Uh, you didn't answer my question. The game doesn't read psc files, it reads the pex files you generate when you compile the source psc files. So if you didn't compile anything then you won't see any changes. To be fair, I've never done anything like that before. It worked, thank you.
BugReporter_0x29fda0ed Posted July 27, 2023 Posted July 27, 2023 (edited) thank you, mod is great, i have played with it for a long time. here's my humble suggestion: 1. add "reset potential morphs" function. 2. add edit function(or slider) to each morphs. === SE port version: 1. need combine to official(need update to newest version) 2. when morphs applied, armor morphs does not applied, cause clothes clipping. when i re-equiped armor, then morphs reset, but after mod's refresh cycle, problem appeared again. 3. i'm not sure but probably: when game loaded, sometimes immediately applied all potential morphs value instead of current morphs(same effect as "force apply moprhs") Edited July 27, 2023 by User_0x070FE3C8
Wrath of banana Posted July 27, 2024 Posted July 27, 2024 Is it possible to make certain npcs not be affected by body builders?
Unknowing-e Posted August 17, 2024 Posted August 17, 2024 (edited) Hey @Code Serpent is it possible to have food from other mod be recognized? Edited August 17, 2024 by Unknowing-e
Code Serpent Posted August 17, 2024 Author Posted August 17, 2024 7 hours ago, Unknowing-e said: Hey @Code Serpent is it possible to have food from other mod be recognized? Yup, most food mods should be recognized already. If they aren't, it's likely that they're using a different 'eat' sound. In that case just add that eat sound to the BodyBuildersListFoodSound formID list through xEdit. Also, if you have a mod that adds deserts and sweets you can add them to the BodyBuildersListSweets formID list to make them more fattening. 1
Unknowing-e Posted August 18, 2024 Posted August 18, 2024 Also that cleaver to use the eat sound to detect food, I am not a modder so i dont know if that a common approach to that.
Unknowing-e Posted September 6, 2024 Posted September 6, 2024 (edited) Hey @Code Serpent, Sorry to be a bother, But I have another question, i know this mod is old and you probably forgot some of the details. But I'm using this mod with Bimbos of Skyrim. A couple of bimbo are not gaining or losing weight. and some of them are. I tried to find the difference between the two to figure out why some are being affected by this mod and some are not. To be clear bimbos of skyrim is the only mod that having this issue. If possible - would have any general idea's as to why this mod refuses to work with a few modded npc's. Thank you for the help in the last post Edited September 6, 2024 by Unknowing-e
Code Serpent Posted September 7, 2024 Author Posted September 7, 2024 6 hours ago, Unknowing-e said: Hey @Code Serpent, Sorry to be a bother, But I have another question, i know this mod is old and you probably forgot some of the details. But I'm using this mod with Bimbos of Skyrim. A couple of bimbo are not gaining or losing weight. and some of them are. I tried to find the difference between the two to figure out why some are being affected by this mod and some are not. To be clear bimbos of skyrim is the only mod that having this issue. If possible - would have any general idea's as to why this mod refuses to work with a few modded npc's. Thank you for the help in the last post I'm guessing it's either: -Some bimbos are using outfits that aren't bodyslide enabled or -Some bimbos are marked as 'unique characters' and some are not and you don't have npc body changes enabled for either unique or non-unique nps If you can give more info on exactly what npcs are and aren't changing weight I'll be able to look into this further.
Unknowing-e Posted September 8, 2024 Posted September 8, 2024 (edited) Lyli Battleborn, Cindil, and Buttslut are the few that I've notice. I've added the patch for no static morph to see if the built in morphs from BoS were causing the issue. I noticed in game. the characters that are having morph issue's have this MGEF running BodyBuildersEffectFemaleUnique while the characters not having morph issues have the BodyBuildersEffectCloak MGEF. This is odd cause looking in xedit all the bimbo's are unique. I did make sure that the toggle for unique morphs is toggled on. I appreciate the assistance. Edited September 8, 2024 by Unknowing-e
papavitch1 Posted May 17, 2025 Posted May 17, 2025 What is the maximum number of morphs this can use? 63?
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