CrisG9 Posted February 14, 2012 Posted February 14, 2012 Here is Version 2.4 posted right here by the author..he rocks http://www.loverslab.com/showthread.php?tid=3565
FallenWarrior Posted February 18, 2012 Posted February 18, 2012 Does anyone by any chance have a working link for Tona store clothes and underwear: BU? Since the original link no longer works.
varenne Posted February 25, 2012 Posted February 25, 2012 Darkwings Mergedequip Version 2.0 Full Standalone Version 2.0 Would someone mind re-upping this to a working fileshare? I scrubbed the posts and have not found a new post. Thanks Ditto, I've been looking for this too!
bigteo Posted February 26, 2012 Posted February 26, 2012 could someone re upload the Dawn Wraith Dress and the MHSN Kirin ARMOR "BU" link? 4shared and multiupload links are both down. Also the Hentais Shadow BU might be linked to the wrong one IDK.
ltgun Posted February 28, 2012 Posted February 28, 2012 Is there other thread like this but more updated and the links not broken? (can anyone upload the tona store clothes and underwear?)
Shebeth Posted February 29, 2012 Posted February 29, 2012 Hey, somebody could reupload R18pn lingerie BU ? This would be really nice.
banshe Posted March 17, 2012 Posted March 17, 2012 -Edit- Okay so I figured out installing these is a lot harder than it seems. I managed to install one of the armors (didn't check the other I installed) but DawnWraith isn't working right. Half of the body disappears and distorted, purple fragments appear on my character. At first I thought it was because I was using the BBB E cup version but when I used the others, I still face the same issue. Any help?
gregathit Posted March 18, 2012 Posted March 18, 2012 -Edit- Okay so I figured out installing these is a lot harder than it seems. I managed to install one of the armors (didn't check the other I installed) but DawnWraith isn't working right. Half of the body disappears and distorted' date=' purple fragments appear on my character. At first I thought it was because I was using the BBB E cup version but when I used the others, I still face the same issue. Any help? [/quote'] Did you install the original mod first and the the bu mod overtop of it? The bu mods generally don't have all the textures included, as they are just some meshes.
banshe Posted March 18, 2012 Posted March 18, 2012 -Edit- Okay so I figured out installing these is a lot harder than it seems. I managed to install one of the armors (didn't check the other I installed) but DawnWraith isn't working right. Half of the body disappears and distorted' date=' purple fragments appear on my character. At first I thought it was because I was using the BBB E cup version but when I used the others, I still face the same issue. Any help? [/quote'] Did you install the original mod first and the the bu mod overtop of it? The bu mods generally don't have all the textures included, as they are just some meshes. Yes, but the original mod was installed through an OMOD convesion data, would that affect in any way? I mean the armor is lovely. It works fully when I delete its entry on breakunides.ini, even the bounty breasts on ecup BBB version. It only breaks when I add the entries to activate the BU function, and it breaks on all three (Ccup, Ecup and Ecup with BBB). Back on page 13 someone posted the entries for the Dawnwraith armor, I figured there was a typo somewhere but I couldn't find any. FormID is correct and path is correct.
gregathit Posted March 18, 2012 Posted March 18, 2012 Ok, so we are straight you did the following: 1. Installed the original OMOD. 2. Installed the meshes for the BU (did you get an overwrite prompt? - if no then it isn't installed right) 3. Added the BU code to your BU.ini Is this correct so far? Other things to check: A. When you say the codes are correct did you open the dawnwraith.esp and check the armor formID to see if it matched the code? B. When you have the dawnwraith.esp open with the CS check the armor slots and note which ones it occupies (ie upper, lower, hand, foot and so on). Now open the corresponding nif file and check that it covers those area's. If none of the above fixes things, try making a brand new armor in the CS and point it to your bu mesh. Then try this armor in game. Sometimes even if you do everything right a formid can go bad on you. Not sure why but it happens. EDIT: Just for kicks and giggles paste the code you are trying to use for the dawn wraith armor so I can take a peak to double check it for you.
banshe Posted March 18, 2012 Posted March 18, 2012 I used a TES4Edit tool to check the FormID, it matched that which someone posted back on page 13 (Indeed the same person suggested the use of the tool). As for meshes overwriting, the meshes don't really share the same name. The original meshes are only "Shortdress.nif" and "Shortshoes.nif", which are the two parts of the DawnWraith outfit. The additional BU meshes are ShortdressE1.nif through E4. And alright I'll post the ini code. -Edit- Heh, actually it seems I removed the ini code after it didn't work until I could get a more solid response, I'll re-write it the way it was though, not that complicated. set aaBUData.DATA to sv_Construct "Nk8\ShortDressE1.nif" SetStage aaBUDataIni 10 set aaBUData.DATA to sv_Construct "Nk8\ShortDressE2.nif" SetStage aaBUDataIni 10 set aaBUData.DATA to sv_Construct "Nk8\ShortDressE3.nif" SetStage aaBUDataIni 10 set aaBUData.DATA to sv_Construct "Nk8\ShortDressE4.nif" SetStage aaBUDataIni 10 set aaBUData.ID to GetFormFromMod "DawnWraith.esp" "53000ED4" SetStage aaBUDataIni 30 You see me add a 53 ahead of the 6 last digits because I found that there is another armor (FEZA Vesta Set's gauntlets) that shares "000ED4" code, so to avoid having troubles, although it was said that you only needed the last 6 digits, I added the whole FormID so the game can properly differentiate betwee those. The amount of times I've had to edit and re-write these codes, by the end of it I'll be a pro at adding BU clothes XD. On a more serious note. FEZA Vest and Velveteen, both with BU meshes, were added in the same way (additional, non-overwriting meshes and etc) and both worked, although I pretty much disliked the way Velveteen BU meshes were so I removed them, but they worked.
gregathit Posted March 19, 2012 Posted March 19, 2012 1) I assume the BU file does not come with its own esp and that you are using the original mod one - correct? If so then you need to change: set aaBUData.DATA to sv_Construct "Nk8\ShortDressE1.nif" set aaBUData.DATA to sv_Construct "Nk8\ShortDress.nif" <--put this in the ini and make sure you change the nif file name from ShortDressE1.nif to ShortDress.nif If this overwrites the original file no problem (make a backup or change the extension so you don't loose the file). 2) Confirm that the actual path really is Nk8\ShortDress.nif 3) Remove the 53. Use only the last six digits and see if that will work. The game will only look in the DawnWraith.esp so no worries on it getting confused.
banshe Posted March 20, 2012 Posted March 20, 2012 Now the whole thing is invisible, save for my character's head and her shoes. What a troublesome bug. -Edit- Okay turns out it was invisible cause I accidentally changed Nk8 to N8k. But even after fixing the filepath on the ini, I still faced the same issue. Maybe the BU model is simply broken or something, I dunno. -Edit2- On a hunch I tried checking out the E2 Mesh as well, just so I could see if it worked. Same problem, only under different areas. Where as the char's torso disappears with the E1, in the E2 only the bottom disappears, so E2 is further down the 'damage clothing' progression, and broken just like the E1. Oh well... I have no ideas.
gregathit Posted March 20, 2012 Posted March 20, 2012 The problem sounds to me like the armor has different body parts assigned to it in the Dawnwraith.esp for the original mesh than the bu version of the mesh. Worst case you can open up the dawnwraith.esp and create a new armor and point that armor directly to the bu version and put it in whatever container the other armors can be found it. Be sure to give it a unique name so you know what it is and then go test it.
lozada1991 Posted March 29, 2012 Posted March 29, 2012 I noticed there is no topic about that yet so I thought I would start one. Credit goes to Donkey for gathering/uploading several of these links. ---- BU are special armors that break down as they take damage' date=' revealing more and more skin. BU requirements: http://tesnexus.com/downloads/file.php?id=29751 BUFramework BU Extras: http://shy.jsphr.net/upload/img/ups20475.zip BU AddMotion Changer http://oblivion.forum.jpmod.net/viewtopic.php?f=10&t=837 BU Dungeon Tester BU Armors without BBB: Argent Armor: Original: http://www.tesnexus.com/downloads/file.php?id=19529 BU: http://www.tesnexus.com/downloads/file.php?id=36585 Alternate BU Project: http://u7.getuploader.com/silver44/download/15/New+Argent+Armor+Project.7z Homura outfit: Original: http://www.tesnexus.com/downloads/file.php?id=22474 BU: http://www.tesnexus.com/downloads/file.php?id=35090 IrohaClothes: Original: http://www.tesnexus.com/downloads/file.php?id=22191 BU: http://www.tesnexus.com/downloads/file.php?id=31329 Shin Saber Lily Armor: Original: http://www.tesnexus.com/downloads/file.php?id=29642 BU: http://www.tesnexus.com/downloads/file.php?id=35459 Mage Clothes1: Original: http://www.tesnexus.com/downloads/file.php?id=27446 Alternate: http://www.4shared.com/get/jRi0jTTq/MageClothes.html BU: http://www.4shared.com/get/n1D-ylsW/MageCloth1.html Mage Clothes3: Original lilly armor:http://www.tesnexus.com/downloads/file.php?id=18227 Alternate:http://www.4shared.com/get/jRi0jTTq/MageClothes.html BU:http://www.4shared.com/get/BuvobJFQ/MageCloth3.html Velveteen For HGEC: Original: http://www.tesnexus.com/downloads/file.php?id=25375 BU: http://www.4shared.com/get/WNJpBWna/VelveteenBU.html Seduce: Original: http://www.tesnexus.com/downloads/file.php?id=25612'>http://www.tesnexus.com/downloads/file.php?id=25612 BU: http://www.4shared.com/get/DPUvFXnr/BU_Seduce.html Dark Illusion Armor: Original: http://www.tesnexus.com/downloads/file.php?id=12785 BU: http://www.4shared.com/get/8BKCgE8A/BU_Blood_Illusion.html Mai Clothes Blue: Link by Weightbomb Full: http://www.4shared.com/file/R7acUE8M/Mai_Clothes_Blue_plus.html Hentaimania 1: link provided by Weightbomb Original: http://www.tesnexus.com/downloads/file.php?id=25612 BU: http://www.4shared.com/get/EkOtF5dw/HMB_beta3.html UFF F00 Sa Light Armor:By greatwulf Original: http://www.tesnexus.com/downloads/file.php?id=28964 BU: http://www.4shared.com/file/tZfeUJx4/UFF_FF00__SA_LightArmor.html UFF F00 Fantasy Battle Costume:By greatwulf Original: http://www.tesnexus.com/downloads/file.php?id=26724 BU: http://www.4shared.com/file/mnKAiE8E/UFF_FF00_FantasyBattleCostume.html Needs Tifafix:http://www.4shared.com/file/tIiTJmGb/tifa4_fix.html Lolimix BU: By greatwulf BU+Original: http://www.4shared.com/file/Uu-Af8W6/LoliMix_BU.html Diano Armor 2 Hcup for HGEC: Original: http://www.tesnexus.com/downloads/file.php?id=19172 BU: http://www.multiupload.com/HT8O1IYH8I Schatten lauf Armor: Original: http://www.tesnexus.com/downloads/file.php?id=32413 BU: http://shy.jsphr.net/upload/img/ups14323.7z Azure Armor: BU: http://shy.jsphr.net/upload/img/ups22585.7z Plate of the Shadow: Original: http://www.tesnexus.com/downloads/file.php?id=25871 Alternate: http://www.tesnexus.com/downloads/file.php?id=184 BU: http://115.179.104.75/upload/img/ups03856.7z NPR Marine AR and Bunny Suit for HGEC BU:By NBlade Original: http://www.tesnexus.com/downloads/file.php?id=20670'>http://www.tesnexus.com/downloads/file.php?id=20670 BU: http://www.multiupload.com/DDSS8TOHPC MHSN Kirin Armor for HGEC BU.7z (3.68 MB): By NBlade Original: http://www.tesnexus.com/downloads/file.php?id=20980 BU: http://www.multiupload.com/5RQ3TATV4V SwordDancer Bu.7z (2.62 MB): By NBLade Original: http://www.tesnexus.com/downloads/file.php?id=19457 BU: http://www.multiupload.com/6YXZF2FYI4 Hentais Shadow Dancer BU & BBB: Original: http://www.tesnexus.com/downloads/file.php?id=22990 BU: http://www.4shared.com/file/7Xyo-Pwy/ShadowDancerBUBBB.html BU Armors with BBB compatibility: Original : http://www.tesnexus.com/downloads/file.php?id=32627 BUMina: http://shy.jsphr.net/upload/img/ups18341.7z Black SqualKnight Break Undies: Full: http://www.4shared.com/file/135256707/24416e96/Black_Squall_Knight_Break_Undies_Ver140.html?dirPwdVerified=c6a48ebb Dancing Shadow Rose Break Undies: Full: http://www.4shared.com/file/YiZxqV0X/Dancing_Shadow_Rose_Break_Undi.html Alternate: http://www.4shared.com/file/pIWqsdkW/DSR_BU_130_Final_Plus_Recolor_.html Blessed Mage Knight: Full: http://shy.jsphr.net/upload/img/ups17105.7z Maid Costume BU:link provided by greatwulf. Original: http://www.4shared.com/file/163097531/fe3f5c3f/UFF_FF00_DC_MaidCostume.html?dirPwdVerified=c6a48acb BU: http://www.4shared.com/file/228094062/b1fff200/UFF_FF00_DC_MaidCostume.html Dawn wraith dress: Original: http://www.tesnexus.com/downloads/file.php?id=22229 BU: http://www.4shared.com/file/228095208/bc480f93/Dawn_Wraith_Dress.html Gothppo : Needs original catsuit: http://www.tesnexus.com/downloads/file.php?id=35744 Needs catssuite: http://www.4shared.com/file/133490510/f5a87ae0/catsuits_ver02.html?dirPwdVerified=c6a48bbb Needs: http://www.4shared.com/file/152333287/9a59c74b/Dancing_Shadow_Rose_Break_Undies_130_Final.html?dirPwdVerified=c6a48gbb also needs: http://www.4shared.com/file/tl0PYtD3/Tona_Clothes_And_Underwear_For.html BU: http://www.4shared.com/file/228095475/8935995b/Gothppo.html R18PN02LingerieSetForHGEC: Original: http://www.tesnexus.com/downloads/file.php?id=23589'>http://www.tesnexus.com/downloads/file.php?id=23589 BU: http://www.4shared.com/file/228096072/2ed0bca/R18PN02LingerieSetForHGEC.html SPB E Sailor Suite: Original: http://www.tesnexus.com/downloads/file.php?id=34221 Alternate downloand link: http://www.tesnexus.com/downloads/file.php?id=24131 BU: http://www.4shared.com/file/228096172/32f61fd/SPB_E_Salor_Suit.html Tona store clothes and underwear: Original MOD: http://www.tesnexus.com/downloads/file.php?id=26567 Alternate: http://tesall.ru/file/tona-cloth-underwear/ BU: http://www.4shared.com/file/228096387/f7595dd3/Tona_Clothes_And_Underwear_For.html Cassandra Armor: Original: http://www.tesnexus.com/downloads/file.php?id=32865 BU: http://www.4shared.com/file/lbYoVmFg/Cassandra_Armor_BBB.html Maid Armor: Original: http://www.tesnexus.com/downloads/file.php?id=22020 Alternate original: http://www.tesnexus.com/downloads/file.php?id=35184 BU: http://www.4shared.com/file/GUZ_hPqm/Maid_Fighter_BBB.html FEZA Vesta Set: Original: http://www.tesnexus.com/downloads/file.php?id=25062 BU: http://www.4shared.com/get/lkBVg-WB/FEZA_Vesta_Set.html KaineMangaBBB: Original: http://www.tesnexus.com/downloads/file.php?id=36371 BU: http://www.4shared.com/get/OpD3K3xZ/KaineMangaBBB.html Blessed Mage Knight BBB: Original: http://www.tesnexus.com/downloads/file.php?id=23589 Also needs:http://www.tesnexus.com/downloads/file.php?id=36649 BU: http://www.4shared.com/get/hG3F9Bh5/BlessedMageKnightDressBUBBB.html NPR Marine AR and Bunny Suit for HGEC BU(BBB):By Nblade Original: http://www.tesnexus.com/downloads/file.php?id=20670 BU: http://www.multiupload.com/PR32VCMVYR 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 Double Melons Wardrobe V2_3 ADD-ON BBB BU: Original: http://www.tesnexus.com/downloads/file.php?id=26529 BU: http://www.tesnexus.com/downloads/file.php?id=37152 [/quote'] i can't download the "BU AddMotion Changer", perhaps someone can upload it in MF? Also i can't access the "http://shy.jsphr.net". Well, maybe that's why i can't download the file. Any other links for these?
gregathit Posted March 29, 2012 Posted March 29, 2012 i can't download the "BU AddMotion Changer"' date=' perhaps someone can upload it in MF? Also i can't access the "http://shy.jsphr.net". Well, maybe that's why i can't download the file. Any other links for these? [/quote'] Yea, I can upload it but you are aware that it is no longer compatible with the latest version of BU framework, right? You will have to run the 1.02 version which doesn't come with an ini file for you to add armors to. All armors will have to be scripted to break in their esp's. If you still want it just let me know. There is an alternative that you can use with the latest BU framework (version 2): http://www.loverslab.com/showthread.php?tid=3482
movomo Posted April 1, 2012 Posted April 1, 2012 Hi Everyone. I just made BU supported armor myself. I uploaded that on tesnexus, but I thought I must let you guys know. BU armors are rare, so I decided to make BU armors myself and happy to add one to that list I'm a lazy one though Original armor needed http://tes.nexusmods.com/downloads/file.php?id=41915 BU meshes http://tes.nexusmods.com/downloads/file.php?id=41933
Yvell Posted April 5, 2012 Posted April 5, 2012 I was thinking... if someone could create a shop (maybe in the arena district) in which all those rare BU armors where sold, it would be easier for us to find them... (it should be easier to update it with new armors too) I have not the skills for that, so if my idea could inspire some talented moders...
lozada1991 Posted April 6, 2012 Posted April 6, 2012 I was thinking... if someone could create a shop (maybe in the arena district) in which all those rare BU armors where sold' date=' it would be easier for us to find them... (it should be easier to update it with new armors too) I have not the skills for that, so if my idea could inspire some talented moders... [/quote'] that my friend is a brilliant idea. I hope someone will be able to do it
lozada1991 Posted April 6, 2012 Posted April 6, 2012 i can't download the "BU AddMotion Changer"' date=' perhaps someone can upload it in MF? Also i can't access the "http://shy.jsphr.net". Well, maybe that's why i can't download the file. Any other links for these? [/quote'] Yea, I can upload it but you are aware that it is no longer compatible with the latest version of BU framework, right? You will have to run the 1.02 version which doesn't come with an ini file for you to add armors to. All armors will have to be scripted to break in their esp's. If you still want it just let me know. There is an alternative that you can use with the latest BU framework (version 2): http://www.loverslab.com/showthread.php?tid=3482 what about this one "http://oblivion.forum.jpmod.net/viewtopic.php?f=16&t=351". Is this compatible with 2.0?
gregathit Posted April 6, 2012 Posted April 6, 2012 No versions of bu addmotion changer that I have ever seen are compatible with BU Framework 2.0 (I don't know what at that site you are trying to point me at as I don't speak japanese. I have been to that site many times to get BU armors and that is all I was seeing). Now if you are talking armor then yes most BU armors made with version 1 will still be compatible with BU framework 2.
redlantern Posted April 7, 2012 Posted April 7, 2012 dont know if this was said already, but the Seduce link goes to a Hentaimania mod , not sure its thats a mistake or the Seduce comes with that mod also, can someone reupload the BU for Dawnwraith?
movomo Posted April 8, 2012 Posted April 8, 2012 dont know if this was said already' date=' but the Seduce link goes to a Hentaimania mod , not sure its thats a mistake or the Seduce comes with that mod also, can someone reupload the BU for Dawnwraith? [/quote'] actually seduce doesn't come with that mod, but files are included. if i remember correctly, hentai didn't put that armor to his esp. (i think it was wip) but someone made bu version, and that's it. i once tried bu collection into one esp, but it was so flawed because many of links above are broken so i gave up. well maybe some time...
Shebeth Posted April 9, 2012 Posted April 9, 2012 I was thinking... if someone could create a shop (maybe in the arena district) in which all those rare BU armors where sold' date=' it would be easier for us to find them... (it should be easier to update it with new armors too) I have not the skills for that, so if my idea could inspire some talented moders... [/quote'] Creating a shop is really easy, you dont need any skill to do it. But lot of the links in the 1st post are dead and finding them is the real challenge.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.