Cargando...
Le gustan 44 archivos
1 comentario
0 vídeos
0 subidas
0 seguidores
  • Default

    @abinsabir thanks man got it work by removing

    If its crashing your game, just open up content.xml inside the dlc.rpf and remove these 2 lines -->
    1. --> <Item>
    <filename>dlc_bigote:/%PLATFORM%/vehiclemods/evowheel_mods.rpf</filename>
    <fileType>RPF_FILE</fileType>
    <overlay value="false" />
    <disabled value="true" />
    <persistent value="true" />
    </Item>

    2. -->> <Item>dlc_bigote:/%PLATFORM%/vehiclemods/evowheel_mods.rpf</Item>

    and finally open up extratitleupdatedata inside update.rpf/xommon/data - add this ->
    <Item type="SExtraTitleUpdateMount">
    <deviceName>dlc_bigote:/</deviceName>
    <path>update:/dlc_patch/bigote/</path>
    </Item>

    hace 10 días