sby's loader imports (3 Viewers)

americanole

Potential Patron
Joined
Feb 12, 2014
Re: sby's loader imports; 8/09/2014: too much stuff to list here

I'm amused how it's easier for you guys to invent how to move his arms than how to get all the files from a folder into moreclothing.

You can use cmd to get a list of files in a folder and copy them into moreclothing settings file and then go CTRL+V'ing '=BG:Background' into each line.
All you need to do is shift+rightclick folder with your backgrounds, select 'Open Command Window Here' and write dir /B>file.txt, that will create a txt file named 'file' in your folder with all the contents of the folder. Copy that file into moreclothing settings and start copying the '=BG:Background' into each.

So, I assume, it wouldn't be too hard to separate the moreclothing settings file into multiple sections (or have 3 files), where there's specific place for backgrounds, so you don't have to copy that line I just did and name is given by default(and is the same as the filename) with possibility of giving alternative if you wish. (In fact, if moreclothing folder had 3 separate folders (BG, Hairs, Clothing), it shouldn't be too hard to add all the files from each folder as separate things without user's interaction, probably not clothing since it needs you to select which parts you want but hairs and backgrounds should be doable).

Made a batch file for lazy people, put it into your folder and doubleclick it, it will create contents.txt where all the files in a folder are sorted according to their extensions. Delete the Contents.txt and FolderContents.bat afterwards.

For example, you can just pop them into moreclothing folder and copy all the png names into settings file, it would be all your hairs. (Again, would be easier if without '=name' it would give them same name as file name by default.

Edit:Tweaking sby's batch from next post, it now doesn't put extensions in the name.



Doing that thing I realized I have some dialogues thrown into the moreclothing folder, would that ever be a possibility for moreclothing (or a different mod) to implement dialogue imports there so you can select them within game?

While writing last question, I realized I'd like that for animtools positions as well, would that be a possibility?
 

Attachments

hairs.bat
80 bytes · Views: 244

bg.bat
192 bytes · Views: 134

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

select dialog imports from in-game? sounds like something dialog actions might like (although could totally see it as a separate mod since the usage is different)

edit - animtools loading dialogs? ehh not too interested in implementing that


here is a different batch script if someone wanted to generate the relevant settings from a folder of backgrounds
(specifically no hairs in it)

Code:
"" > contents.txt
for /f  %%f in ('dir /b /o ^| find /i ".png"') do  echo "%%f=%%f:Background" >> contents.txt
for /f  %%f in ('dir /b /o ^| find /i ".jpg"') do  echo "%%f=%%f:Background" >> contents.txt
 

BuckWild

Modder
Streamer
Joined
Feb 3, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

sby said:
also buckwild, how is your 'trimmed down' loader folder 1 gig?!?
i didn't download it because the error was already discovered, and i am curious as to what could possibly be in there to be that big.
500 hairs maybe?

Honestly, it wasn't until I updated the loader [again].

Unlike previous recent versions of the loader, the current loader had ZZZ_Loader_Mods in my root SDT folder, not to mention all the random archives I have in the same directory, including Anon's import package. Might be the big one there.

Also, not gonna lie, but I was too lazy to altar the moreclothing mod, so I just leave it as is. But these batch files have not gone unnoticed by me...
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

hmm, ended up cleaning up the batch script, i think i will include it in next moreclothing
echo ;autogen settings >autogensettings.txt
echo. >>autogensettings.txt
echo ; ------ Hairs ------ >>autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/hairs/" ^| find /i ".png"') do echo hairs/%%f.%%g=%%f >> autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/hairs/" ^| find /i ".jpg"') do echo hairs/%%f.%%g=%%f >> autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/hairs/" ^| find /i ".swf"') do echo hairs/%%f.%%g=%%f >> autogensettings.txt
echo. >>autogensettings.txt
echo ; ------ Backgrounds ------ >>autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/backgrounds/" ^| find /i ".png"') do echo backgrounds/%%f.%%g=%%f:Background >> autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/backgrounds/" ^| find /i ".jpg"') do echo backgrounds/%%f.%%g=%%f:Background >> autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/backgrounds/" ^| find /i ".swf"') do echo backgrounds/%%f.%%g=%%f:Background >> autogensettings.txt
echo. >>autogensettings.txt
echo ; ------ Mods ------ >>autogensettings.txt
for /f "tokens=1,2 delims=." %%f in ('dir /b /o "./moreclothingmods/" ^| find /i ".swf"') do echo %%f.%%g=%%f >> autogensettings.txt

;autogen settings

; ------ Hairs ------
hairs/Cammy.png=Cammy
hairs/Juliet [byRajasGrime].png=Juliet [byRajasGrime]
hairs/Kallen Stadtfeld school.png=Kallen Stadtfeld school
hairs/Kazumi Asakura.png=Kazumi Asakura
hairs/Korra2.png=Korra2
hairs/Makie Sasaki.png=Makie Sasaki
hairs/Misaka Mikoto.png=Misaka Mikoto
hairs/mouyuu.png=mouyuu
hairs/yuna.png=yuna
hairs/Cammy_-_Dynamic_Hair.swf=Cammy_-_Dynamic_Hair
hairs/Dizzy_Hair.swf=Dizzy_Hair
hairs/Lara_Croft_hair_dynamic.swf=Lara_Croft_hair_dynamic
hairs/Winry.swf=Winry
hairs/Young Tsunade - Hair.swf=Young Tsunade - Hair

; ------ Backgrounds ------
backgrounds/MLP dungeon.png=MLP dungeon:Background
backgrounds/ffbg.jpg=ffbg:Background
backgrounds/test.jpg=test:Background
backgrounds/wii.swf=wii:Background

