Since this has been requested/talked about a lot.
1. Download
Paint.NET
The following extensions can be saved and opened with Paint.NET:
.PDN/.PSD/.GIF/.JPEG/.PNG/.TIFF/
.TGA/
.DDS/.BPM
2. Install Paint.NET
3. Start up the program
4. Go to C:\Program Files\The Game Creators\FPS Creator\Files
5. Navigate into the file
texturebank (or where the texture is located)
6. Open up your texture
7. The image can be directly edited in the program or saved to a familiar format and opened in another program.
FROM HERE ON IS RETEXTURING
8. Once finished I
HIGHLY recommend you don't save you should "Save As".
9. Try adding an extra underscore and possibly something new to redirect you re texture/texture to
For example:
Quote: "bed_d_D2
TO
bed_d_D2_RETEXTURE"
Go to segmentbank/entitybank and make a copy of the off all the files with the name of the retextured object.
10. In the new file open up the
.FPS file in notepad
11. Change all texture destinations to the new texture
For example:
;header
desc = bedd
;ai
aiinit = appear1.fpi
aimain = default.fpi
aidestroy = disappear1.fpi
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
;orientation
model = meshbank\ww2\scenery\furniture\bedd\bed_d.x
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
defaultstatic = 1
materialindex = 3
collisionmode = 1
;visualinfo
textured = texturebank\ww2\scenery\furniture\bedd\bed_d_d2.tga
effect =
castshadow = 0
should now be changed to:
;header
desc = bedd_RETEXTURED
;ai
aiinit = appear1.fpi
aimain = default.fpi
aidestroy = disappear1.fpi
;spawn
spawnmax = 0
spawndelay = 0
spawnqty = 0
;orientation
model = meshbank\ww2\scenery\furniture\bedd\bed_d.x
offx = 0
offy = 0
offz = 0
rotx = 0
roty = 0
rotz = 0
defaultstatic = 1
materialindex = 3
collisionmode = 1
;visualinfo
textured = texturebank\ww2\scenery\furniture\bedd\bed_d_d2_RETEXTURED.tga
effect =
castshadow = 0
12. Make sure to change the line
desc = bedd
to something that you can distinguish the two versions
desc = bedd_RETEXTURED
13. Load it into FPSC
There is also a
normal mapping plugin for Paint.NET
Your signature has been erased by a mod because it's almost 1MB in size