Jump to content

Break Undies armors.


Nightwynd

Recommended Posts

Posted

:huh::@:huh:

 

added the new line but it still goes invisible a few seconds after I equip it. Did i do something wrong with my .nifs that they dont show up? Maybe the path to the nifs in the INI is wrong? cus other then the invisible problem BU "IS" working I just cant see it change XD which kinda defeats the purpose -.0

 

i tried adding the Fiona BU armor and that works perfectly so i cant tell what stills wrong.

 

 

 

========================================= BUFramework v2.00 INI file

=========================================

 

To reduce load of BU Scripts (for V1 only)

set aaBUData.InactiveWait to 30 ; for Inactive Equiptments (frames)

set aaBUData.ActiveWait to 10 ; for Active Equipment (frames)

 

Overwrite existing script

set aaBUData.ForceOverwrite to 0 ; 1:overwrite

 

Break sound effect for NPC

set aaBUData.SoundEffect to 1 ; 0:no sound effect

 

Default Message ("#" is replaced by the actor's name)

set aaBUData.DefaultMes to sv_Construct "#'s clothes tore by the furious

 

struggle."

 

=============== When you use the default message ================

set aaBUData.DATA to sv_Construct "BreakUndies\ShortDress\ShortDressE1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "BreakUndies\ShortDress\ShortDressE2.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "BreakUndies\ShortDress\ShortDressE3.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "BreakUndies\ShortDress\ShortDressE4.nif"

SetStage aaBUDataIni 10

 

set aaBUData.ID to GetFormFromMod "BreakUndiesEquip.esp" "00001000";SetStage

 

aaBUDataIni 30

 

================ When you specify the message =================

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break2.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break3.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break4.nif"

SetStage aaBUDataIni 10

 

set aaBUData.DATA to sv_Construct "#'s Your armor was damaged by that last

 

blow"

SetStage aaBUDataIni 20

set aaBUData.DATA to sv_Construct "#'s A piece of your armor has been lost!"

SetStage aaBUDataIni 20

set aaBUData.DATA to sv_Construct "#'s Your armor took a beating!"

SetStage aaBUDataIni 20

set aaBUData.DATA to sv_Construct "#'s Such a fight! your amors in ruins!!!"

SetStage aaBUDataIni 20

set aaBUData.DATA to sv_Construct "#'s Your alive...but your naked!!"

SetStage aaBUDataIni 20

 

set aaBUData.ID to GetFormFromMod "DSR&BSKMergedSet.esp" "002a3f"

SetStage aaBUDataIni 30

 

;========================================Fiona=====================

 

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\Up2.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\Up2_1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\Up2_2.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\Up2_3.nif"

SetStage aaBUDataIni 10

 

set aaBUData.ID to GetFormFromMod "R18PN - Fiona Armor.esp" "019B94"

SetStage aaBUDataIni 30

 

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\pantu.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\pantu1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\pantu2.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "R18PN\Cosplay\Fiona\pantu3.nif"

SetStage aaBUDataIni 10

 

set aaBUData.ID to GetFormFromMod "R18PN - Fiona Armor.esp" "01A93F"

SetStage aaBUDataIni 30

=========================================

PrintC "BUFramework(v2.00) Initialized."

 

Posted

Ok,

 

Let's try two things:

1. Get rid of one of the broken armor stages so that you have this:

 

 

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break1.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break2.nif"

SetStage aaBUDataIni 10

set aaBUData.DATA to sv_Construct "Nora\DSR\DSRWR4BodyD1break3.nif"

SetStage aaBUDataIni 10

 

 

 

2. If the above doesn't make your armor stay then comment out this whole area so it looks like this (you can cut and paste it overwriting it if you want), then try again:

 

 

;set aaBUData.DATA to sv_Construct "#'s Your armor was damaged by that last blow"

;SetStage aaBUDataIni 20

;set aaBUData.DATA to sv_Construct "#'s A piece of your armor has been lost!"

;SetStage aaBUDataIni 20

;set aaBUData.DATA to sv_Construct "#'s Your armor took a beating!"

;SetStage aaBUDataIni 20

;set aaBUData.DATA to sv_Construct "#'s Such a fight! your amors in ruins!!!"

;SetStage aaBUDataIni 20

;set aaBUData.DATA to sv_Construct "#'s Your alive...but your naked!!"

;SetStage aaBUDataIni 20

 

 

Posted

didnt seem to change a thing :(

 

messed around with the Form ID and if I dont use the Form ID of the armor I added then that new armor doesnt go invisible but once added again back to invisible armors.

Posted

Ok,

 

You are sure that you used the EXACT (including caps and numbers) form id for that new armor you created? I don't remember if oblivion can distinguish caps from non-capitalized letters but it is worth a try.

 

Also double check that the armor mesh is correct.

 

Also have you opened that undamaged armor in nifskope to make sure that it is working?

 

If all that fails then your last ditch effort may be to create yet another armor and try it. The only reason I'm saying this is sometimes for whatever reason form id's go bad. I can't explain it and don't understand how it is possible but it does happen.

 

 

Posted

Check the armor meshes path just to make sure it is correct. I listed it out based on what I could see from you attached pictures.

 

If you have nifskope installed you can double click on a mesh and it will open it up and you can see what is displayed. Sometime there are errors in the mesh that make it not function in the game. I assume that it is working as this was the one you likely edited to get the broken armors but it is worth checking just to make sure.

 

If adding a 2nd new armor with a new form id via the CS (don't forget to edit your BU.ini also) doesn't work then zip up the unbroken mesh along with your broken armor meshes, your esp, and your BU.ini and I will see if I can make it work for you.

Note: I don't need the textures as I already have them.

Posted

Ok,

 

Here are the corrected files and I have tested it in game and they do break. You might want to make a backup of your own files just in case before replacing with mine :)

 

Oh, and in the future when you delete stuff in nikskope...right click on it and select remove branch. I had to fix all of your broken armors as they were all wacky.

 

Enjoy. :)

 

Oh and I used 7zip to pack this so I could shrink it small enough to fit on the forum.

Posted

Only thank me if you can get it to work in game :)

 

