This guide will go through the steps to modify a texture used by Warframe via the OpenWF Bootstrapper.
Before we start: know what you're replacing. I am going to be using /Lotus/Interface/PolarityPoint.png
as an example, which is the icon for the Vazarin polarity.
To explore textures, I can recommend using the GUI of Puxtril's Warframe Exporter.
pluto extract.pluto /Lotus/Interface/PolarityPoint.png
to download & export the texture to the assets
folder.assets
folder until you find PolarityPoint.png.dds
.DXT1
or DXT5
in the 6th row.pluto build.pluto
within the warframe-cache-tools directory.content (managed)
folder from warframe-cache-tools into the OpenWF folder of your client. The Bootstrapper will automatically patch the game to use your modified content, and if you ever wanna stop using it, you can simply remove the client's content (managed)
folder.