Skip to content
Snippets Groups Projects
Commit 35519082 authored by prndev's avatar prndev
Browse files

Generating SVG outfit suffixes from documentation now sorts results.

parent 7fbf1234
No related branches found
No related tags found
2 merge requests!2047RA rework,!1960Fixing my art related mistakes
NoClothing
FuckdollSuit
Apron
AttractiveLingerie
StringBikini
Cutoffs
Slutty
UncomfortableStraps
FallenNunsHabit
PenitentNunsHabit
SluttyJewelry
HaremGauze
SlaveGown
SluttyBusinessAttire
NiceBusinessAttire
ComfortableBodysuit
SluttyMaid
NiceNurse
SluttyNurse
Schoolgirl
Kimono
Hijab
AttractiveLingerie
BallGown
Battledress
NiceMaid
RestrictiveLatex
LatexCatsuit
MilitaryUniform
Minidress
ConservativeClothing
BodyOil
Bunny
Chains
ChattelHabit
Cheerleader
ClubslutNetting
ShibariRopes
WesternClothing
BodyOil
Toga
SluttyQipao
ComfortableBodysuit
Conservative
Cutoffs
Cybersuit
FallenNunsHabit
FuckdollSuit
HalterTopDress
HaremGauze
Hijab
Huipil
Bunny
Kimono
LatexCatsuit
Leotard
ChattelHabit
HalterTopDress
BallGown
Succubus
AttractiveLingerie
MaternityDress
StretchPants
Spats
ScalemailBikini
MilitaryUniform
MiniDress
Monokini
Apron
Cybersuit
NiceBusinessAttire
NiceMaid
NiceNurse
No
PenitentNunsHabit
RedArmyUniform
RestrictiveLatex
ScalemailBikini
Schoolgirl
SchutzstaffelUniform
ShibariRopes
SlaveGown
Slutty
SluttyBusinessAttire
SluttyJewelry
SluttyMaid
SluttyNurse
SluttyQipao
SluttySchutzstaffelUniform
Spats
StretchPants
StringBikini
Succubus
Toga
UncomfortableStraps
Western
......@@ -6,10 +6,12 @@
# This script is meant to be executed at the project root directory.
# This script depends on bash, grep, sed, paste and nodejs (so best executed on Linux, I guess)
# grep -Porh '(?<=\.clothes = )"[^"]+"' src/ | sort | uniq # searches sources for all clothes strings actually used in the game, even undocumented ones
(
echo 'var window = {};'
grep -v '^:' src/art/vector/Helper_Functions.tw
echo -n 'Array('
sed '/^clothes:/,/:/!d' "slave variables documentation - Pregmod.txt" | grep '"' | paste -sd,
echo ').forEach(v => {console.log(window.clothing2artSuffix(v));});'
) | nodejs
) | nodejs | sort
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment