Jump to content
The Dark Mod Forums

Recommended Posts

Posted

Frustration number four while working on the purchase screen. <_<

 

 

I am trying to add a blend effect to the object images. For some reason, however, if I point to a material file, the image will not be transparent. Instead, there are black (or white, depending on the blend mode I use) boxes around the image. The .tga itself is has a transparent background.

 

If I use blend blend, then the transparency renders properly, but that mode just looks like the object is drawn on top of the parchment--it doesn't actually 'blend' with the parchment at all.

 

Here's the material I'm using:

guis/assets/purchase_menu/lantern

{

 

{

blend modulate

map guis/assets/hud/inventory_icons/healthpotion_icon.tga

alpha parm3

}

}

 

And this is what it looks like:

 

image_problem1.jpg

 

Oddly, the black doesn't fill the entire dimensions of the image.

 

I know it's a longshot, but any ideas about why the blend modes aren't rendering the transparency properly?

Posted

Assuming the image has an alpha channel, have you tried to add an "alphatest" expression to the shader?

 

edit: As for your screenshot: the black squares are in the actual RGB bitmap, it seems that the alpha channel (which is shaped correctly) is ignored.

Posted
Assuming the image has an alpha channel, have you tried to add an "alphatest" expression to the shader?

 

I did try an alphaTest 0.5, but it didn't have any effect I could see. Adding "translucent" didn't seem to effect anything either.

 

the black squares are in the actual RGB bitmap

 

I'm not sure what you mean by this. I tried a few different images, and the black boxes seem to follow the shape of the object in the image for some reason.

Posted

I was referring to the pixel data in the healthpotion_icon.tga file (see below).

 

Have you tried to directly refer to the image file (instead of a shader)?

healthpotion_icon_Kopie.jpg

Posted

Hmm? This is what it looks like for me.

 

image_problem4.jpg

 

Is this a PS 7 problem again?

Have you tried to directly refer to the image file (instead of a shader)?

 

Yep, and that works fine. But it doesn't blend into the parchment and therefore doesn't look very good.

Posted

