Transparent but paintable

Avatar
Knatte_Anka
26 Posts
Posted Dec 15, 2011
Im looking for a texture that is paint able but transparent because i want to do a map that you have to paint the bridge to see where to go but still give some hint at start what to expect.

but the problem is that i also want that portals is shoting right through.

so problem 1:
paint transparent texture

Problem 2:
dont stop portal shots then shoting past it.

I have mananged to get the paint to hit a transparent brush by having a trigger_paint_cleanser on a trigger texture and then added a texture that is transparent (custom texture) that you may walk on and almost see the texture and a third to give a green lighted texture then come to a checkpoint(func_brush) but the ideal is that you can paint the surface to see where it is.

if any one know om any transparent texture that can be painted plz tell me and i can look on the file and see if i can use any thing from it.

Advertisement
Registered users don’t see ads! Register now!
Avatar
wrathofmobius
216 Posts
Posted Dec 15, 2011
Replied 1 hour later
I don't have much experience here but I think you could use a couple of brushes here. A tools/playerclip to keep the player from going through, a transparent texture that is marked as non-solid, and the fix above with another brush. I don't know exactly how your fix works but depending on how it works you might be able to combine the previous two. I haven't tried this but this is the first thing that comes to mind.
Avatar
Knatte_Anka
26 Posts
Posted Dec 15, 2011
Replied 54 minutes later
What i want is lika light bridge but diffrent texture.

To do a transparent walkway is no problem but to get gel to stay on surface is the hard

Avatar
spongylover123
944 Posts
Posted Dec 15, 2011
Replied 2 hours later
Make a custom transparent texture with a custom vmt
Avatar
Spam Nugget
492 Posts
Posted Dec 16, 2011
Replied 10 hours later
Just set the render mode to "do not render" and any texture will be invisible.
Avatar
Knatte_Anka
26 Posts
Posted Dec 16, 2011
Replied 23 minutes later

Spam Nugget wrote:
Just set the render mode to "do not render" and any texture will be invisible.

Gona try it later today :biggrin:. But got a feeling that it work

Avatar
Mr. P. Kiwi
97 Posts
Posted Dec 16, 2011
Replied 4 hours later
Bridges are paintable by default with repulsion and propulsion gels; so no work is required to make them paintable. However, if you want to paint them with conversion gel then there's going to be a big problem - how can you shoot a portal through a portable surface? If that's the case, give up the idea and think of another puzzle...

Why people keep asking about this?

Avatar
iWork925
1,080 Posts
Posted Dec 16, 2011
Replied 15 minutes later

I dont know. Maybe they have run out of ideas. I got this using the SEARCH BUTTON HINT HINT

mapping-help/conversion-gel-on-hard-light-bridges-t5066.html

mapping-help/light-bridge-t4999.html

mapping-help/invisible-light-bridge-t4215.html

I like how ALL of these are met by disbelief from expirenced mapper at why you would want to do something so confusing.

Avatar
Knatte_Anka
26 Posts
Posted Dec 16, 2011
Replied 30 minutes later

Knatte_Anka wrote:
Spam Nugget wrote:

Just set the render mode to "do not render" and any texture will be invisible.

Gona try it later today :biggrin:. But got a feeling that it work

The brush is invisible but the same is for the paint so it is only more frustrating to get a speed but not seeing the paint.

why i want a texture that is almost invis but paint able is that i do a puzzle there you have orange gel to paint out a maze looking bridge in the air and that you may use orange gel to mark out your way to get to exit (and if you get to some checkpoints it is always visible and you don't die if you fall down)
and i have done some custom textures to get it to work in 3 layers.
1. almost invisible grid so you can see it if you looking hard.
2. and grid fully visible and rest lighted in green
3. temporary trigger to stop paint by using Trigger_Paint_cleanser

but i want layer 1 to be able to be painted to give a guide where to go.
and then be able to delete layer 3

Avatar
Knatte_Anka
26 Posts
Posted Dec 16, 2011
Replied 32 minutes later
:biggrin: got it working by having a non transparent texture and then change "render mode" from normal to any other
and then change Fx Amount to less then 255 (255=100% visable) :biggrin:
now i can do a almost invisable bridge that is partial painted from start to give a hint on how to do the puzzle :biggrin:
Advertisement
Registered users don’t see ads! Register now!
Avatar
Knatte_Anka
26 Posts
Posted Dec 17, 2011
Replied 18 hours later

Knatte_Anka wrote:
:D got it working by having a non transparent texture and then change "render mode" from normal to any other
and then change Fx Amount to less then 255 (255=100% visable) :biggrin:
now i can do a almost invisable bridge that is partial painted from start to give a hint on how to do the puzzle :biggrin:

the only negative with this method is that you cant shot through the block but that is okay for me