modding issues and questions

  • Thread starter Thread starter F13
  • Start date Start date
F

F13

Guest
(note: this thread has a generic name because i came across multiple bugs when modding sr2, and i didn't want to make multiple threads)

I've come across a lot of bugs and issues when i attempt to mod sr2.

1: when attempting to replace the tc rose outfit from gotr with a lin outfit the game ould freeze when attempting to load the outfit. i have no clue where i went wrong.

Code:
        </Outfit>
    <Outfit>
        <Name>TC</Name>
        <Display_Name>Lin Outfit</Display_Name>
        <Content_Grid>
            <Content_Element>
                <Item>women's hair chopsticks 1</Item>
                <Default_Wear_Option>cmX02_wHairChop1.cmeshx</Default_Wear_Option>
                <Primary_Color>Metallic Gold</Primary_Color>
                <Secondary_Color>Metallic Gold</Secondary_Color>
                <Tertiary_Color>white</Tertiary_Color>
                 </Content_Element>
            <Content_Element>
                <Item>women's halter swimtop</Item>
                <Default_Wear_Option>cmBra_wSwimtop01.cmeshx</Default_Wear_Option>
                <Primary_Color>Black</Primary_Color>
                <Secondary_Color>Black</Secondary_Color>
                <Tertiary_Color>Black</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>women's low cut track pants</Item>
                <Default_Wear_Option>cmBot_wTrackPa02_L.cmeshx</Default_Wear_Option>
                <Primary_Color>Saint's Purple</Primary_Color>
                <Secondary_Color>Black</Secondary_Color>
                <Tertiary_Color>White</Tertiary_Color>
                </Content_Element>
            <Content_Element>
                <Item>thong A</Item>
                <Default_Wear_Option>cmUnW_wThong01.cmeshx</Default_Wear_Option>
                <Primary_Color>Black</Primary_Color>
                <Secondary_Color>Black</Secondary_Color>
                <Tertiary_Color>Black</Tertiary_Color>
                </Content_Element>
            </Content_Grid>
        <Styles_Grid>
            <Style_Element>
                <Display_Name>default</Display_Name>
                <Variant_Grid>
                    <Variant_Element>
                        <Variant>WithoutBling</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>2 color</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>track A2</Variant>
                        </Variant_Element>
                    <Variant_Element>
                        <Variant>stripes</Variant>
                        </Variant_Element>
                    </Variant_Grid>
                </Style_Element>
            </Styles_Grid>
        <_Editor>
            <Category>Entries</Category>
            </_Editor>
        </Outfit>

2: I wanted to create a new weapon that uses a mesh that isn't preloaded so i got the name of the mesh, it's g_peg file and it's peg file and added them to preload.tbl, the model didn't appear in-game. the mesh ended in .SMESH but in preload.tbl i wrote .smesh.

3; I added 2 new radio stations into the game, they work fine - exept when i pause the game and go to radio stations they don't have a logo or description. where do i edit this? i know it's possible as 2 new stations were added to gotr.
 
Last edited by a moderator:
Back
Top