44 files liked
1 comment
1 video
1 upload
1 follower
@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>