![]() |
|
.TEX file editing, is it possible? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: .TEX file editing, is it possible? (/Thread-tex-file-editing-is-it-possible) |
.TEX file editing, is it possible? - Arlisbloxer05 - 10-08-2016 Hey there, so i've been wanting to do gamecube texture mods for a while, and although i have done it on Dolphin, i want to try it on an actual ISO. So the game in question here is Final Fantasy Crystal Chronicles, but the problem is that the textures are in .tex files. I tried looking for a .tex editor but all i got were text editors. Any help would be much appreciated. RE: .TEX file editing, is it possible? - AnyOldName3 - 10-08-2016 In 'the real world' a .tex file will contain TeX or LaTeX typesetting code (a sequence of commands and text defining a document), which is why you're getting results for text editors. Obviously, this game's textures aren't held in this format, but its developers chose .TEX as a file extension for their texture files. You may well find that if you open one with a text editor, you'll see a header for a common image format, such as bitmap, png or tga (in which case you'll just need to change the file extension so it's recognised by a standard image editor), but it may also be the case that a completely wacky proprietary format was used, in which case, you'd have to reverse engineer the file format and create plugins for your image editor software so it can load and save. If you know what you're doing, this may be possible, but it's likely an awful lot of work, much of which will be tedious and require a lot of prior knowledge. RE: .TEX file editing, is it possible? - Arlisbloxer05 - 10-08-2016 So in other words, unless one was skilled in file conversion, its not possible for a normal user like me to do it. RE: .TEX file editing, is it possible? - mbc07 - 10-08-2016 Try searching or asking on XeNTaX forums. They have a section dedicated to modding/reverse engineering several game file types... RE: .TEX file editing, is it possible? - Arlisbloxer05 - 10-08-2016 I'll be sure to pay them a visit! I'll try and keep you guys posted with some progress. |