; ------ Mods ------
00_Gauges.swf=00_Gauges
Apron.swf=Apron
BallGagCollarColor.swf=BallGagCollarColor
BallGagWithHoles.swf=BallGagWithHoles
Bar Earring - Kris -Acc.swf=Bar Earring - Kris -Acc
BoleroStraitjacket.swf=BoleroStraitjacket
Boots.swf=Boots
Bottoms - Cropped Jeans Final - RGB [1 Color].swf=Bottoms - Cropped Jeans Final - RGB [1 Color]
Bottoms - Cropped Jeans Ripped - RGB [1 Color].swf=Bottoms - Cropped Jeans Ripped - RGB [1 Color]
Bottoms - Pleated Skirt Plain - RGB [2 Color Main Fill and Waistband].swf=Bottoms - Pleated Skirt Plain - RGB [2 Color Main Fill and Waistband]
Bottoms - Pleated Skirt V1 RGB Matching Waistband [2 Color Main Fill and Accent Lines].swf=Bottoms - Pleated Skirt V1 RGB Matching Waistband [2 Color Main Fill and Accent Lines]
Bottoms - Pleated Stripped Skirt - RGB [2 Color - Main Fill and Stripes].swf=Bottoms - Pleated Stripped Skirt - RGB [2 Color - Main Fill and Stripes]
Buisness_Jacket_Open.swf=Buisness_Jacket_Open
Cleavage_Shirt.swf=Cleavage_Shirt
CleavageShirt.swf=CleavageShirt
CleavageShortTopTank.swf=CleavageShortTopTank
CleavageTopTank.swf=CleavageTopTank
Countess_Dracula_with_Super_Sexy_Option.swf=Countess_Dracula_with_Super_Sexy_Option
denim_shorts.swf=denim_shorts
doublespiked.swf=doublespiked
ew_Eleonore.swf=ew_Eleonore
ew_Longueville.swf=ew_Longueville
ew_Ririko.swf=ew_Ririko
ew_Siesta00.swf=ew_Siesta00
ew_Yomi.swf=ew_Yomi
Female Helper.swf=Female Helper
Fishnet LTedit_Patrick.swf=Fishnet LTedit_Patrick
Fishnets by Patrick.swf=Fishnets by Patrick
Fishnets by PatrickB.swf=Fishnets by PatrickB
Fishnets vanilla.swf=Fishnets vanilla
Fishnets vanillaB.swf=Fishnets vanillaB
FlatPumps.swf=FlatPumps
Freckles.swf=Freckles
Frilly Collar.swf=Frilly Collar
frilly_negligee.swf=frilly_negligee
Grimey-PantiesAroundOneLeg(P).swf=Grimey-PantiesAroundOneLeg(P)
HardBod.swf=HardBod
Heavy Tits(original body).swf=Heavy Tits(original body)
hooker_boots.swf=hooker_boots
hr_bunnyears_bulma.swf=hr_bunnyears_bulma
hr_bunnyears_mika.swf=hr_bunnyears_mika
hr_crown_henrietta.swf=hr_crown_henrietta
hr_demonhorns.swf=hr_demonhorns
hr_earring_jeane1.swf=hr_earring_jeane1
hr_earring_reika.swf=hr_earring_reika
hr_hat_jessica.swf=hr_hat_jessica
hr_hat_maid.swf=hr_hat_maid
hr_piercing_nosebullring.swf=hr_piercing_nosebullring
Ikaros collar.swf=Ikaros collar
invisarms.swf=invisarms
invisforearms.swf=invisforearms
Jill01_top.swf=Jill01_top
Juliet02_top.swf=Juliet02_top
kogalsock.swf=kogalsock
Kris-acces - Hue Shift Emo Glasses (variant).swf=Kris-acces - Hue Shift Emo Glasses (variant)
latexarmwear.swf=latexarmwear
Leotard.swf=Leotard
MB_-_Minxie_Underwear_normal_body.swf=MB_-_Minxie_Underwear_normal_body
Mermaid Tail.swf=Mermaid Tail
MLP - Body Mod no hands.swf=MLP - Body Mod no hands
moleface4.swf=moleface4
Monoglove.swf=Monoglove
Nice Tits (tits only).swf=Nice Tits (tits only)
NoseHook.swf=NoseHook
Nymph collar.swf=Nymph collar
OL_blackskirt.swf=OL_blackskirt
OL_vest.swf=OL_vest
PennyLoafers.swf=PennyLoafers
platforms.swf=platforms
PonyShoes.swf=PonyShoes
PostureCollarColor.swf=PostureCollarColor
Pushed_Down_Tank.swf=Pushed_Down_Tank
Rachelearring.swf=Rachelearring
Rachelearring2.swf=Rachelearring2
RingTrainerColor.swf=RingTrainerColor
RingTrainerColorB.swf=RingTrainerColorB
SailorFuku.swf=SailorFuku
She-Devil_Body.swf=She-Devil_Body
Shibari.swf=Shibari
Silk_Robe.swf=Silk_Robe
singlespiked.swf=singlespiked
Straitjacket.swf=Straitjacket
taxi.swf=taxi
Teegra Tits (Original Body).swf=Teegra Tits (Original Body)
Tentacle_Monster.swf=Tentacle_Monster
Tight Tits.swf=Tight Tits
TubeTrainerColor.swf=TubeTrainerColor
TubeTrainerColorB.swf=TubeTrainerColorB
Vanilla_Breast_Apples.swf=Vanilla_Breast_Apples
Vanilla_Breast_Perfect.swf=Vanilla_Breast_Perfect
Vanilla_Breast_Small.swf=Vanilla_Breast_Small
Vanilla_Wings.swf=Vanilla_Wings
VinylShirt.swf=VinylShirt
white_shirt_pushed_up.swf=white_shirt_pushed_up
yogapantsv2hue.swf=yogapantsv2hue
Zaps_Fusion_Earrings.swf=Zaps_Fusion_Earrings

