Jump to content
The latest updated version of RAGE Plugin Hook, required to play LSPDFR, can be found inside the LSPDFR download. It is not currently available on the RAGE Plugin Hook website.

How to add new outfits selections in Locker Room menu?


Pacquaro
Go to solution Solved by Pacquaro,

Recommended Posts

Hi, i added a new outfit in my custom/outfits_polizia_eup.xml but, when I am in the locker room menu, the new outfit selection I created doesn't appear. The xml does not contain errors (because the RPH log do not contains errors and lspdfr works normally), so what am I doing wrong?

This is the custom outfit code I created
 

Spoiler

    <Outfit>
        <Name>Divisa Estiva Lunga</Name>
        <ScriptName>estiva_polizia_lunga</ScriptName>
        <Variations>
<!-- ESTIVA LUNGA UOMO -->
            <Variation>
                <Name>Agente</Name>
                <ScriptName>agenteestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                  <Components>
                    <!--berd-->
                    <Component id="1" drawable="0" texture="0" />
                    <!--uppr-->
                    <Component id="3" drawable="0" texture="0" />
                    <!--lowr-->
                    <Component id="4" drawable="25" texture="0" />
                    <!--hand-->
                    <Component id="5" drawable="0" texture="0" />
                    <!--feet-->
                    <Component id="6" drawable="25" texture="0" />
                    <!--teef-->
                    <Component id="7" drawable="3" texture="0" />
                    <!--accs-->
                    <Component id="8" drawable="37" texture="0" />
                    <!--task-->
                    <Component id="9" drawable="0" texture="0" />
                    <!--decl-->
                    <Component id="10" drawable="0" texture="0" />
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="0" />
                </Components>
                <Props>    
                    <Prop id="6" drawable="20" texture="0" />
                </Props>
            </Variation>
            <Variation>
                <Name>Agente Scelto</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>agentesceltoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="1" />
                </Components>
            </Variation>
            <Variation>
                <Name>Assistente</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>assistenteestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="2" />
                </Components>
            </Variation>
            <Variation>
                <Name>Assistente Capo</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>assistentecapoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="3" />
                </Components>
            </Variation>
            <Variation>
                <Name>Sovrintendente</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>sovrintendenteestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="12" />
                </Components>
            </Variation>
            <Variation>
                <Name>Sovrintendente Capo</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>sovritendentecapoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="13" />
                </Components>
            </Variation>
            <Variation>
                <Name>Vice ispettore</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>viceispettoreestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                  <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="8" />
                </Components>
            </Variation>
            <Variation>
                <Name>Ispettore</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>ispettoreestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="9" />
                </Components>
            </Variation>
            <Variation>
                <Name>Ispettore Capo</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>ispettorecapoestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="10" />
                </Components>
            </Variation>
            <Variation>
                <Name>Commissario</Name>
                <Base>agenteestivalunga_uomo_polizia</Base>
                <ScriptName>commissarioestivalunga_uomo_polizia</ScriptName>
                <Gender>male</Gender>
                <Components>
                    <!--jbib-->
                    <Component id="11" drawable="35" texture="4" />
                </Components>
            </Variation>
                </Variations>
    </Outfit>

 

Edited by Pacquaro
Link to comment
Share on other sites

  • The title was changed to How to add new outfits selections in Locker Room menu?
  • Solution

Hi, I added in the <ped></ped> section of the correct agency (into the custom/agency_eup.xml file) the string in order to make the police peds spawn with the new outfits I created and doing that the new outfit section is appeared in the Locker Room menu selection. Thank you so much for your help!

Link to comment
Share on other sites

You should only reply here to ask for more information from Pacquaro or to answer the person's issue.

Reply to this thread only to offer help or assistance to Pacquaro.
If you want support, create your own thread in the appropriate forum. Non-relevant replies, derailing posts, "me too", disinformation and other support requests will be removed without warning.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...