Aquela versão não foi vazada, a TFS liberou no outro fórum.
Esses outfits sempre existiram desde a versão 8.1 eu acho.
E como a TFS mesmo disse, essa versão é cheia de bugs por isso eles retiraram ela.
Só é possível colocar 25 outfits. Pelo menos aqui só funciona 25.
Nas sources vai em outfit.h e procura por isso:
#define OUTFITS_MAX_NUMBER 25
Mude para:
#define OUTFITS_MAX_NUMBER 29
Em data/lib/000-constant.lua procure por:
maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 251, 268, 273, 278, 289, 325, 328, 335, 367}
femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 252, 269, 270, 279, 288, 324, 329, 336, 366}
Se não der certo procure por:
maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 251, 268, 273, 278, 289, 325, 328, 335}
femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 252, 269, 270, 279, 288, 324, 329, 336}
Mude para:
maleOutfits = {128, 129, 130, 131, 132, 133, 134, 143, 144, 145, 146, 151, 152, 153, 154, 194, 251, 253, 254, 255, 268, 264, 273, 278, 289, 325, 328, 335, 367}
femaleOutfits = {136, 137, 138, 139, 140, 141, 142, 147, 148, 149, 150, 155, 156, 157, 158, 194, 252, 253, 254, 255, 264, 269, 270, 279, 288, 324, 329, 336, 366}
OBS.: É quase certeza que não vai funcionar :S