Can you upload your current state to somewhere so that I can take a look at it? Perhaps I can think about something, or maybe angua (although she's not at home currently, but later this evening).

 

And yes, this is what the image looks like in my Photoshop CS. The black image is in the actual RGB bitmap, the alpha channel is correctly shaped.

Posted

I just loaded it in my PS5.5 downstairs, and it looks like yours there. Clearly I need a new version of PS, because 7 does not render it like that all.

Posted

Putting a white background instead of a transparency helped a lot. Here's what it looks like now, which is pretty close to what I wanted:

 

menuimage.jpg

Posted

Ah, I see what you wanted to achieve. I like the look of it. Should we set the font color to darkgrey (0.9 0.9 0.9) (edit: actually 0.1 0.1 0.1 was meant, zomglol) instead of black?

Posted

What's the diffrence between blend filter and blend modulate? Anytime I used it in my material shader it gave the same results.

 

Hmm? This is what it looks like for me.

If I do some textures with alpha channels I never use that Photoshop transparency. I just have background in solid colour (black or whatever) and then I create a greyscale channel called Alpha1 (or something like this - the default name anyway) and I save it as TGA 32-bit. If you want the bottle to be semitransparent then Alpha channel should be grey there and black at the background.

Posted
Hmm? This is what it looks like for me.

The thing to remember in this situation is that two transparent pixels can actually have different RGBA values, and yet look exactly the same. For example, RGBA 0,0,0,255 is different from RGBA 255,255,255,255, even though they look exactly the same (i.e. they're completely transparent). That's what was happening with that health potion image; the alpha channel was being ignored entirely, so the RGBA 0,0,0,255 pixels were showing up black while the RGBA 255,255,255,255 pixels were showing up white. Greebo turned off the alpha channel in that image he posted in order to demonstrate this.

 

"Modulate" basically means "multiply" (using decimal values for the colours, i.e. 0.0 to 1.0 instead of 0 to 255), which is why white looks "transparent" with the modulate blend mode active. Since white is "RGB 1.0, 1.0, 1.0" (again using decimal notation), and 1.0 multiplied by any number is that number.

 

The end result looks cool, nice work. :)

 

@PinkDot: Modulate and filter are the same, according to this handy reference page.

My games | Public Service Announcement: TDM is not set in the Thief universe. The city in which it takes place is not the City from Thief. The player character is not called Garrett. Any person who contradicts these facts will be subjected to disapproving stares.
  • 9 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recent Status Updates

    • JackFarmer

      "Hidden Hands: Vitalic Fever" - new update available including subtitles & compressed briefing video (thanks to @datiswous) and several fixes.
      · 0 replies
    • Wolfmond

      🇬🇧

      2025-04-20
      I'd like to track my level design progress a bit more often now, so I'm using the feed in my profile here.
      I've been working intensively on Springheel's YouTube course over the past few days. I'm currently up to lesson 8. There is so much information that needs to be processed and practiced. 
      I have started to create my own house. As I don't have the imagination to create a good floor plan, I grabbed a floor plan generator from Watabou and experimented with it. I chose a floor plan that I will modify slightly, but at least I now have an initial idea. 
      I used two guards as a measuring tape: The rooms are two guards high. It turned out that I can simply double the number of boxes in DarkRadiant in grid size 8 that are drawn in the floor plan. 
      I practiced the simplest things on the floor plan first. Drawing walls, cutting walls, inserting doors, cutting out frames, creating VisPortals, furnishing rooms.
      I have had my first success in creating a book. Creating a book was easier than I thought. I have a few ideas with books. The level I'm creating will be more or less a chill level, just for me, where I'll try out a few things. I don't have an idea for my own mission yet. I want to start small first.
      For the cellar, I wanted to have a second entrance, which should be on the outside. I'm fascinated by these basement doors from the USA, I think they're called Bilco basement doors. They are very unusual in Germany, but this type of access is sometimes used for deliveries to restaurants etc., where barrels can be rolled or lifted into the cellar. 
      I used two Hatch Doors, but they got completely disoriented after turning. I have since got them reasonably tamed. It's not perfect, but it's acceptable. 
      In the cellar today I experimented with a trap door that leads to a shaft system. The rooms aren't practically finished yet, but I want to continue working on the floor plan for now. I'll be starting on the upper floor very soon.

      __________________________________________________________________________________
      🇩🇪

      2025-04-20

      Ich möchte nun mal öfters ein bisschen meinen Werdegang beim Leveldesign tracken, dazu nutze ich hier den Feed in meinem Profil.
      Ich habe mich in den vergangenen Tagen intensiv mit dem Youtube-Kurs von Springheel beschäftigt. Aktuell bin ich bis zu Lektion 8 gekommen. Das sind so viele Informationen, die erstmal verarbeitet werden wollen und trainiert werden wollen. 

      Ich habe mich daran gemacht, ein eigenes Haus zu erstellen. Da mir die Fantasie fehlt, einen guten Raumplan zu erstellen, habe ich mir einen Grundrissgenerator von Watabou geschnappt und damit experimentiert. Ich habe mich für einen Grundriss entschieden, den ich noch leicht abwandeln werde, aber zumindest habe ich nun eine erste Idee. 

      Als Maßband habe ich zwei Wächter genommen: Die Räume sind zwei Wächter hoch. Es hat sich herausgestellt, dass ich in DarkRadiant in Gittergröße 8 einfach die doppelte Anzahl an Kästchen übernehmen kann, die im Grundriss eingezeichnet sind. 

      Ich habe bei dem Grundriss erstmal die einfachsten Sachen geübt. Wände ziehen, Wände zerschneiden, Türen einsetzen, Zargen herausschneiden, VisPortals erstellen, Räume einrichten.

      Ich habe erste Erfolge mit einem Buch gehabt. Das Erstellen eines Buchs ging leichter als gedacht. Ich habe ein paar Ideen mit Bücher. Das Level, das ich gerade erstelle, wird mehr oder weniger ein Chill-Level, einfach nur für mich, bei dem ich ein paar Sachen ausprobieren werde. Ich habe noch keine Idee für eine eigene Mission. Ich möchte erst einmal klein anfangen.

      Beim Keller wollte ich gerne einen zweiten Zugang haben, der sich außen befinden soll. Mich faszinieren diese Kellertüren aus den USA, Bilco basement doors heißen die, glaube ich. Diese sind in Deutschland sehr unüblich, diese Art von Zugängen gibt es aber manchmal zur Anlieferung bei Restaurants etc., wo Fässer dann in den Keller gerollt oder gehoben werden können. 
      Ich habe zwei Hatch Doors verwendet, die allerdings nach dem Drehen vollkommen aus dem Ruder liefen. Inzwischen habe ich sie einigermaßen gebändigt bekommen. Es ist nicht perfekt, aber annehmbar. 
      Im Keller habe ich heute mit einer Falltür experimentiert, die zu einem Schachtsystem führt. Die Räume sind noch quasi nicht eingerichtet, aber ich möchte erstmal am Grundriss weiterarbeiten. In Kürze fange ich das Obergeschoss an.



      · 2 replies
    • JackFarmer

      On a lighter note, thanks to my cat-like reflexes, my superior puzzle skills and my perfect memory, I was able to beat the remastered version of "Tomb Raider: The Last Revelation" in a new superhuman record time of 23 h : 35 m, worship me!
      · 3 replies
    • Goblin of Akenash

      My mapping discord if anyone is interested, its more of a general modding thing rather than just for TDM 
      https://discord.gg/T4Jt4DdmUb

       
      · 0 replies
    • nbohr1more

      2.13 Moddb Article is up: https://www.moddb.com/mods/the-dark-mod/news/the-dark-mod-213-is-here
      · 1 reply
×
×
  • Create New...