of course this makes use of the simple input of not specifying modtypes you want, so everything is grabbed xD

edit - i don't really need a separate hairs folder cause the pictures would be assumed to be a hair if unspecified. it is the backgrounds that need the :Background tag
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Batch scripts aren't cross platform, keep that in mind.
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

I'm probably not paying attention, but I somewhat doubt the value of automating the more clothing setting file. Ultimately we don't want it to be too big as that will slow down loading. Further dong it manually I the settings file gives one control and awareness of what's in there and what type each one us being classed as. But I guess I only add a file to it occasionally.
 

americanole

Potential Patron
Joined
Feb 12, 2014
Re: sby's loader imports; 8/09/2014: too much stuff to list here

aztlan said:
I'm probably not paying attention, but I somewhat doubt the value of automating the more clothing setting file. Ultimately we don't want it to be too big as that will slow down loading. Further dong it manually I the settings file gives one control and awareness of what's in there and what type each one us being classed as. But I guess I only add a file to it occasionally.

As far as I'm aware it's more of an optional feature, much like the java Mods Folder file we have in Loader.

It can make process much easier if you know what you want to have added to your moreclothing. Again, it's not the best idea to use it for clothing since most of the time you'd want to choose pieces which are compatible with others. Backgrounds or hairs, however, would be easier with a list. Most backgrounds already are called what they are, like Alley.png or Office.png so visually sorting them out and throwing into separate folder and using the command will just automatically make a list of
Alley.png=Alley:Background
Office.png=Office:Background
after that you can just copy paste it into your settings and save some time.
For hairs it's pretty similar, since now you've sorted all the backgrounds, the remaining .png files are all hairs. Most of them now are done by Mineur and he gives the filenames relevant character names so having folder with Nanana.png and Kana.png will make a list and after you copy that into your settings, it will add all the hairs named Nanana and Kana into your folder.
Not to mention, this way cancels out any mistakes with typos.
Also, it's true that for users who have already set up most of the imports they want and just add one or two things once in a while it's not needed, however, it will be useful for them to sort out the folder if they ever want to since I'm sure everyone has some stuff there they're not using anymore. By doing backup and adding all of it you can scroll it visually in-game and remove whatever you don't need anymore.

It's not often that feature is a bad thing. Also, since batch files are separate from mod, it won't have any, not even slightest, effect on performance.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

it will not save over the moreclothing settings file, it gives you an easy way to copy stuff into the settings file if you wanted to do some bulk settings generating. it is mostly to take care of some of the template like nature of adding your own stuff, you can then specify what modtypes you want with the mods and whatnot.

while i am at it, is there any suggested organization for moreclothing? i know americanole is working up a huge moreclothing setup. i was thinking of making folders of default included stuff, then some other folders if people wanted to dump stuff in them and have this settings generator make a settings template to include them.

some idea of a setup:
default_hairs
default_backgrounds
default_mods
user_hairs
user_backgrounds
user_mods

and the autogen thing would only look through the user folders (probably no need to generate settings for things already in the settings file)
 

americanole

Potential Patron
Joined
Feb 12, 2014
Re: sby's loader imports; 8/09/2014: too much stuff to list here

