Slave Zero texture files .tex
-
Radu13
- ultra-n00b
- Posts: 3
- Joined: Tue Jan 02, 2018 12:01 pm
- Has thanked: 2 times
- Been thanked: 1 time
Slave Zero texture files .tex
I am trying to open and edit the texture files from a 1999 game: slave zero
Tried several programs without luck, any suggestions?
Example below:
https://drive.google.com/file/d/1Px9Smv ... 2Y0Lb/view
Tried several programs without luck, any suggestions?
Example below:
https://drive.google.com/file/d/1Px9Smv ... 2Y0Lb/view
- Acewell
- VIP member

- Posts: 1329
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2683 times
- Been thanked: 841 times
Re: Slave Zero texture files .tex
with TextureFinder 128x128 rgba5551 looks good, image data starts at 0x10.
need more and variety of samples to make a script.
You do not have the required permissions to view the files attached to this post.
-
Radu13
- ultra-n00b
- Posts: 3
- Joined: Tue Jan 02, 2018 12:01 pm
- Has thanked: 2 times
- Been thanked: 1 time
Re: Slave Zero texture files .tex
Thank you, i uploaded the entire texture folder for more examples.Acewell wrote:with TextureFinder 128x128 rgba5551 looks good, image data starts at 0x10.need more and variety of samples to make a script.
https://drive.google.com/drive/folders/ ... sp=sharing
Hopefully you shoud be able to create a working script!
- Acewell
- VIP member

- Posts: 1329
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2683 times
- Been thanked: 841 times
Re: Slave Zero texture files .tex
okay here is Noesis python script to open all tex samples of this game.
supports 8bit alpha(?), rgba8888 and rgba5551
this script will conflict with other scripts that also open tex files that don't have proper
type checking, you will have to move those out of the plugins folder while using this one.
this script will conflict with other scripts that also open tex files that don't have proper
type checking, you will have to move those out of the plugins folder while using this one.
You do not have the required permissions to view the files attached to this post.
-
Radu13
- ultra-n00b
- Posts: 3
- Joined: Tue Jan 02, 2018 12:01 pm
- Has thanked: 2 times
- Been thanked: 1 time
Re: Slave Zero texture files .tex
Good job, so this script works with a program called Noesis?Acewell wrote:okay here is Noesis python script to open all tex samples of this game.supports 8bit alpha(?), rgba8888 and rgba5551
this script will conflict with other scripts that also open tex files that don't have proper
type checking, you will have to move those out of the plugins folder while using this one.
- Acewell
- VIP member

- Posts: 1329
- Joined: Wed Nov 05, 2008 12:16 pm
- Has thanked: 2683 times
- Been thanked: 841 times
Re: Slave Zero texture files .tex
yes, the link to Noesis is in my signature.Radu13 wrote: so this script works with a program called Noesis?
-
Strangways
- ultra-n00b
- Posts: 2
- Joined: Sun Jun 28, 2020 12:59 am
- Been thanked: 1 time
Re: Slave Zero texture files .tex
I played the demo version of Slave Zero back in the day, and one of the things I enjoyed was the anime/Evangelion billboard images. When I finally got the full version, I was quite surprised to find that those textures had been replaced!
Thanks to this forum post, I went digging through the demo and full version .tex files. There are a number of minor changes: Some scaffold textures are darker or have an added light. The Klieg, Otto, and Vitriol billboards where either made brighter or dirtied up. s_sign_dragon_B is the "Tristan" sign and has the words "Amber Ale" at the bottom. s_sky_mission15.tex has a red clouds on the bottom, rather than being all black. The loading screen is different, showing Slave Zero standing still rather than shooting. The menu font is different, being textured and harder to read. s_signage_girl has a vignette added. There were 50 textures that were slightly, changed, but they were not all that interesting.
The completely swapped textures are the most interesting ones, and they are in the attached image. Clearly there were some copyright and adult content issues in a few!
Thanks to this forum post, I went digging through the demo and full version .tex files. There are a number of minor changes: Some scaffold textures are darker or have an added light. The Klieg, Otto, and Vitriol billboards where either made brighter or dirtied up. s_sign_dragon_B is the "Tristan" sign and has the words "Amber Ale" at the bottom. s_sky_mission15.tex has a red clouds on the bottom, rather than being all black. The loading screen is different, showing Slave Zero standing still rather than shooting. The menu font is different, being textured and harder to read. s_signage_girl has a vignette added. There were 50 textures that were slightly, changed, but they were not all that interesting.
The completely swapped textures are the most interesting ones, and they are in the attached image. Clearly there were some copyright and adult content issues in a few!
You do not have the required permissions to view the files attached to this post.
-
Strangways
- ultra-n00b
- Posts: 2
- Joined: Sun Jun 28, 2020 12:59 am
- Been thanked: 1 time
Re: Slave Zero texture files .tex
If anyone would like to add these textures from the demo back into their full game, they are in the attached zip file. Simply unzip all the .tex files from the game's textures.zip file, replace any of the .tex files where you'd prefer to have the ones from the demo, and create a new textures.zip file with all of the .tex files together.
You do not have the required permissions to view the files attached to this post.
- Dinoguy1000
- Site Admin
- Posts: 759
- Joined: Mon Sep 13, 2004 1:55 am
- Has thanked: 129 times
- Been thanked: 142 times
Re: Slave Zero texture files .tex
If you're interested at all in wiki editing, The Cutting Room Floor would welcome this information. 

