My skin is not working
-
- Godlike
- Posts: 3761
- Joined: Sat Sep 12, 2015 8:46 pm
Re: My skin is not working
Suspected they might be but didn't check. You could try removing the unnecessary calls in the .u file, recompile it and see what happens?
-
- Godlike
- Posts: 3024
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: My skin is not working
If file sizes are different, files are different. If file sizes are equal, files may be different. In this case I recommend using a binary compare tool like comp or cmp.Tater wrote:Every file size is exact.
"If Origin not in center it be not in center." --Buggie
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
AxeWound is looking over the .u files for uneeded references and so forth. He'll decompile and recompile it.
-
- Inhuman
- Posts: 754
- Joined: Tue Apr 22, 2008 11:21 pm
- Personal rank: UT99 Promoter/Admin
- Location: Minnesota USA
Re: My skin is not working
They look very nicely done Tater! 

=Hook=(Member# 626)
HUTP Active Forums: https://hooksutplace.freeforums.net/forum
HUTP UT99 Community Portal: https://hooksutplace.freeforums.net/
OR: https://hermskii.com/hook/ut99_hutp/
UT99 Server -> CROSSBONES Missile Madness {CMM}
* Newest Versions of: PRO-Redeemers | PRO-SNIPER-Redeemers | PRO-SEEKER-Redeemers <-(the Original)
and Now with FOOD FIGHT and Frying Pan arena !!!
IP: 68.232.181.236:7777 <-(NEW IP to come)
UT99 MH Server -> {CMH} CROSSBONES Monster Hunt (MH) by Mars007 (The Original) - IP: 108.61.238.93:7777
HUTP Active Forums: https://hooksutplace.freeforums.net/forum
HUTP UT99 Community Portal: https://hooksutplace.freeforums.net/
OR: https://hermskii.com/hook/ut99_hutp/
UT99 Server -> CROSSBONES Missile Madness {CMM}
* Newest Versions of: PRO-Redeemers | PRO-SNIPER-Redeemers | PRO-SEEKER-Redeemers <-(the Original)
and Now with FOOD FIGHT and Frying Pan arena !!!
IP: 68.232.181.236:7777 <-(NEW IP to come)
UT99 MH Server -> {CMH} CROSSBONES Monster Hunt (MH) by Mars007 (The Original) - IP: 108.61.238.93:7777
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
Thanks Hook. I'm sure. with everyones help here, I'll be able to have them functioning properly soon.
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
I ran a comparison on all of the .U files and there was no difference. I also ran FC to check for differences in the lines but they were the same also.
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
I just followed a tutorial fromhttp://www.milkshape3d.com/ms3d/tutorials/ut/ and created all new classes, model, and textures. The problem was that the .uc in the classes, after running ucc make, put all of those "SetSkinElement calls to SkinNames 2T_*, 3T_* and 4T_*" back in and there was nothing to reference those to.Postby OjitroC » Mon Apr 04, 2016 3:13 pm
If you look at the script in the .u file you will find unnecessary SetSkinElement calls to SkinNames 2T_*, 3T_* and 4T_* which don't of course exist - don't know if this could cause your problem. It certainly generates a lot of garbage in the log. Maybe the .u file is screwed in some way?
-
- Godlike
- Posts: 3761
- Joined: Sat Sep 12, 2015 8:46 pm
Re: My skin is not working
I see - I did look at the script of one .u file for a model with only one skin set (can't remember which one now but it must have been another version of an existing model) and saw comments by the author that he/she had removed unnecessary SetSkinElement calls so it is possible - I don't know how though so that is not much help.
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
I know that the NALI only requires one base skin. I'll have a look tomorrow and see what's in it. I've taken the .u and ran it through UMODEL then 3DConverter to convert it to a PSK. Once done I ran it through MilkShape and created all of the needed .int's and .uc's. Used ucc make to create a .u after removing the extra skinelements but I never got a chance to try it on a server because the model's arms were stretched out of shape.
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
Today I made 3 pcx pics named chef2, chef3 and chef4. I imported them into the existing UTX and the UCCINIT.log doesn't show an error for textures that it can't find. Those images aren't being used but at least the name is there for whatever is searching for them. I've also not seen a red skin or neon green one since doing it either.
-
- Godlike
- Posts: 6473
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: My skin is not working
Woow, a new funny topic growing up to 30 pages with double posts for no reason. Did anyone disassembled a default functional skin and trying to recreate one based on UTX and INT rules used by Stock UT stuff ?
-
- Godlike
- Posts: 10323
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: My skin is not working
I gave it a go on the bottom of the 1st page of this thread.sektor2111 wrote:Did anyone disassembled a default functional skin and trying to recreate one based on UTX and INT rules used by Stock UT stuff ?
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://x.com/EvilGrinsIsBack
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://x.com/EvilGrinsIsBack

Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Experienced
- Posts: 80
- Joined: Sat May 25, 2013 3:28 pm
Re: My skin is not working
OK then, thanks to those that have helped and sorry to those that this has bothered