GTA Style Collectible Rewards

In GTA III and Vice City as well as San Andreas, you collected packages
to receive various weapons, armor and vehicles. This is similar to the
CD collection in Saint's Row 2. Except that in SR2 you get either music tracks
(vanilla) or outfits (GOTR).

Well just for the fun of it, I decided to change the CD rewards around a little
bit and make them a little more like those in GTA.

NOTE: You should start a new game for this one, because if you have
any CD rewards unlocked your game will crash. If you haven't started
collecting the CDs yet, then your game will be okay.

10 CDs = Magnum
20 CDs = Stun Gun
30 CDs = 12 Gauge
40 CDs = Tommy Vercetti Outfit
50 CDs = APC and Tornado

Note: This mod will only work with GOTR and Made 2 Measure
It will not work with vanilla.

The reason why it won't work with vanilla is that the vanilla
customization_outfits.xtbl does not have an entry for the
Tommy Vercetti outfit.

Here is the customization_outfits.xtbl entry for the Tommy Vercetti outfit:
Code:
<Outfit>
        <Name>Tommy</Name>
        <Display_Name>The Vercetti</Display_Name>
        <Content_Grid>
            <Content_Element>
                <Item>Sunshine's shirt</Item>
                <Default_Wear_Option>cmOvS_mSunshine_UC.cmeshx</Default_Wear_Option>
                <Primary_Color>Cyan</Primary_Color>
                <Secondary_Color>Cop Dark Blue</Secondary_Color>
                <Tertiary_Color>Baby Blue</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>men's tight jeans</Item>
                <Default_Wear_Option>cmBot_mJeansMF02_M.cmeshx</Default_Wear_Option>
                <Primary_Color>Denim</Primary_Color>
                <Secondary_Color>Light Denim</Secondary_Color>
                <Tertiary_Color>Light Denim</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>athletic shoes</Item>
                <Default_Wear_Option>cmSho_uSporSho02.cmeshx</Default_Wear_Option>
                <Primary_Color>White</Primary_Color>
                <Secondary_Color>Silver</Secondary_Color>
                <Tertiary_Color>Slate Gray</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>rectangular belt 1</Item>
                <Default_Wear_Option>cmBel_uRect01_M.cmeshx</Default_Wear_Option>
                <Primary_Color>Black</Primary_Color>
                <Secondary_Color>Black</Secondary_Color>
                <Tertiary_Color>Black</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>men's nice watch 1 left</Item>
                <Default_Wear_Option>cmWrL_mWatch02.cmeshx</Default_Wear_Option>
                <Primary_Color>Silver</Primary_Color>
                <Secondary_Color>Brown</Secondary_Color>
                <Tertiary_Color>White</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>short figure eights chain</Item>
                <Default_Wear_Option>cmCh1_uEights01_S.cmeshx</Default_Wear_Option>
                </Content_Element>
            </Content_Grid>
        <Styles_Grid>
            <Style_Element>
                <Display_Name>default</Display_Name>
                <Variant_Grid>
                    <Variant_Element>
                        <Variant>cmOvS_mSunshine</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>Stonewash_jeans</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>sport shoe</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>steel</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>watchband</Variant>
                        </Variant_Element>
                <Variant_Element>
                        <Variant>silver</Variant>
                        </Variant_Element>
                    </Variant_Grid>
                </Style_Element>
            </Styles_Grid>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
    </Outfit>
(Courtesy Of Mike Watson and the GOTR Team.)

If you add it to your customization_outfits.xtbl then the mod will work in Vanilla

For Instructions on adding outfits to the file see
See: Part 2: Variant Entries. The relevant code is under the picture near the bottom.

Note: The included unlockables file is the GOTR version with just the CD Rewards
changed. So backup your old Unlockables file (especially if you have medded it in
any way.)

Enjoy.
 

Attachments

Last edited:
Back
Top