That's what my settings file looks at the moment
Code:
;moreclothingV1 settings file
;format for clothing mod entries is~    [name_of_file]=[name_to_display]:[modtype_piece_to_add]:[another_modtype_piece_to_add]
;if no modtypes are given, all possible pieces are added. example to add all pieces in the file 'Fusion.swf'~    Fusion.swf=Fusion
;to mount a modtype on a different modtype menu, use the '>' symbol. example to put the bottoms of the fusion costume on the tops menu~   Fusion.swf=Fusion:CostumeBottoms>CostumeTop
;multiple pieces can be put in the same menu to package them together. example to put the footwear, top, and bottoms of the fusion mod on the top menu~    Fusion.swf=Fusion:CostumeTop:CostumeBottoms>CostumeTop:CostumeFootwear>CostumeTop
;any picture file is assumed to be a hair, so to add a background the modtype 'Background' must be specified. example~   ffbg.png=ff:Background
;specifying a modtype that does not exist on a clothing mod will cause errors on loading
;
;modtypes supported: CostumeCollar, CostumeGag, CostumeBottoms, CostumeFootwear, CostumeEyewear, CostumeTop, CostumeBra, 
;                    CostumeTonguePiercing, CostumeNipplePiercing, CostumeBellyPiercing, CostumeEarPiercing, CostumeHeadwear, Body
;BACKGROUNDS
2.jpg=Office:Background
7.jpg=Office:Background 
16.jpg=Park:Background 
20.jpg=Hot Springs:Background 
21.jpg=Locker Room:Background 
24.jpg=Throne:Background 
28.png=Fitness Gym:Background 
cabin.png=Public Transport:Background 
Avatar - Sand 01.jpg=Sands:Background 
invasion2.png=Ancient Palace:Background 
lokairtemple.png=Veranda:Background 
theater.swf=Movie Theater:Background 
BGFightGames5.swf=Ship:Background 
test.jpg=Testroom:Background
Pool 2 B.png=Pool:Background
Bedroom 10 B.png=Bedroom:Background
1u91.jpg=Beach:Background
117 - Tenchi Bathroom.png=Bathroom:Background
13.jpg=Stadium:Background
22.jpg=Prison:Background
26961Station3.png=Outside Near Train:Background
4.jpg=School Gym:Background
40683Office.png=Cabinet:Background
41.png=Photoshoot:Background
43655Locker_Room.png=Garage:Background
4985Public_Washroom_3.png=Dirty Public Toilets:Background
5.jpg=Barbershop:Background
56474Public_Washroom.png=Dirty Public Toilets 2:Background
66190Alley_5.png=Dumpster Behind The House:Background
70192Graffitis.png=Graffiti Wall:Background
8006Avey_City_11_.png=Empty Street:Background
84631Public_Washroom_2.png=Dirty Public Toilets 3:Background
97298SovietAvey.png=Old Bunker:Background
BG-beach.jpg=Beach:Background
BG-campus-stairs.png=University:Background
BG-campus.png=School Yard:Background
BG-council-room.png=School Club Room:Background
BG-forest.png=Woods:Background
BG-hallway.png=Empty School Hallway:Background
BG-hallway2.png=Empty Asian School Hallway:Background
BG-park.png=Park Near Pond:Background
BG-road.png=Road:Background
BG-roof.png=Roof:Background
BG-roof2.png=Roof 2:Background
BG-street-snow.png=Winter Street:Background
BG-sunset.png=Woods With City View:Background
BG-village-night.png=Village Street Dark:Background
Bonus.png=Comic Shop:Background
Bonus2.png=Bedroom 2:Background
glory hole BG (clean version).jpg=Gloryhole:Background
Living Room 3.gif=Living Room 2:Background
P3gLb.png=Laundry Room:Background
realworldbusstation1MUG9F.png=Bus Stop:Background
realworldhospital2EIMWW.png=Night Hospital:Background
t3e02.png=Living Room 3:Background
;
;
;HAIRS
;
;A
;
1145-akali.png=Akali
sdthair_akasha.png=Akasha
Akita.png=Akita
Akira-Okochi.png=Akira
Angel-Long-hair.png=Angel
AnjouNaruko.png=Anjou
Aquarius.png=Aquarius
Araki Mataemon preview.png=Araki
AriaShichijoo.png=Aria
Astarotte.png=Astarotte
AyakaKagari.png=Ayaka
Ayaka-Kagari-hairtie.png=Ayaka Hairtie
Azusa(1).png=Azusa
;
;B
;
Bellows dynamic hair.swf=Bellow:DynamicHair:StaticHair
Boa Hancock (One Piece).png=Boa
SDT_Branwen.png=Branwen
;
;C
;
Caimie.png=Caimie
Cana-ponytail.png=Cana
Caramel preview.png=Caramel
carmen99(1).png=Carmen
Chitoge-Kirisaki.png=Chitoge
ChitoseKarasuyama.png=Chitose
sdthair_christiane.png=Christiane
Cure Beat.png=Cure Beat
Cure Rhythm.png=Cure Rhythm
;
;D
;
Daenerys_Targaryen_Hair.swf=Daenerys:StaticHair:DynamicHair
Domino.png=Domino
;
;E
;
Ellie.png=Ellie
Elsie (2).png=Elsie
Eru_Chitanda.png=Eru
Erza-ponytail.png=Erza Ponytail
sdthair_eucliwood.png=Eucliwood
;
;F
;
2112-farah.png=Farah
Fate.png=Fate
;
;G
;
Garnet.png=Garnet
sdthair_gentoku.png=Gentoku
Gidget.png=Gidget
glasses.png=Girl with glasses
fglass.png=Glass
Feldt Grace (older).png=Grace
Gwen_Stacy.swf=Gwen:StaticHair:DynamicHair
;
;H
;
Haku.png=Haku
1921-hana-inuzuka.png=Hana
Haqua.png=Haqua
Hilda.png=Hilda
HimeYarizakura.png=Hime
1207-hiroko-takashiro.png=Hiroko
;
;I
;
sdthair_isabela.png=Isabela
;
;J
;
Blondie3test.png=Janna
Jenny-Realight.png=Jenny Realight
1982-jewelry-bonney.png=Jewelry
2322-julia-chang-1p-wfeathers.png=Julia feathers
sdthair_juliet.png=Juliet
tao-jun.png=Jun
JunNagase.png=Jun Nagase
sdthair_junko.png=Junko
;
;K
;
Kaine.png=Kaine
sdthair_kanu.png=Kanu
1208-kaori-saeki.png=Kaori
Katara (1).png=Katarai
Kati Mannequin.png=Kati
1231-kay-faraday.png=Kay
1963-kohan.png=Konan
DOA Kokoro - Hair2.swf=Kokoro:StaticHair:DynamicHair
AdultKorra.png=Korra Adult
Kotone-Kirishima.png=Kotone
1209-kurumi-imari.png=Kurumi
;
;L
;
Lady_Blackhawk_DC.png=LadyBlack
Laki-timeskip.png=Laki
Lara_Croft_hair_dynamic.swf=Lara Croft:DynamicHair:StaticHair
sdthair_leliana.png=Lelianna
Pirate Captain Liliana.png=Liliana
Ling_Xiaoyu_1P.png=Ling
Lisa.png=Lisa
Lucy.png=Lucy 
Lucy-Timeskip.png=Lucy Timeskip
Lulu.png=Lulu
;
;M
;
Chief Makina.png=Makina
MarieRose.swf=Marie Rose:DynamicHair:StaticHair
Marika Kato.png=Marika
Marika-Tachibana.png=Marika Tachibana
maya.png=Maya
1204-mia-fey.png=Mia
sdthair_mika.png=Mika
MinamiOosawa.png=Minami
Mio-Aoyama.png=Mio
Mirajane.png=Mirajane
momiji.png=Momiji
sdthair_morrigan.png=Morrigan
sdthair_mouki.png=Mouki
;
;N
;
Nami-alternative-style.png=Nami Alternative
Nami-ponytail.png=Nami Ponytail
sdthair_nami.png=Nami Other
sdthair_nariko.png=Nariko
Narvi Stryze.png=Narvi
Neko Kuroha.png=Neko Kuroha
1249-nidalee.png=Nidalee
Nora.png=Nora
;
;O
;
Olympia_-_Crisis_on_Two_Earths.swf=Olympia:Body>CostumeGag
KosakiOnodera.png=Onodera
Oriana Thompson.png=Oriana
Origa Discordia (True).png=Origa Discordia
Orihime-timeskip.png=Orihime
;
;P
;
Perona.png=Perona
;
;R
;
Rae.png=Rae
rangiku.swf=Rangiku:DynamicHair:StaticHair:HairCostume
Red is dead.png=Red
Hakuei-Ren.png=Ren
Ridgett dynamic hair.swf=Ridget:StaticHair:DynamicHair
Rika.png=Rika
RikaNext.png=Rika Next
1210-rika-shiraki.png=Rika Shiraki
Ruri-Miyamoto.png=Ruri
sdthair_rias.png=Rias
Riruka.png=Riruka
Rise Kujikawa dynamic hair.swf=Rise Dynamic:StaticHair:DynamicHair
Riza Hawkeye.png=Riza
SDTHair (sdtlol) Riven lv.png=Riven
sdthair_roberta2.png=Roberta
Robin_Sena_Dynamic.swf=Robin:DynamicHair:StaticHair
;
;S
;
saeko copy.png=Saeko
Sahoto Ashisu.png=Sahoto
sdthair_saji.png=Saji
Sakura-Medic.png=Sakura Medic
Sasha-Blouse.png=Sasha Blouse
1896-scarlet.png=Scarlet
Sena.png=Sena
Hitagi-Senjougahara.png=Senjougahara
sdthair_hitagi.png=Hitagi.png=Senjougahara Long
Sherry2.png=Sherry
Kokaku-Shiba.png=Shiba
sdthair_shiina.png-Shiina
ShinoAmakusa.png=Shino
Silvie.png=Silvey
SDTHair (sdtlol) Sona b lv.png=Sona
sorceress.png=Sorceress
Stella.png=Stella
suguha6-soa.png=Suguha
SuperSonico_hair.swf=Super Sonico:DynamicHair:StaticHair
Sylvia Van Hossen preview.png=Sylvia
;
;T
;
Takao.png=Takao
Teana2.png=Teana
Tharja.png=Tharja
Tia halibell.png=Tia
Tsunadev2.png=Tsunade
sdthair_tsurara.png=Tsurara
ty-lee.png=Ty Lee
;
;U
;
Ultear-timeskip.png=Ultear
Uomi.png=Uomi
;
;V
;
1146-vanessa.png=Vanessa
Viola.png=Viola
;
;W
;
;
;X
;
X-23_Marvel.png=X23
Xenovia_Hair_-_Light.swf=Xenovia:StaticHair
;
;Y
;
Yachiru.png=Yachiru
Yaya.png=Yaya
Yoruichi (1).png=Yoruichi
1651-princess-yue.png=Yue
Yuna.png=Yuna
Yuri-Nikaido.png=Yuri Nikaido
YuukoKinoshita.png=Yuuko
;
;Z
;
Zafina_3P.png=Zafina
Zoom Tokine.png=Zoom
;
;Clothing
;
racheldoa.swf=Raachel:CostumeTop:CostumePanties>CostumeTop:CostumeCollar>CostumeTop:CostumeEarPiercing:HairCostume>CostumeHeadwear
Bottoms - Pleated Stripped Skirt - RGB [2 Color - Main Fill and Stripes].swf=ShortSkirt1:CostumeBottoms
Bottoms - Pleated Skirt V1 RGB Black Waistband [2 Color Main Fill and Accent Lines].swf=ShortSkirt2:CostumeBottoms
Dante-Striped Panties(P).swf=Striped panties:CostumePanties
catboots.swf=cat:CostumeBottoms>CostumeFootwear
SCLover-Menace(P).swf=Panties2:CostumePanties
alicedressredbootsrgb.swf=Alice:CostumeTop:CostumeBottoms:CostumeFootwear
ankoskirt.swf=Anko:CostumeBottoms
argylergb.swf=Argyle:CostumeLegwear
asamitop.swf=Asami:CostumeTop
ayase.swf=Ayase:CostumeBottoms:CostumeTop:CostumeArmwear>CostumeTop:CostumeFootwear:CostumeLegwear
crucifixearring.swf=Cruci:CostumeEarPiercing
cutelittlewitch.swf=witch:CostumeTop:CostumeBottoms
doacheer.swf=doacheer:CostumeTop:CostumeBottoms:CostumeFootwear:CostumeCuffs:CostumeCollar:Body>CostumeTop
dominochest.swf=Domino:CostumeTop
earreikargb.swf=reika:CostumeEarPiercing
goldringear.swf=goldring:CostumeEarPiercing
netbra.swf=netbra:CostumeBra
fairydress.swf=fairy:CostumeTop:CostumeBottoms:CostumeArmwear:CostumeLegwear
pantiesaroundoneleg.swf=PantiesAroundLeg:CostumePanties
redhat.swf=redhat:HairCostume>CostumeHeadwear
SDTMods_sbyTemplate1.swf=Halo:HairCostume>CostumeHeadwear
zipper.swf=zipper:CostumeTop:CostumeCollar>CostumeTop
HildaBottoms.swf=Hilda:CostumeBottoms
HildaArms.swf=Hilda:CostumeArmwear
HildaFeet.swf=Hilda:CostumeFootwear
hildatop.swf=Hilda:CostumeTop
Tifa01.swf=Tifa:CostumeTop
cheergirl2.swf=CheerGirl
Leotard.swf=Leotard:CostumeTop
Cleavage_Shirt.swf=Cleavage Shirt:CostumeTop
OL_vest.swf=Vest:CostumeTop
Pushed_Down_Tank.swf=Pushed Down:CostumeTop
Silk_Robe.swf=Silk Robe:CostumeTop
frilly_negligee.swf=Negigee:CostumeTop
Apron.swf=Apron:CostumeTop
SailorFuku.swf=Sailor:CostumeTop
denim_shorts.swf=Denim Shorts:CostumeBottoms
Bottoms - Cropped Jeans.swf=Cropped Jeans:CostumeBottoms
OL_blackskirt.swf=Dress Skirt:CostumeBottoms
leg ribbons.swf=Ribbons:CostumeFootwear
CleavageShortTopTank.swf=Short Tank:CostumeTop
flower head wreath.swf=Wreath:HairCostume>CostumeHeadwear
hr_bunnyears_mika.swf=Bunny:HairCostume>CostumeHeadwear
hr_hat_maid.swf=Maid:HairCostume>CostumeHeadwear
hr_hat_nekomimi.swf=Cat Ears:HairCostume>CostumeHeadwear
taxi.swf=taxi:CostumeTop
Lady_Blackhawk_Hat.swf=Police:HairCostume>CostumeHeadwear
Wednsdays_Spiked_Shoes.swf=Spiked Shoes:CostumeBottoms>CostumeFootwear
airy_outfit.swf=GlovesAiry:Body>CostumeGag
OL_navyskirt.swf=Skirt 2:CostumeBottoms
Misty.swf=Misty:CostumeTop:CostumeBottoms:CostumeFootwear
Ageha.swf=Ageha:CostumeBottoms:CostumeTop
armband - rgb.swf=Armband:CostumeTop>CostumeGag
Ayane - DOA - Costume.swf=Ayane:CostumeTop
Boots.swf=Another Boots:CostumeFootwear
FingerNails (Black).swf=Fingernails:Body>CostumeGag
Greek Sandals - Style 1.swf=Greek Sandals:CostumeFootwear
Greek Sandals - Style 2.swf=Greek Sandals 2:CostumeFootwear
hightops.swf=Converse:CostumeFootwear
Jill01.swf=Jill:CostumeTop:CostumeBottoms
Lightning02.swf=Lightning:CostumeTop
Panty_regular.swf=Panties:CostumeEarPiercing:Body>CostumeGag
swimsuit (2).swf=Swimsuit:CostumeTop:CostumeBottoms>CostumeTop
Anko - Costume - Fishnets.swf=Anko:CostumeTop:CostumeBottoms
Paladin Earring.swf=Paladin:CostumeEarPiercing
Paladin Arm Bracelet.swf=Bracelet:CostumeTop>CostumeArmwear
Paladin Right Forearm Ringlets.swf=Paladin Arm:Body>CostumeArmwear
Paladin Shin Guards.swf=Paladin Boots:CostumeBottoms>CostumeLegwear
Paladin Waist Chains.swf=Paladin Waist:CostumeBottoms>CostumeGag
JennyRealight.swf=Coloured Bikini:CostumeTop>CostumeBra:CostumeBottoms
Aku_Ikra.swf=Aku Ikra:CostumeTop:CostumeBottoms>CostumeTop
StraplessBiki.swf=StraplessBikini:CostumeTop>CostumeBra
inori_outfit2.swf=Inori:CostumeFootwear
Ino_clothes.swf=Ino:Body>CostumeArmwear
Ivy_-_Soul_Calibur.swf=Ivy:CostumeCollar:CostumeEarPiercing
Yoko Littner - Costume v2 DatAss.swf=Yoko:CostumeEyewear:CostumeFootwear:CostumeCollar
Abby Scuito.swf=Abby:CostumeEarPiercing
Wedding Veil.swf=Weddingveil:CostumeHeadwear
SayaTakagiBikiTop.swf=Sayaa:CostumeTop
Thigh_Tattoo_-_Skull__Flowers.swf=Thigh:Body
Side_Tattoo_-_Flowers.swf=Flowers:Body
Wedding Dress (short).swf=Wedding:CostumeTop:CostumeCollar
Calf_Tattoo_01.swf=Calf:Body
Lingerie medium.swf=Lingeriee:CostumeTop:CostumeBottoms>CostumeLegwear:CostumeCollar
Lucy Heartphilia (Cat Princess) top bottom only.swf=Lucy3:CostumeTop:CostumeBottoms
Lucy Heartphilia (Cat Princess) boots.swf=Lucy4:CostumeFootwear
China Dress.swf=China:CostumeTop:CostumeBottoms>CostumeTop
ew_Freckles.swf=Freckles:CostumeEyewear
AsamiJacket.swf=Asami:CostumeTop
MarieRoseOutfit.swf=Marie Rose:Body>CostumeArmwear
Nurse2.swf=Nursey:CostumeTop:CostumeBottoms:CostumeCollar>CostumeTop:Body>CostumeTop:CostumeHeadwear
Bell Collar.swf=Bell:CostumeCollar
Rachelearring.swf=Diamond:CostumeEarPiercing
Rachelearring2.swf=Beads:CostumeEarPiercing
boots2.swf=BootsTwo:CostumeFootwear
Glasses.swf=AnotherGlasses:CostumeEyewear
cl_spikes.swf=Spikes:CostumeCollar
Elizabeth Corset.swf=Corsett:CostumeTop
OL.swf=Skirtie:CostumeBottoms
platforms.swf=Platforms:CostumeFootwear
Nami - Updatev1.swf=Nami:Body
Kris-acces - Hue Shift Emo Glasses.swf=GlassesEmo:CostumeEyewear
Strapped Heels.swf=Strapped Heels:CostumeFootwear
SideTattoo - Stars.swf=StarTattoo:Body
SayaTakagi_outfit.swf=Saya:CostumeTop:Body>CostumeTop
momoyo_outfit.swf=Momoyo:CostumeTop
MitsukiKonishi-outfit.swf=MitsukiKon:CostumeTop:CostumeBottoms:CostumeCollar>CostumeTop
Robin_Sena_Outfit.swf=Robin:CostumeTop:CostumeCollar>CostumeTop:CostumeBottoms:Body>CostumeTop
Bunny Suit2.swf=Bunny:CostumeTop:CostumeBottoms>CostumeTop
Buisness Jacket.swf=BuisnessJ:CostumeTop:Body>CostumeTop
LBD_Adjustable_Breasts.swf=Little Black Dress:CostumeTop:CostumeBottoms>CostumeTop
Maid costume.swf=Maid:CostumeTop:Body>CostumeTop:CostumeCollar>CostumeTop:CostumeBottoms>CostumeTop
doublespiked.swf=Doublespikes:CostumeCollar
Headband (2).swf=Headband:CostumeCollar
HilCol.swf=Maid:CostumeCollar
Indian Girl Drum Dancer Outfit.swf=Indian:CostumeTop:CostumeBottoms>CostumeTop
Zaps_Fusion_Earrings.swf=Zap Fusion:CostumeEarPiercing
00_Gauges.swf=Gauges:CostumeEarPiercing
BallGagCollarColor.swf=Ball Gag:CostumeCollar
Frilly Collar.swf=Frilly:CostumeCollar
PonyShoes.swf=Ponyshoes:CostumeFootwear
hooker_boots.swf=Hooker Boots:CostumeFootwear
kogalsock.swf=Kogalsock:CostumeFootwear
Wedding_Dress.swf=Wedding:CostumeTop:CostumeBottoms>CostumeTop
3DMG Uniform (noshirt).swf=AOT:CostumeTop:CostumeBottoms:CostumeCollar>CostumeTop:Body>CostumeTop
Anjou_White_Dress.swf=Anjou:CostumeTop:CostumeBottoms>CostumeTop
Wednsday_Addams.swf=Addams:CostumeTop:CostumeBottoms>CostumeLegwear:CostumeCollar>CostumeTop:Body>CostumeTop
Argyle Socks - Purple.swf=Purple Socks
Zone Boots Ver 2.swf=Zone:CostumeTop:CostumeFootwear:CostumeBottoms
Tsunade.swf=Tsunade:Body>CostumeTop:CostumeTop:CostumeBottoms>CostumeTop
Countess_Dracula_with_Super_Sexy_Option.swf=Countess:CostumeTop:CostumeEyewear
Fishnet LTedit_Patrick.swf=lt fishnets:CostumeLegwear:CostumeLegwearB
Fishnets vanilla.swf=fancy fishnets:CostumeLegwear
Fishnets vanillaB.swf=fancy fishnets:CostumeLegwearB
Kris-acces - Hue Shift Emo Glasses.swf=Square Glasses:CostumeEyewear
Sonico_nurse.swf=Sonico:CostumeTop:CostumeBottoms
+allowoverwritingbody=1
+displayloadcounterror=1
+displayavailableonerror=1
+cancelmodwitherrorcheckfail=1
;settings section of the mod, settings start with '+'
+extractvanillapiecesenabled=1
+registerforhueshift=0
Backgrounds just go under commented 'BACKGROUNDS' line.
I have hairs arranged alphabetically by the name given for it in-game, with every letter commented so I can find them.
As I'm done with all the clothing , I'll probably arrange that somehow as well, maybe for different modtypes or whatever, right now all the clothing goes like this - New Stuff I'm testing -> RGB and Breast Slider supported clothing -> Every other thing. That's convenient for me because I have lots of stuff, so if I want to remove/change/edit or whatever with any of the hairs/clothing it's easier for me to find it.

