City Bus Manager

City Bus Manager

Not enough ratings
Getting the texture from a .repaint file
By QualityCroissant
Since .repaint files are in a proprietary format, it is hard to extract the resources from them. However, you can retrieve the texture by locating the 89-PNG signature within the file, using a hex editor.
   
Award
Favorite
Favorited
Unfavorite
Tutorial
If you do not want to watch the video guide above, it essentially covers the following steps:
1. Locate the .repaint file you want to extract the texture from
2. Open it in a hex editor, and copy the data from between the 89-PNG signature and the IEND chunk.
3. Paste this data into a hex-to-png converter, and save your image.