Author Topic: Funky Glows on Edited DJ Century Textures?  (Read 1199 times)

Offline Tyenkrovy

  • Posts: 2
  • Cookies: 0
Funky Glows on Edited DJ Century Textures?
« on: April 23, 2009, 03:57:09 AM »
I modified the *.tga files from the blank texture pack in Photoshop, and they all look fine except the h3_glow.tga file. The entire portion of the mesh that texture's applied to glows. I'm not sure what I've done wrong. I've even tried copying the texture from the EnterpriseF model and just copying the registry onto it, and it still happens. If I put the h3_glow file from the EnterpriseF or a blank one from the blanks file, it works fine. The other textures I made work fine, too.

Any idea what could be causing it?

Here's a screenshot of what I mean:


Offline NeoKaede

  • Posts: 201
  • Cookies: 4
  • We're watching you... scum.
Re: Funky Glows on Edited DJ Century Textures?
« Reply #1 on: April 23, 2009, 06:19:44 AM »
Looks like the entire alpha channel is white. It needs to be black, with only the glowing parts in white.

That, or you took a texture without an alpha channel and added the suffix _glow.

Offline Shadowknight1

  • Posts: 1684
  • Cookies: 71
  • Star Trek Into Darkness
Re: Funky Glows on Edited DJ Century Textures?
« Reply #2 on: April 23, 2009, 01:52:12 PM »
lol, I don't know why, but that looks cool  :P

To Boldly Go...Again.

Offline Tyenkrovy

  • Posts: 2
  • Cookies: 0
Re: Funky Glows on Edited DJ Century Textures?
« Reply #3 on: April 27, 2009, 11:39:59 AM »
That, or you took a texture without an alpha channel and added the suffix _glow.
That's the way it is on the default Century-class by DJ Curtis. Perhaps there's something he did that I missed? Any tips for adding this "alpha channel" to a texture? Would it be a separate file, or would I add it as a new channel in photoshop (along with the RGB channels)?

Edit: Looks like I fixed it. I made some alpha maps from scratch for porting it into 3DS Max - trying to figure out why it wasn't looking right in BC - and I just used those, with the _alpha suffix appended to the files. Worked like a charm. :)

Edit 2: *sigh* I'm mistaken. I just forgot I didn't have my custom texture in there.

As far as I know, none of the texture files have an alpha channel, they all have the _glow suffix, and yet only that one has that funky glow effect.

This is a bit frustrating. It makes no sense. If that was what was causing it, shouldn't all of the textures be that way?

Edit 3: Wow, I'm stupid. Went into Photoshop, opened up the file, and clicked "Channels". BOOM, clear as day, there's an alpha channel.

* smacks himself on the forehead *

Guess it just took a while for your advice to sink in. Sorry 'bout that. :/

Offline NeoKaede

  • Posts: 201
  • Cookies: 4
  • We're watching you... scum.
Re: Funky Glows on Edited DJ Century Textures?
« Reply #4 on: April 28, 2009, 06:21:43 AM »
Guess it just took a while for your advice to sink in. Sorry 'bout that. :/

Naw, man, don't worry. I'm glad I could help. Just remember:

- Texture without glows = 24-bit TGA, no alpha, no suffix.
- With glows = 32-bit TGA, alpha, suffix "_glow".
- Specular maps = 32-bit TGA, black and white, black alpha (to prevent the "bright glow" bug in Nanofx), suffix "_specular".

Offline ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
Re: Funky Glows on Edited DJ Century Textures?
« Reply #5 on: May 03, 2009, 01:35:54 AM »
you are jumping way ahead, those textures, and any others that have the suffix, must have an alpha channel, which is included in the texture.  it is not a separate map.  you cant see it because you are using photoshop, which also removes the alpha channel from files when saved to .tga.  you need to use .TGAtool to open TGA files properly, then you can use photoshop to edit either the main or the alpha channel.

Offline Kirk

  • Posts: 1438
  • Cookies: 139
    • My Released Mods
Re: Funky Glows on Edited DJ Century Textures?
« Reply #6 on: May 03, 2009, 08:16:28 AM »
you cant see it because you are using photoshop, which also removes the alpha channel from files when saved to .tga.
I'm sorry, but what are you on about? Photoshop definitely can open and save .tgas without removing their alpha channels. They are only removed if you save them as less than a 32-bit targa.

Offline JamesTiberiusKirk

  • Johnny Walker... one of my best friends! Cheers!
  • Posts: 584
  • Cookies: 33
  • Cheers!
    • My Myspace Page ->
Re: Funky Glows on Edited DJ Century Textures?
« Reply #7 on: May 03, 2009, 08:28:37 AM »
you cant see it because you are using photoshop, which also removes the alpha channel from files when saved to .tga.
I'm sorry, but what are you on about? Photoshop definitely can open and save .tgas without removing their alpha channels. They are only removed if you save them as less than a 32-bit targa.

yeah youre right  :arms:

"And this... is... to go... even further beyond!"

Offline ACES_HIGH

  • BCC Roleplay Game Narrator
  • Moderator
  • Posts: 1678
  • Cookies: 54
  • while(!(succeed=try()));
    • BCC Roleplay Games
Re: Funky Glows on Edited DJ Century Textures?
« Reply #8 on: May 03, 2009, 12:46:16 PM »
hmm, I didn't know that

Offline Adonis

  • Ze Meister xP
  • Posts: 670
  • Cookies: 84
  • Da Death Squad ???
    • Star Trek Excalibur
Re: Funky Glows on Edited DJ Century Textures?
« Reply #9 on: May 08, 2009, 06:57:30 AM »
Guess it just took a while for your advice to sink in. Sorry 'bout that. :/

Naw, man, don't worry. I'm glad I could help. Just remember:

- Texture without glows = 24-bit TGA, no alpha, no suffix.
- With glows = 32-bit TGA, alpha, suffix "_glow".
- Specular maps = 32-bit TGA, black and white, black alpha (to prevent the "bright glow" bug in Nanofx), suffix "_specular".

Ahem, let's clear something up here a bit:

With glow, if you port the mesh to *.nif with the textures having a say "_cookie" suffix, then you need to write into the script in scripts/ships the glow suffix as "_cookie". If you port it without a suffix, then you write a "" there only. Same game with speculars too, with the only distinct difference that with them you need to match the specular suffix in the texture name with what's written into the scripts/ships script, since you don't need the specular maps for porting to *.nif.
Easy is the path to wisdom for those not blinded by themselves.