As for your question, I'm not quite sure why do you want separate folders for default and nondefault stuff, I guess I'd just throw them into one because I'd assume most people don't need ALL of the default clothing, so they'd remove something and as they generate a list of , say, hairs it would make a list of their personal imports and the hairs they liked from default selection so they can arrange the way they want it to be in-game and copy it in. If it was just their personal folder which gets listed and they would want the hairs, say, alphabetically (who am I kidding, I'm probably the only one who has that lol), it wouldn't require them to copy the default hairs in-between the new list.
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

The way I was thinking of using it was to have active folders and storage folders for each type. I would have the half dozen or so files of each type I currently use in the active folders and the rest in storage. When I want to use a new file, or an old one that's in storage, I could move it to the appropriate active folder. When I no longer use one anymore I could move it back to storage.

If each active folder was named for a clothing type then you could control what type of clothing it would be by having it in the right folder... maybe...

Being able to move default ones into storage would be a good thing. As much as I like moreclothing, there are some default ones I don't care for or just don't use. Being able to move them I to a storage folder would reduce clutter in the active folders and load times.

So I would not suggest going with permanent default folders (excepting for anything the mod will break if it's not loaded - but I don't think there are any), just active and storage for each type. Or at least that's how I would organize it.

The next step up in sophistication would be to allow particular character folders (or dialogues.) to load their own files too so that I could always get the files needed for a character or dialogue - but loading files to more clothing from the character menu is a whole different paradigm than from doing so from the loader at startup.

