making a texture visible on both sides of a face

making a texture visible on both sides of a face

Re: making a texture visible on both sides of a face Posted by Guessmyname on Tue Feb 7th 2006 at 6:05pm
Guessmyname
342 posts
Posted 2006-02-07 6:05pm
342 posts 173 snarkmarks Registered: Dec 6th 2004
How do you set it in the vmt so that the texture is visible on both sides of a face, like the texture for the func_breakable_surface glass texture

PS. Found this in the post: <html><head><link rel="stylesheet" href="themes/standard.css" type="text/css"></head><body topmargin=2 leftmargin=2>

It also set the font colour to black
www.filefence.com. Free vmf hosting!
Re: making a texture visible on both sides of a face Posted by fishy on Wed Feb 8th 2006 at 12:02am
fishy
2623 posts
Posted 2006-02-08 12:02am
fishy
member
2623 posts 1476 snarkmarks Registered: Sep 7th 2003 Location: glasgow
i think what you're looking for is $nocull 1 added to the vmt. also handy for foliage.

if you're tinkering with glass, you might be interested in this. it looks interesting, but i've not had time to try it out yet, so i don't know how complicated it is.
i eat paint
Re: making a texture visible on both sides of a face Posted by HazardGameR^ on Wed Feb 8th 2006 at 8:23pm
HazardGameR^
75 posts
Posted 2006-02-08 8:23pm
75 posts 27 snarkmarks Registered: Nov 30th 2005 Occupation: Student Location: Denmark
Well, simpler solution might be to make 2 cubes beside each other, and make all sides nodraw excep the ones facing each other? Kinda hard to explain..
Re: making a texture visible on both sides of a face Posted by Captain P on Wed Feb 8th 2006 at 9:22pm
Captain P
1370 posts
Posted 2006-02-08 9:22pm
1370 posts 1995 snarkmarks Registered: Nov 6th 2003 Occupation: Game-programmer Location: Netherlands
HazardGameR^, that face would get discarded unless you tie both brushes to a different entity. fishy's solution is easiest.

And Guessmyname, I'm getting that post problem as well for some time now, all kinds of html already in the post, in a black color... happens only in FireFox to me though... :|<br style="font-family: Verdana;">

Create-ivity - a game development blog
Re: making a texture visible on both sides of a face Posted by Addicted to Morphine on Wed Feb 8th 2006 at 10:01pm
Posted 2006-02-08 10:01pm
3012 posts 529 snarkmarks Registered: Feb 15th 2005
Hazardgamer and Captain P, it's a javascript incompatability problem with FireFox 1.5

To fix it you have to go into your SnarkPit Control Panel then go to
Preferences and turn off the javascript features. It will fix the
posting dialogue problem you're getting.
Re: making a texture visible on both sides of a face Posted by Captain P on Wed Feb 8th 2006 at 11:27pm
Captain P
1370 posts
Posted 2006-02-08 11:27pm
1370 posts 1995 snarkmarks Registered: Nov 6th 2003 Occupation: Game-programmer Location: Netherlands
Ah, thanks, AtM. That fixed the posting problem. :smile:
Create-ivity - a game development blog
Re: making a texture visible on both sides of a face Posted by Addicted to Morphine on Wed Feb 8th 2006 at 11:30pm
Posted 2006-02-08 11:30pm
3012 posts 529 snarkmarks Registered: Feb 15th 2005
You're welcome :smile: I was having the same difficulties earlier, and ReNo sorted me out in the bugs thread.