[V] IdolNinja
Volition Staff
Wardrobe Color Change Mod v4 by IdolNinja
This mod allows the player to color already purchased clothing while in the wardrobe.
INSTALL:
Move the included store_clothing.str2_pc and vint_doc_containers.asm_pc files to your sr3 install folder:
..\steam\steamapps\common\saints row the third\
CHANGELOG
v4
Updated to work with Gangstas in Space and Trouble with Clones
v3
Updated to work with Genkibowl DLC patch
v2
Updated to work with the new steam patch on 12/12/11
How it works:
The wardrobe check for the color pallete and wear options was changed from:
if Store_clothing_is_wardrobe == false and item.colors.num_colors ~= nil and item.colors.num_colors > 0 then
TO:
if item.colors.num_colors ~= nil and item.colors.num_colors > 0 then
Also, the next if then block was changed from:
if Store_clothing_is_wardrobe == false and item.num_variants > 1 then
TO:
if item.num_variants > 1 then
In simple terms, the changed code no longer checks whether you are in the wardrobe, so it will process all the color pallete and wear option code at either type of location (store or wardrobe.)
This mod allows the player to color already purchased clothing while in the wardrobe.
INSTALL:
Move the included store_clothing.str2_pc and vint_doc_containers.asm_pc files to your sr3 install folder:
..\steam\steamapps\common\saints row the third\
CHANGELOG
v4
Updated to work with Gangstas in Space and Trouble with Clones
v3
Updated to work with Genkibowl DLC patch
v2
Updated to work with the new steam patch on 12/12/11
How it works:
The wardrobe check for the color pallete and wear options was changed from:
if Store_clothing_is_wardrobe == false and item.colors.num_colors ~= nil and item.colors.num_colors > 0 then
TO:
if item.colors.num_colors ~= nil and item.colors.num_colors > 0 then
Also, the next if then block was changed from:
if Store_clothing_is_wardrobe == false and item.num_variants > 1 then
TO:
if item.num_variants > 1 then
In simple terms, the changed code no longer checks whether you are in the wardrobe, so it will process all the color pallete and wear option code at either type of location (store or wardrobe.)