A compromise or evolution of that would be to have someway to point more clothing to different folders (maybe via a settings.txt file) as it starts up so one could quickly adjust which files would load by tweaking the settings file.
 

ModGuy

Content Creator
Joined
Feb 17, 2011
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Be a super cool guy:

Write a flash tool to read in the same config file and of course the related mod files.
Pack all the data in to a custom binary format as a single file, use a serialised object for massive damage.
Load in single file at runtime, populating the related structures in one glorious strike.

Or just continue as you are lest we forget the disaster that was .lmod files.
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

In animtoolsv12...

Would it be possible to have "her leg behind him" also apply to the left breast so that His penis could slide between Her breasts?
 

Zalord

Content Creator
Joined
Jun 12, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Finally got around to trying out moreclothing. I like it so far. I use it to load full costumes. It would be nice to have a simpler way to assign all parts of a mod to one modtype menu instead of having to do stuff like Fusion.swf=Fusion:CostumeTop:CostumeBottoms>CostumeTop:CostumeFootwear>CostumeTop

You could even add a new clothing selection menu for entire costumes under the footwear one and above the tan menu.

Also, why does it take so long for it to add everything? I even removed all of the mods that came with it so I could just add in the ones I want, and it still took about 15 seconds just to load in 3 costume mods.
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Something's wrong (or your computer is really slow). Mine takes about 4.5 seconds to load 101 mods (default plus a bunch of others including several multi-part costume mods).

