Author Topic: [Bug] Transparent textures can't move  (Read 9253 times)

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
[Bug] Transparent textures can't move
« on: September 12, 2009, 08:05:31 PM »
Transparent textures like glass or the dp logo can't move with func_train.
« Last Edit: September 13, 2009, 07:13:40 AM by T3RR0R15T »

wizzi

  • VM-68
  • Posts: 159
Re: [Bug] Transparent textures can't move
« Reply #1 on: September 13, 2009, 12:57:14 PM »
make them all functions to go together?

Eiii

  • Autococker
  • Posts: 4595
Re: [Bug] Transparent textures can't move
« Reply #2 on: September 15, 2009, 03:21:21 PM »
This isn't a bug, it's an anti-feature. In my experience, transparent textures (the alpha-channel trans33+66 ones) don't work correctly when they're put on anything that moves... I don't know about trans33/66 stuff like glass.

MOFO

  • 68 Carbine
  • Posts: 387
Re: [Bug] Transparent textures can't move
« Reply #3 on: September 15, 2009, 04:16:10 PM »
lol thats a big problem... by the looks of it that map looks like its gonna be awesome!

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801


MissingNo.

  • VM-68
  • Posts: 133
Re: [Bug] Transparent textures can't move
« Reply #6 on: September 30, 2009, 10:37:43 AM »
I thought this was a Bug report, not a feature request >.> But anyways, +1.  It would great for a map I'm making...

Fuzz Ball

  • VM-68
  • Posts: 145
Re: [Bug] Transparent textures can't move
« Reply #7 on: September 30, 2009, 10:32:28 PM »
Yeah... why would people disagree with this?

MissingNo.

  • VM-68
  • Posts: 133
Re: [Bug] Transparent textures can't move
« Reply #8 on: October 01, 2009, 11:18:23 AM »
Well, for the time being T3RR0R15T, make the map without it or just don't release it yet.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: [Bug] Transparent textures can't move
« Reply #9 on: October 01, 2009, 12:01:48 PM »
Well, for the time being T3RR0R15T, make the map without it or just don't release it yet.
Chef-Killer is working on that map and he will choose the second option.

wizzi

  • VM-68
  • Posts: 159
Re: [Bug] Transparent textures can't move
« Reply #10 on: October 01, 2009, 03:39:28 PM »
second option? and i thought you were making this map?

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: [Bug] Transparent textures can't move
« Reply #11 on: October 01, 2009, 04:26:23 PM »
Yes, the second option. He will release it, when the bug is solved.


I help Chef-Killer with ideas, search bugs and make the final compile. My computer is better then Chef-Killer's, but it is so slow... (12733 seconds vis and 1306 seconds light).

wizzi

  • VM-68
  • Posts: 159
Re: [Bug] Transparent textures can't move
« Reply #12 on: October 01, 2009, 04:32:07 PM »
ohh right haha. i didnt get what you meant with second choice lol. But just from that picture the map will be good =p

MissingNo.

  • VM-68
  • Posts: 133
Re: [Bug] Transparent textures can't move
« Reply #13 on: October 02, 2009, 11:21:36 AM »
I guess that makes sense.

wizzi

  • VM-68
  • Posts: 159
Re: [Bug] Transparent textures can't move
« Reply #14 on: October 02, 2009, 02:56:14 PM »
haha

MOFO

  • 68 Carbine
  • Posts: 387
Re: [Bug] Transparent textures can't move
« Reply #15 on: October 02, 2009, 06:13:11 PM »
duh.............

twilightsparkl

  • VM-68
  • Posts: 128
Re: [Bug] Transparent textures can't move
« Reply #16 on: May 15, 2013, 01:03:52 PM »
Yeah, I don't think transparent textures can move at all, they just get stuck in place. Very bad when you have glass doors, since it appears that you are just walking through them.

My question is would fixing this bug ultimately cause chaos? I'd imagine it would only work for the latest build so players with old builds would not understand why they are walking through doors and such.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: [Bug] Transparent textures can't move
« Reply #17 on: May 15, 2013, 01:08:50 PM »
Wonder if any other Q2 engines have fixed this - might be possible to copy/paste some code for an easy fix if that's the case.

I think the reason they don't move is because they're rendered differently from the rest of the world.  They have to be sorted by distance so you don't have stuff behind transparent surfaces drawing on top of them.

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Re: [Bug] Transparent textures can't move
« Reply #18 on: May 15, 2013, 02:03:57 PM »
My question is would fixing this bug ultimately cause chaos? I'd imagine it would only work for the latest build so players with old builds would not understand why they are walking through doors and such.

There is a minclientbuild setting for the worldspawn to prevent such things.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18801
Re: [Bug] Transparent textures can't move
« Reply #19 on: June 16, 2013, 12:47:28 AM »
Fixing this for the next build.  Note that, while the transparent surfaces will move, the draw order will likely be wrong, so avoid transparent surfaces in front of other transparent surfaces (ex: overlapping windows), because it will look weird.