Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Anonymous on 2001-03-31 02:07:00

Title: What do you edit textures with?
Post by: Anonymous on 2001-03-31 02:07:00
n/t
Title: What do you edit textures with?
Post by: ficedula on 2001-03-31 02:15:00
I don't know of any tool to let you edit TEX files. It wouldn't be too hard to make, though, I *think*.
Title: What do you edit textures with?
Post by: Skillster/RedSarg99 on 2001-03-31 02:58:00
fice: best bet is to do this
convert the tex to tims then use source code from tim2bmp progs to comvert it to BMP for editing, then reverse the process for saving
Title: What do you edit textures with?
Post by: ficedula on 2001-03-31 03:12:00
Oh, I already know how to convert *from* TEX to BMP's. Latest version of LGP Tools can do it. I haven't tried converting back the other way but, like you say, reversing the process *should* work.

(The reason it might not is that to convert from TEX->BMP I read only the size, palette and pixel data from the TEX. If there was other data that needs to be present, I don't know about it. I'll give it a go sometime though).

Title: What do you edit textures with?
Post by: Skillster/RedSarg99 on 2001-03-31 11:24:00
lgp tools does? is that the current available version?
thanks
Title: What do you edit textures with?
Post by: ficedula on 2001-03-31 14:16:00
Sure is. Any file type that can be previewed (other than .P) in LGP Tools, right click on the preview window and there's a Save As option.
Title: What do you edit textures with?
Post by: Skillster/RedSarg99 on 2001-03-31 18:06:00
great thanks
Title: What do you edit textures with?
Post by: ficedula on 2001-03-31 19:07:00
...or you could go and download the newer version of LGP Tools I've just uploaded, which can convert BMP's into TEX files.
Title: What do you edit textures with?
Post by: Anonymous on 2001-04-01 03:52:00
WHOOHOO!!
Title: What do you edit textures with?
Post by: ficedula on 2001-04-01 15:34:00
On a similar note, I've looked into background editing ... editing the actual texture for the background wouldn't be too hard, after all it's just two bitmaps layered on top of one another, stored in a rather strange format ... but there wouldn't be much point. Why? Well, unless you can edit the 3d geometry of the level as well then all you can really do is add logos, posters, that sort of thing ... you get what I'm saying.

Anyway, does anybody want that sort of limited background editing?

Title: What do you edit textures with?
Post by: Skillster/RedSarg99 on 2001-04-01 16:23:00
fice: that would be welcome start at least  :D
but what limitations are there, colour wise?
throw it in fice and then get some feedback then maybe think about progressing further.
mabe some clour enhancements could be done, or maybe a form of filtering or something?
Title: What do you edit textures with?
Post by: ficedula on 2001-04-01 17:44:00
Colour wise each background has a 256-colour palette; each palette entry is a 16-bit colour value. That's a pretty strange way to store images though I can see the point, sort of ... paletted to save space (image data is the majority of the data in the field file), but 16-bit since that's all the game runs in.
There's no point whatsoever making backgrounds larger since the game would still be displaying 3d models at the normal scale - plus we can't edit the 3d geometry of the level.
Title: What do you edit textures with?
Post by: Skillster/RedSarg99 on 2001-04-01 18:01:00
i am not thinking of making them larger althought that would allow for smoothing effects to be done on the levels. i was thinkin of small corrections and improvements
Title: What do you edit textures with?
Post by: Anonymous on 2001-04-01 21:24:00
I think it would be great just to be able to edit the backgrounds without the 3d stuff, then mods could be created that wouldn't look anything like the original game.
Title: What do you edit textures with?
Post by: ficedula on 2001-04-01 23:51:00
Skillster: Yeah, you could do that.

Dark: Well, you really need to edit the 3d geometry too. Otherwise it's just really cosmetic changes. Now, if you could edit the geometry you'd be a moderate amount of the way towards creating your own locations.

Title: What do you edit textures with?
Post by: Anonymous on 2001-04-02 00:50:00
I'm just saying that those cosmetic changes could give the game a completely different look and feel.
Title: What do you edit textures with?
Post by: ficedula on 2001-04-02 00:57:00
Well, yeah, you could do that sort of editing. OK, I'll give it a go.
Title: What do you edit textures with?
Post by: Srethron Askvelhtnod on 2001-04-05 00:30:00
Ficedula: I really have been out of it. Well, all I have to say is awesome! Looks like there have been 2 cool updates with the .TEX files, and now there will be preliminary background editing. This is very cool.  :) I know it isn't exactly a huge step, but it's a start.
Title: What do you edit textures with?
Post by: ficedula on 2001-04-05 01:03:00
Hehe. That's what I'm here for.