Do you have the newest version (V2)? IIRC it's much faster. Do you have the settings to run it in the background while SDT's title is loading? Maybe one of the costumes you are adding has a problem...

I can see the use of costume section, sort of, but would not use that feature. I just load them all through the Loader character folder when starting up or switching characters.

However what I like more about moreclothingV2 is the opposite of combining them into one part - it can decompose (some) costumes into separate tops, bottoms, collar and body - it does not usually seem to split out shoes and socks which is annoying.
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

yeah, the whole point of moreclothing is to be able to mix and match pieces of the mod to act like more ... clothing. how the mods are drawn affect how the mods can be split up, so doing things like separate socks and shoes might not work, as there are probably no actual socks drawn under the shoes and it is all drawn on 1 layer.

4-5 seconds sounds about right for normal loading time.

and as noted, you can throw everything on a single menu to act like complete costume sets (i would suggest the body menu since they are individually activatabe)

Would it be possible to have "her leg behind him" also apply to the left breast so that His penis could slide between Her breasts?
not sure how feasible it would be, as it might end up requiring to move her torso as well, and then moving that might require moving something else, and so on. the leg was easy because moving its position didn't affect how it ended up layering to the rest of her parts.

edit - and because modguy gave me the code to do the basic functionality of it xD
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Too bad, though just setting it out behind her is not a bad work-around.

