Author Topic: Uniform problem  (Read 3703 times)

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Uniform problem
« on: January 20, 2009, 11:03:25 AM »
I'm trying to get the crew ready for my TMP bridge but I can not get the uniforms I made to work within the game.

I used the default texture as a template and saved them as TGA. But in the game they only appear as grey?

What am I doing wrong?
Whatever knocks us back, can only make us stronger.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Uniform problem
« Reply #1 on: January 20, 2009, 01:03:55 PM »
Could you post a screenshot of this, ingame?

Since the game will make it a shade of white (depends on the lighting) if a texture can't be found (for an example, look in the BPUniforms thread in this forum).
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #2 on: January 20, 2009, 02:12:09 PM »
here are some screen caps
Whatever knocks us back, can only make us stronger.

Offline MLeo

  • Retired Staff
  • Posts: 3636
  • Cookies: 833
  • Software Simian
    • the Programming Pantheon
Re: Uniform problem
« Reply #3 on: January 20, 2009, 02:33:22 PM »
It can't find the textures.
You can see the lighting in the grayness.
How are you testing it?
I still can't read peoples minds, nor can I read peoples computers, even worse, I can't combine the two to read what is going wrong with your BC install...

"It was filed under 'B' for blackmail." - Morse, Inspector Morse - The dead of Jericho.

Offline Nighthawk

  • |______[o]_|
  • Posts: 750
  • Cookies: 18
Re: Uniform problem
« Reply #4 on: January 20, 2009, 03:49:55 PM »
if you can find your way around the scripts, try looking at the character definition files, and track down the textures from there.
or, call whatever texture you made.
you might want to check the SDK files because they're simpler. I think the function you're looking for was CreateCharacter(), might be near the beginning of the file.
you'll find it has the path for all 3 detail levels. be sure the texture you need will load in the detail level you're using.


if it seems ok, then the texture file might be damaged, but I think that would show the white model MLeo said.

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #5 on: January 20, 2009, 04:21:19 PM »
here is what I have tried tonight.

Check file name in script was ok.

copy and pasted my texture over the male teal body in photoshop and saved with original file name.

still no joy.
Whatever knocks us back, can only make us stronger.

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #6 on: January 20, 2009, 04:31:00 PM »
ok I think I cracked it. I renamed the original files and left them inside the directory.

I took them out and now it works.

Textures need refining but at least they now work. Thanks for the help guys
Whatever knocks us back, can only make us stronger.

Offline pano27

  • Posts: 37
  • Cookies: 0

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #8 on: January 22, 2009, 03:56:09 AM »
They are very good, But I'm trying to put together the complete bridge package.
Whatever knocks us back, can only make us stronger.

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #9 on: January 22, 2009, 01:13:41 PM »
little more tweaked
Whatever knocks us back, can only make us stronger.

Offline Jb06

  • Posts: 1295
  • Cookies: 968
  • JL Studios Co-Founder
    • JL Studios
Re: Uniform problem
« Reply #10 on: January 22, 2009, 02:19:56 PM »
Can I make a suggestion? Depending on the resolution of your textures.... I'm guessing that currently they're no bigger than 512, increase the size so that it isn't as pixelated.

~Jb06

Offline Legacy

  • Retired Staff
  • Posts: 1559
  • Cookies: 1566
  • Praetor of the empire.
Re: Uniform problem
« Reply #11 on: February 02, 2009, 06:17:39 AM »
Your first set of textures were not working because they were not power of two (256x256) you had it 255.
Seems like you already got it fixed by now.

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #12 on: February 02, 2009, 06:40:28 AM »
Ah thanks for the heads up. I just pasted mine over the default uniforms and that seems to work.
Whatever knocks us back, can only make us stronger.

Offline Billz

  • Posts: 1697
  • Cookies: 45
  • Doctor who? ;)
Re: Uniform problem
« Reply #13 on: February 02, 2009, 07:51:11 AM »
Suggestions:

A. Less pink for the overal uniform. Should be red.
B. Get a screenshot of the badge instead of making your own and adjust it so that it isn't pixelated.
C. The clip holding the uniform top shut, with the rank insignia on it needs alot of work.
D. Your also missing the black stripes that go down the back of the uniform top.
E. The gold lines that are supposed to be on the trousers are also missing from your retexture.
Can't wait for 2014 to start.

Offline baz1701

  • Posts: 3392
  • Cookies: 1434
Re: Uniform problem
« Reply #14 on: February 02, 2009, 08:00:22 AM »
The colour was taken from a still publicity photo, though looks pale in the game.

The insigna will be replaced when I do version 3 of the uniform.

The version 2 uniform was ment to get the position right so badges are rough

The black stripes are present in the Version 2 uniforms though not seen in the pics.

Like wise the colour stripe is present on the trousers of the ver2 uniform
Whatever knocks us back, can only make us stronger.

Offline Nighthawk

  • |______[o]_|
  • Posts: 750
  • Cookies: 18
Re: Uniform problem
« Reply #15 on: February 03, 2009, 04:34:15 PM »
looking good!

I take it that BC has no vertex lighting whatsoever on the bridges?

I ask because if it does, a little tweak on the colours can save you from lightmapping the bodies and they can be used for any bridge, no matter how they're lit.