-
Notifications
You must be signed in to change notification settings - Fork 7
Replacing textures graffiti in Marc Ecko's Getting Up
On left-hand side you get a tree-view of the games folder structure, here you can find all the textures for graffiti etc.
Graffiti is in engine/textures/tag_art
Character textures are in engine/Meshes/Chars
Click in the tree to navigate the textures
.st
texture files can be exported to DDS, PNG, JPEG, BMP or GIF by using the Export button.
Once you know which texture you want to replace, follow these steps:
- Export the texture to a DDS file
- Edit the DDS file with your image editor
Personally I use Paint.NET
When saving the DDS use the same texture compression mode (DXT#) and the same resolution.
- Click the "Replace in-game" button and choose your edited DDS file, the preview will update to your new texture.
Done, you can now launch the game and see your changes.
Each graffiti piece has 3 textures with it, they used for outline, work in progress, and completed piece.
They're named as _f
(filled), _u
(unfilled) and _s
(outlined) respectively. Variants are numbered (eg. f1
, f2
, f3
)