If it were up to me, I would prioritize being able to position his hands much higher than altering her breasts like this, as being able to have him hold/grab various portions of her anatomy in animator positions would be a big step forward, one for which there are no really adequate workarounds now.
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Strange Error:

When I load EllieZeugz_JeansPulledDownforQuickFuck.swf, either through "I" Mod tab, or via moreclothingv2 settings.txt, then animtoolsv11 will not show him cumming - just like if the zoom in animtools is set to < 0.4. (Vanilla BJ poses still work.) It does not matter if she is actually wearing the outfit, just loading it into the inventory (for example having it in the moreclothingV2 settings) causes this function to cease working.

I'm not sure what's particular about this clothing mod, but so far it is the only one that seems to cause this failed behavior (though I haven't exhaustively tested it with other mods).

Disabling all other (non-default) $INIT mods (besides animtools and moreclothing) still results in this behavior so I don;t think it is any third mod causing the effect.
 
C

Cerek159

Re: sby's loader imports; 8/09/2014: too much stuff to list here

Nice!!! Can't Wait for another update.
Cheers
:)
 

sby

Content Creator
Coder
Joined
Sep 11, 2012
Re: sby's loader imports; 8/09/2014: too much stuff to list here

aztlan said:
Strange Error:

When I load EllieZeugz_JeansPulledDownforQuickFuck.swf, either through "I" Mod tab, or via moreclothingv2 settings.txt, then animtoolsv11 will not show him cumming - just like if the zoom in animtools is set to < 0.4. (Vanilla BJ poses still work.) It does not matter if she is actually wearing the outfit, just loading it into the inventory (for example having it in the moreclothingV2 settings) causes this function to cease working.

I'm not sure what's particular about this clothing mod, but so far it is the only one that seems to cause this failed behavior (though I haven't exhaustively tested it with other mods).

Disabling all other (non-default) $INIT mods (besides animtools and moreclothing) still results in this behavior so I don;t think it is any third mod causing the effect.
i tried the mod from here: http://www.sdtmods.com/index.php?topic=4113 . although it has a similar name, not sure if it is actually the exact mod in question.

can't seem to recreate it the error. you can try using the standalone flash debugger and see if any bad messages show up (and post a snapshot of the error), or link to the mod in question.

then again, the error could be fixed in the versions of mods i am using xD
 

aztlan

Casual Client
Joined
Sep 14, 2013
Re: sby's loader imports; 8/09/2014: too much stuff to list here

Yep. I downloaded it again and set the name in moreclothingv2 to EllieZeugz.swf=EllieZeugz. That mod works fine but the animitools positions do not. (I also tried listing the components separately - made no difference.)

Debugging does not seem to be showing any errors related to this.

There is only one debug notice that occurs, with or without EllieZeugz.swf=EllieZeugz. It occurs after loading 59 elements which is after the mod in question which is 13th in my order, and occurs on every frame or so after that even after loading all clothing and playing the game. (It seems to be related to DA 3.0 by WW, eliminating that from my $INIT removes the debugging message but does not fix the error with the clothing mod/animtools interaction.) 59th is about:

SailorFuku.swf=Sailor:CostumeTop

or

OL_vest.swf=Vest:CostumeTop

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at obj.dialogue::Dialogue/startSpeakingPhrase_l()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at Modules::lProxy/forwardMethod()
at LineTypeManager/buildDialogueStates()[F:\Users\Pim\Documents\Flash\Pimgd\SDTDialogueActions_WW\src\LineTypeManager.as:73]
at Main/doCheck()[F:\Users\Pim\Documents\Flash\Pimgd\SDTDialogueActions_WW\src\Main.as:163]
at Loader_fla::MainTimeline/fps()
 

Users who are viewing this thread

Top


Are you 18 or older?

This website requires you to be 18 years of age or older. Please verify your age to view the content, or click Exit to leave.