Tue October 21 2003, 11:28 AM
ZisuAdding .utx to .u file
I am "fixing" some issues in CTT with Barbarian_Mercenary. In order to have the torches lit in CTT, textures need to be added. Now, we tried it, but with not much success. Now I have CTT.u and CTT.utx that dont know anything about each other. How can I get textures added to CTT.u?
(Unter, the last resort)
Tue October 21 2003, 02:44 PM
ImpalerAdd your textures to MyLevel texture pack and modify their paths.
"Now I have CTT.u and CTT.utx that dont know anything about each other"

what did you do to them?
Wed October 22 2003, 03:49 AM
ZisuMercenary is an experienced mapper and I sent him the CTT.u file. He said that it was lacking textures for the torches to burn. Then he added them to CTT.u somehow with RuneEd and all should have been ok. He then sent me the file back and I couldnt even find the gametype in my list anymore. I tried to batchexport the .u file back to .uc but nothing was "uncompiled". He then sent me the CTT.utx where all the textures are. So, is there a way to "include the .utx to .u"? I was reading the code and found some texture imports starting with:
#exec
How do those work?
Can I send the files to you Impaler, so you could test if you can make it work?
Any help appreciated.
PS. background for this work: CTT is a great mod but it has many versions, all capthetorch which leads to mismatches. Also Lärs modified Runeserveradmin is used by many and capthetorch uses that class... for nothing, it just mentiones it and by that it creates mismatches between different Runeserveradmins. On conclusion, if you run a capthetorch server, only half the people can get in. We try to compile it without the reference to Runeserveradmin class, to CTT.u so no mismatches can happen. Merc then recompiles his maps (and ask permission to compile other maps too) to function with CTT.u
Wed October 22 2003, 07:34 AM
Unter den UebrigenI include my textures at compile-time with C++ commands:
#exec TEXTURE IMPORT NAME=Light FILE=Textures\Light.PCX GROUP="Icons" MIPS=OFF FLAGS=2
Is that practical for you guys?
Wed October 22 2003, 09:56 AM
ZisuYes, thats what I'm looking for. Thanks Unter. Can't wait to get to test it. Must get Mercenary online first since
my RuneEd.skill == 0;
Wed October 22 2003, 12:39 PM
ZisuUnter is the unlimited unrealscript resource. Thanks, we got it to work
Fri October 24 2003, 07:08 AM
Unter den UebrigenBeautiful.