I am always happy to help those who are willing to put in work themselves!

 

Those who just whine and want someone to do it for them....not so much.

 

Besides, now you know a great deal about both the CS and how BU functions and can pass that along to others when someone like me isn't on the forum!

  • 2 weeks later...
Posted

Anyone who has the Lolimix armor...where exactly do you find it, and what exactly does the mod change?

 

I took a look through the esp details, and apparently it alters a whole crapload of stuff.

Posted

Anyone who has the Lolimix armor...where exactly do you find it' date=' and what exactly does the mod change?

 

I took a look through the esp details, and apparently it alters a whole crapload of stuff.

[/quote']

 

There's a quest that an NPC gives you (who appears at midnight if i remember well?) in talos plaza.It may crash your game though,it was crashing mine (maybe i was missing some files,who knows).To avoid the crash i deleted the NPC via tescs and got the items via the console.

 

Give it a try if you want,as far as i can remember it doesn't overwrite anything after all.

Posted

Are there some BU BBB armors (and clothing) for vanilla armors expect those two:

 

Blades Armor Replacer for HGEC F-Cup with BBB and BU:

Full: http://www.tesnexus.com/downloads/file.php?id=37006

 

Daedric Armor for HGEC Fcup BBB and BU: Link supplied by dheneb

Full: http://tesnexus.com/downloads/file.php?id=37065

 

 

Few of the vanilla items got BU treatment. There are tons of bbb replacer mods for vanilla clothing and some for armors but they just don't have BU. Most of the vanilla stuff was just too bland I think to attract the interest of those folks who knew how to use blender to make BU stuff....or at least that is my best guess.

Posted

I believe another reason for the lack of BU vanilla armor is that male armor will have no equivalent broken mesh. Will be a problem, at least on the CS set script. Even those 2 BU, are only for special set, not those worn by generic NPC. Maybe it is possible if used in conjunction with an all female world mod?

Posted

So in other words most (99.99%) BU armors designed are to be worn by player character? Not other Oblivion vanilla npcs?

Posted

Hentai Mania & Hentai Mania Episode 2 both have npcs with BU armors? In the first post I only saw link to Hentai Mania 1.

Posted

Darkwings Mergedequip Version 2.0

 

I have been updating Darkwingv's BUequipmentmerged project on page 7.  Darkwing mentioned a number of broken mods and I have been attempting to fix them.  Many of them have had missing textures' date=' icons, and other issues.  I have also been adding new BU mods.  I originally created an update but after reworking so many of the meshes I decided to only offer the full download.  That mean this is a stand alone download.  All that is needed is BU Framework.  No ini is needed for any of these.

 

07-01-2011

Fixed Marine NS version

06-23-2011

I added Aisha BU, Elven Sorceress BU, Headless Knight BU, Tona Full Clothes and Underwear BU, and Schwertleite Armor BU.

06-24-2011

Nier Replicant - Kaine Outfit FIXED!!! Added missing textures, reworked meshes, corrected icons and esp

FantasyBattleCostume - Added missing textures for the pumps.  Also created a BU version without the clown shoes.

Marine Armor - Fixed Missing Panty Issue.  Also created a no shoes BU version for this too

 

Full Standalone Version 2.0

 

http://www.megaupload.com/?d=QQMBEBIK

 

[/quote']

 

Would someone mind re-upping this to a working fileshare? I scrubbed the posts and have not found a new post.

 

Thanks

Posted

Are there any BU Default replacers apart from Double Melons Wardrobe V2.3 because that got took down from the nexus so I have no idea where to get it.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...