This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Adding new icons
Alex Crooks edited this page Jan 17, 2017
·
6 revisions
R3 has an automated vehicle icon colourizer which allows you to upload new vehicle icons that every user of R3 across all unit websites will immediately and automatically benefit from.
To extract the correct vehicle icon from the game files follow these steps:
- Find the vehicle in the 3D editor and after you have placed it right click -> view in config browser
- Look for the entry "icon" it will look something like this
icon = "\A3\Drones_F\Air_F_Gamma\UAV_01\Data\UI\Map_UAV_01_CA.paa";
The key is the.paa
file. - Find the
.pbo
in the game files that contains this icon image. In the example above it would be inDrones_F.pbo
. - Extract the pbo with your favourite depbo tool, find the
.paa
in the extracted files. - Upload the
.paa
file to https://titanmods.xyz/r3/tiler/icons and leave the rest to us!