gerra6 Posted October 22, 2012 Author Posted October 22, 2012 Yeah' date=' just quickly waited till 3rd trimester and it did change the body, sorry to bother you but thanks the help ^^ [/quote'] I'd much rather you bother me with a possible bug than keep your mouth shut.
morvo Posted October 22, 2012 Posted October 22, 2012 I'd much rather you bother me with a possible bug than keep your mouth shut. Is it possible to disable AutoSetBody from altering male lower body, as static possitioned 'members' can be an issue with some animations that would get a different possitioned allocated from Lovers? For example if a penis should be angled upwards with to makes sense to the animation it looks rather silly when it's angled down.
gerra6 Posted October 22, 2012 Author Posted October 22, 2012 I'd much rather you bother me with a possible bug than keep your mouth shut. Is it possible to disable AutoSetBody from altering male lower body' date=' as static possitioned 'members' can be an issue with some animations that would get a different possitioned allocated from Lovers? For example if a penis should be angled upwards with to makes sense to the animation it looks rather silly when it's angled down. [/quote'] You can configure Autosetbody just about any way you like via the autosetbody.ini file The instructions are available on the first page post. However, I believe that the lovers boners will already override the autosetbody lower male body styles in the current revision (if you have that setting enabled in lovers). I have plans on doing a lovers plugin to better integrate the two mods, but that's a bit low on my priority list at the moment. I've become a bit obsessed with extending Blender's functionality via python scripts in the last few weeks, to tell the truth. ***Edit*** OK, I've finally finished coding and testing this revision of the transformation lattice generator. So now that I can spare the brain cells, let me give you a better answer. Open your Oblivion/Data/ini folder Look for autosetbody.ini Open it Quiver in fear Scroll way way way down. Look for the line (it shows up twice) set aaaAutoSetBodyIni.iBody2 to sv_Construct "N|NS|DL|DLS|SL|SLS|HL|HLS|DN|DNS|SN|SNS|HN|HNS|SQLS" That line includes all of the male genitalia options. Here's what they stand for: N : Original NS : Original - Circumcised DL : Large - Soft - Circumcised DLS : Large - Soft SL : Large - Semi-Erect SLS : Large - Semi-Erect - Circumcised HL : Large - Erect - Circumcised HLS : Large - Erect DN : Normal - Soft - Circumcised DNS : Normal - Soft SN : Normal - Semi-Erect - Circumcised SNS : Normal - Semi-Erect HN : Normal - Erect - Circumcised HNS : Normal - Erect SQLS : Squashed So, figure out what you want to remove, and remove it from the chain. Let's say you wanted to remove "Large - Erect - Circumcised". Simply look for the entry HL and remove it. set aaaAutoSetBodyIni.iBody2 to sv_Construct "N|NS|DL|DLS|SL|SLS|HL|HLS|DN|DNS|SN|SNS|HN|HNS|SQLS" Like so. set aaaAutoSetBodyIni.iBody2 to sv_Construct "N|NS|DL|DLS|SL|SLS|HLS|DN|DNS|SN|SNS|HN|HNS|SQLS" Notice how I removed one of the pipes "|" as well? Those are the delimiters that let autosetbody know when one option ends and another begins. Having two together, like so "||" is a very bad thing and will probably make bad things happen.
stupidgaijin Posted October 22, 2012 Posted October 22, 2012 I was wondering if this plays nicely with Claudia's Little Secret.
gerra6 Posted October 22, 2012 Author Posted October 22, 2012 I was wondering if this plays nicely with Claudia's Little Secret. Mostly yes. Setbody Reloaded is fully compatible with Claudia's Little Secret. When you get right down to it, it's compatible with just about everything, even other versions of setbody (other than the esp name) However, I believe that Claudia's Little Secret automatically sets the bodies of all of the NPC's it adds. So the question of what the optional add-on Autosetbody Reloaded will do is a bit tricky. It *should* recognize that the CLS NPC's already have bodies and not attempt to override them. Worse case scenario, the autosetbody esp can be disabled with no ill effects.
zippy57 Posted October 22, 2012 Posted October 22, 2012 It doesn't seem to break anything, but the body type you select in the first dream is made irrelevant due to AutoSetBody. EDIT: Beaten to it by two minutes. In my game AutoSetBody is not recognizing CLS bodies and is assigning bodies to NPCs.
gerra6 Posted October 22, 2012 Author Posted October 22, 2012 It doesn't seem to break anything' date=' but the body type you select in the first dream is made irrelevant due to AutoSetBody. [/quote'] OK. It sounds like Autosetbody is not playing nice. I'll need to take a look at how CLS assigns bodies and see if I can convince ASB not to mess with them. In the meantime, Grumpf provided the Setbody Reloaded project with several CLS body styles. Slightly modified versions of these bodies are available from the Setbody spell menu. Most of them can be found in the HGEC section, a few more in the DMRA section, and one (CLS 6 I think) is available in misc body styles.
stupidgaijin Posted October 22, 2012 Posted October 22, 2012 The first dream sequence is kind of irrelevant as it's only purpose is to set your character for the cinematics (mostly just height) since Claudia will take on whatever body is the default for the dream (currently mine is HGEC AA-cup) then should use her CLS body (DMRA if I'm not mistaken) afterwards. It's the CLS-specific NPCs you meet afterwards that I was worried about since changing their bodies will result in misalignment during cinematics.
gerra6 Posted October 22, 2012 Author Posted October 22, 2012 The first dream sequence is kind of irrelevant as it's only purpose is to set your character for the cinematics (mostly just height) since Claudia will take on whatever body is the default for the dream (currently mine is HGEC AA-cup) then should use her CLS body (DMRA if I'm not mistaken) afterwards. It's the CLS-specific NPCs you meet afterwards that I was worried about since changing their bodies will result in misalignment during cinematics. OK. I think I can code an option into the ini file that will that will allow you to disable ASB for CLS NPC's. I'll let you know what I come up with.
morvo Posted October 22, 2012 Posted October 22, 2012 However' date=' I believe that the lovers boners will already override the autosetbody lower male body styles in the current revision (if you have that setting enabled in lovers).[/quote'] Evidently I do not have lovers boners, only the option in the base spell from PK and that does not override setbody asignments. But, thanks for telling me where in the .ini to look, I've now got it working good enough for me :>
stupidgaijin Posted October 22, 2012 Posted October 22, 2012 The first dream sequence is kind of irrelevant as it's only purpose is to set your character for the cinematics (mostly just height) since Claudia will take on whatever body is the default for the dream (currently mine is HGEC AA-cup) then should use her CLS body (DMRA if I'm not mistaken) afterwards. It's the CLS-specific NPCs you meet afterwards that I was worried about since changing their bodies will result in misalignment during cinematics. OK. I think I can code an option into the ini file that will that will allow you to disable ASB for CLS NPC's. I'll let you know what I come up with. Thanks. The idea of having such variation is something that is hard to live without since playing Skyrim with Caliente's Bodyslider and CLS for Oblivion. I do have Colourwheels Sexy Oblivion Overhaul but that doesn't effect nude bodies.
stupidgaijin Posted October 25, 2012 Posted October 25, 2012 Just a quick note if this helps gerra6. I noticed that when using Lovers with CLS, any CLS NPCs except for custom races (the elf twins for example) will default to the base body. So Claudia will go from DMRA to HGEC AA-cup in my case.
Nepro Posted October 25, 2012 Posted October 25, 2012 @gerra6 - I suggest to contact Happysparkles maybe (s)he will let you to incorporate his transsexual bodies into your project http://oblivion.nexusmods.com/mods/42918 or http://www.loverslab.com/showthread.php?tid=12639
Rtom Posted October 25, 2012 Posted October 25, 2012 I dunno if this has been mentioned, but when I pick HGEC-Manga&Mega Oppai-HUKU-BBB There's some kind of glitch with one of the thighs. It looks like a shard of skin is coming out.
gerra6 Posted October 26, 2012 Author Posted October 26, 2012 I dunno if this has been mentioned' date=' but when I pick HGEC-Manga&Mega Oppai-HUKU-BBB There's some kind of glitch with one of the thighs. It looks like a shard of skin is coming out. [/quote'] I always appreciate bug reports. I'll take a look at it once I finish the next release of the transformation lattice generator.
Emhyr Posted October 27, 2012 Posted October 27, 2012 Something all bethesda RPGs has needed for many years. Works perfectly for me, much appreciated. Would there be any limitation to expanding this to include body specific clothing to match other than a huge space requirement?
gerra6 Posted October 27, 2012 Author Posted October 27, 2012 Something all bethesda RPGs has needed for many years. Works perfectly for me' date=' much appreciated. Would there be any limitation to expanding this to include body specific clothing to match other than a huge space requirement? [/quote'] The setbody system is, at its core, a clothing replacer. All of the clothes just happen to look like nude bodies. So, no technical limitations (just a whole lotta work limitation). For example, there is no technical reason why it wouldn't be posible to write a script that swaps out the vanilla NPC clothing with custom variants that more closely match their setbody styles. Heck, if someone wants to put together an appropriate compilation, I'll help script it. And, speaking of creating compatible clothing compilations, I've written a Blender script that does most of the work for you. http://www.loverslab.com/showthread.php?tid=12606
legit1337 Posted October 28, 2012 Posted October 28, 2012 Finally got a chance to sit down and fiddle with the latest version. No bugs to report so far apart from the aforementioned one about the HUKU lowerbody. Haven't gone through them all yet.
movomo Posted November 1, 2012 Posted November 1, 2012 AutoSetbody displays error messages in the console continuously. Error in Script xx00080a Operator $ failed AutoSetbody.esp offset 0x0057 command: let
Goawaynow Posted November 2, 2012 Posted November 2, 2012 When using the no op3 bodies, all HGEC bodies seem to produce horrible glitches, ranging from filling the screen with polygons to simply not showing up, and usually causing debilitating lag and crashing. It only occurs with HGEC.
gerra6 Posted November 3, 2012 Author Posted November 3, 2012 AutoSetbody displays error messages in the console continuously. Error in Script xx00080a Operator $ failed AutoSetbody.esp offset 0x0057 command: let Which version of OBSE are you running?
gerra6 Posted November 3, 2012 Author Posted November 3, 2012 When using the no op3 bodies' date=' all HGEC bodies seem to produce horrible glitches, ranging from filling the screen with polygons to simply not showing up, and usually causing debilitating lag and crashing. It only occurs with HGEC. [/quote'] This is the first report I've heard of this issue. Are you using Growlf's controllable skeleton?
Goawaynow Posted November 3, 2012 Posted November 3, 2012 This is the first report I've heard of this issue. Are you using Growlf's controllable skeleton? Yes I am.
movomo Posted November 3, 2012 Posted November 3, 2012 AutoSetbody displays error messages in the console continuously. Error in Script xx00080a Operator $ failed AutoSetbody.esp offset 0x0057 command: let Which version of OBSE are you running? v20 of course. I tested new character also' date=' probably it's not clean save related issue. Here's my load order, if you need this. Oblivion.esm GTAesgaard_2.esm Beautiful People 2ch-Ed.esm Lovers with PK.esm LoversCreature.esm BreakUndies.esm TamagoClub.esm HiyokoClub.esm mpc.esm Toaster Says Share v3.esm x117race.esm CustomSpellIcons.esm HrmnsOblivionScriptOptimizationv1.0.esp Beautiful People 2ch-Ed Merged Eye Modules.esp Beautiful People 2ch-Ed Merged Hair Modules.esp Beautiful People 2ch-Ed Chocolate Elves.esp Beautiful People 2ch-Ed MS Elves - Sc.esp Beautiful People 2ch-Ed Vanilla Race.esp AIRrace Evy.esp FFRace.esp x117 Rabbit Race.esp DLCShiveringIsles.esp Unofficial Oblivion Patch.esp Enhanced Water v2.0 HD.esp Unofficial Shivering Isles Patch.esp Akatosh Mount By Saiden Storm.esp ChaseCameraMod.esp VanityCameraSmoother.esp Kill_Bruma_Statue.esp RAEVWD Cities.esp RAEVWD New Sheoth.esp RAEVWD Imperial City.esp Update My Statue.esp CleanQuit.esp Living Economy - SI.esp RMDailyIncomeV2.esp Custom Autosave.esp Purge Cell Buffers - Loading.esp Streamline 2.1.esp Map Markers Be Done -Elys-.esp HotkeyCasting.esp DLCHorseArmor.esp DLCHorseArmor - Unofficial Patch.esp DLCVileLair.esp DLCVileLair - Unofficial Patch.esp DLCMehrunesRazor.esp DLCMehrunesRazor - Unofficial Patch.esp DLCSpellTomes.esp DLCSpellTomes - Unofficial Patch.esp MaleBodyReplacerV5.esp AW_Wings.esp BlackLuster.esp CapesandCloaks.esp CHILDREN ANNUAD WIGS.esp Hentai_Lily_Angel'sWing.esp HentaiSchoolGirlCollection.esp HentaiSeraphimArmour.esp Hentai_Seraphim_Blade.esp Jov'sMagesGloves.esp PEDress.esp Plate of the Shadow.esp Schwertleite Armor.esp SwordDancer.esp Tyrael Armor.esp witchkingsword.esp ArynnsDrowWitchHGEC.esp DarkRoseSet.esp Hentai_Juliet_Uniform.esp R18PN - Bikini Re-Textured.esp R18PN - Mizugi set.esp TGND Fantabulous Formal Dresses.esp RealBanditsAndHighwaymen.esp DLCThievesDen.esp DLCThievesDen - Unofficial Patch.esp ImpeREAL City Unique Districts - All the Districts - Merged.esp bladesfactionmod.esp GTAesgaard.esp GTAesgaard_2.esp Gates To Aesgaard 2 Delayer.esp Servant of the Dawn.esp Tona's_ModsStore.esp DLCBattlehornCastle.esp DLCBattlehornCastle - Unofficial Patch.esp DLCFrostcrag.esp DLCFrostcrag - Unofficial Patch.esp Knights.esp Knights - Unofficial Patch.esp The Lost Spires.esp Moriarcis.esp Real Lava 1.3.esp Automatic Difficulty Increaser.esp Bag of Alchemy.esp CHILDREN ANNUAD.esp Jarol's NPC Leveled Equipment.esp SetBody.esp AutoSetBody.esp SetBodyNoBB.esp university cosmetics-no orrery dome.esp Quest Award Leveller.esp Vampire Aging Disabled.esp Remote Life Detect.esp Smite of Order.esp The Arcane Storage.esp Enchantment Splitter.esp Enchantment Splitter - Frostcrag.esp Staffcraft.esp Toaster's Legendary Skills & Stats.esp Toaster's Legendary Mastery.esp shinyEmotions.esp SexyWitchPoses.esp Toaster Says Share Faction Recruitment.esp CSR Balanced.esp Companion Postal Service.esp GW71_Life_Detect.esp WNewShockBoltEffects20.esp LightSpellTorch.esp MiniMap.esp See You Sleep DLL.esp See You Sleep DLL - Vampire Bedroll Anims.esp See You Sleep DLL - DLCVileLair.esp MOVOMO Customs.esp TheGreatestKorean.esp delspell.esp Erin`s Exp Hangul.esp Beautiful NPC Project combined.esp leveled master summons.esp better_forests.esp mpc_sample.esp MPC_zzMPC01Cynthia.esp Better Bruma Statue.esp 00 shield rings.esp 1SB Soulshade Sword.esp [Hwi]BlackLabel2.esp Aishabreak.esp BlessedMageKnightDress.esp Blood Illusion and Arcania armors for Exnem's body.esp BSK Break Undies.esp Cute Summer Wears.esp Dancing Shadow Rose Break Undies.esp DawnWraith.esp DC Maid Costume.esp Diablorobe.esp FEZA Vesta Set.esp Frill Short Dress and Halloween Backpack.esp GoldenRapier.esp Gothic Fetish Outfit.esp heranas_weapon.esp JUSTICE HGEC Steelarmor Replacer.esp Knights Armor Refine.esp knitdress.esp LegendaryWeapons&Armor_2ch.esp MH Harvest Melan Armors for BUv2.esp MH Papimeru Armor for BUv2.esp MH Khezu Armor.esp Pregnant Dress.esp RANs_tL-YAMI.esp SD2011.esp SI Playable Clothes.esp Velveteen_Armor_HGEC.esp x117Helm_and_Hood.esp zBUArmors.esp MOVOMO Madness Claymore.esp MOVOMO Description Translation.esp MOVOMO Portable Altar.esp DivineIntervention.esp Mark And Recall SI - Lesser Powers.esp SkipTutorialv3.esp flyDB.esp CSR-soundfix.esp Diverse Effect Icons.esp Nudeshy X.esp nudeshyceadb.esp nudeshynudejail.esp LoversAphrodisia.esp LoversAphrodisiaHUD.esp LoversMB2.esp LoversAdultPlayPlusforSSP.esp LoversBed.esp LoversTrueCrimeEx.esp LoversJoburg.esp LoversRaperS.esp LoversRapeSlave.esp LoversHelpRapeVPlayer.esp LoversPayBandit.esp LoversVoiceSSPplus.esp LoversVoiceSSPx117.esp LoversLight.esp LoversFSE.esp LoversSetScale.esp Lovers with PK.esp LoversSoundVolumeDown.esp LoversCreature.esp LoversBitch.esp LoversSlaveTrader.esp LSTBravilUnderground.esp LoversCrowningIsle.esp MaternityClothes.esp TamagoBreak.esp LoversTamagoClub.esp LoversEncounter.esp HiyokoGenerator.esp HiyokoGeneratorCreature.esp HiyokoQuestTarget.esp LoversVoiceGH_TH.esp LoversVoiceGH++2K_TH.esp LoversVoiceGHN_TH.esp LoversHiyokoShooter.esp TamagoSetBody.esp LoversIdleAnimsPriority.esp LoversAnimObjectsPriority.esp RealSleepExtended.esp RealisticFatigue.esp Vanilla Maternity Clothes.esp
gerra6 Posted November 3, 2012 Author Posted November 3, 2012 This is the first report I've heard of this issue. Are you using Growlf's controllable skeleton? Yes I am. I meant to also ask, are you using the No OP3 bones patch, available on the first page? If not, please download it and see if you continue experiencing that problem. I've gone ahead and added some wording to the 1st post to clarify that the No OP3 Bones patch on the first page is a replacement patch for the bugged No OP3 Bones meshes included in the main download.
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