[Portal 1] A texture with annoying dots on it

Avatar
spongylover123
944 Posts
Posted Apr 11, 2012
Replied 3 hours later
currently, you have to edit all the the bumpmaps that uses the dots, since they have edges that divide the walls.
But, 60/ 40% of the walls have dots on them, so dont stress about the dots.
Advertisement
Registered users don’t see ads! Register now!
Avatar
DromEd
60 Posts
Posted Apr 12, 2012
Replied 4 hours later
@spongylover123: Ok, I guess I only need to get used of these dots, I just need time...

@lpfreak90: I already told you a texture name on previouses posts (bottom of page1). "concrete_modular_wall001_gradient02". I only i could make disapear the dots, even if the texture is a custom one and need to be downloaded for players...then no problem i'll process like that.

Avatar
Lpfreaky90
2,842 Posts
Posted Apr 12, 2012
Replied 11 hours later
>> WHY DID YOU DELETE MY POST BEFORE SUBMITTING IT STUPID CHROME? <<

Anyways:
For this problem I went to "portal content.gcf", opened it and opened concrete_modular_wall001_gradient02.vmt. From there I found references to 3 different textures, I checked them all out and the bumpmap was the thing that caused the dots (as already said by others on this thread)

So I opened up the bumpmap vtf:
img

Dots found! Now let's get rid of them!
First I opened up the map in GIMP; I've got a plugin so it supports VTF's.
The hardest part about these textures is that they are layer masks, which makes it very hard to edit it. The transparent actually isn't really transparent so just erasing it won't work. I don't really know how masks work in GIMP so I saved the file as a PSD, Photoshop document. I opened that in photoshop and went through all the channels and removed the dots.
When that was done I saved the file as a .TIFF to keep quality
I loaded that back up into GIMP, saved it as a VTF again.
And it looked like this:
img

So then it was time to edit a vmt file so it actually works so I've created a new vmt:

&quot;LightmappedGeneric&quot;
{
&nbsp; &nbsp;&quot;$basetexture&quot; &quot;Concrete/concrete_modular_wall001_gradient02&quot;
&nbsp; &nbsp;&quot;$surfaceprop&quot; &quot;concrete&quot;
&nbsp; &nbsp;&quot;%keywords&quot; &quot;portal, Lpfreaky90, Lp&quot;



&nbsp; &nbsp;&quot;LightmappedGeneric_HDR_DX9&quot;
&nbsp; &nbsp;{
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$bumpmap&quot; &quot;Lp/concrete_modular_wall001a_height-ssbump_nodot&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$ssbump&quot; &quot;1&quot;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;$detail&quot; &quot;detail\detail_concrete_01&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$detailscale&quot; &quot;4.25&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$detailblendfactor&quot; .35
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$detailblendmode&quot; 0
&nbsp; &nbsp;}

&nbsp; &nbsp;&quot;LightmappedGeneric_DX9&quot;
&nbsp; &nbsp;{
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$bumpmap&quot; &quot;Lp/concrete_modular_wall001a_height-ssbump_nodot&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$ssbump&quot; &quot;1&quot;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;$detail&quot; &quot;detail\detail_concrete_01&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$detailscale&quot; &quot;4.25&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$detailblendfactor&quot; .35
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$detailblendmode&quot; 0
&nbsp; &nbsp;}

&nbsp; &nbsp;&quot;LightmappedGeneric_DX8&quot;
&nbsp; &nbsp;{
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$bumpmap&quot; &quot;concrete/concrete_modular_wall001a_normal&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$nodiffusebumplighting&quot; 1
&nbsp; &nbsp;}

&nbsp; &nbsp;&quot;LightmappedGeneric_NoBump_DX8&quot;
&nbsp; &nbsp;{
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$basetexture&quot; &quot;Concrete/concrete_modular_wall001_gradient02&quot;
&nbsp; &nbsp;&nbsp; &nbsp;&quot;$basealphaenvmapmask&quot; 1
&nbsp; &nbsp;}
}

So this is what it became:
http://dl.dropbox.com/u/37801279/concrete_modular_wall001_nodot.7z
I hope it works :smile:
(to use it place the textures in your portal/materials/Lp/ folder if you haven't got that folder; create one :wink:)

Avatar
DromEd
60 Posts
Posted Apr 13, 2012
Replied 1 day later
I really appreciate your effort lpfreaky, the dots are fixed, I finally see the textures like I want to make them to appear, this is great ! i'm very happy with it, now thanks to you my levels will, visually look like I want.
The last problem I occure on my level now is a sound problem when i activate a floor button (see top of this page). I was wondering if you had an answer for that too.
i'm trying to importe level that use a floor button and a door but cannot configure it well on my level. That's be more simple if I fix my soundproblem (the file provided on valve's ressource is incomplete and it's from here I had troubles like this).
Avatar
Lpfreaky90
2,842 Posts
Posted Apr 13, 2012
Replied 2 hours later

DromEd wrote:
I really appreciate your effort lpfreaky, the dots are fixed, I finally see the textures like I want to make them to appear, this is great ! i'm very happy with it, now thanks to you my levels will, visually look like I want.
The last problem I occure on my level now is a sound problem when i activate a floor button (see top of this page). I was wondering if you had an answer for that too.
i'm trying to importe level that use a floor button and a door but cannot configure it well on my level. That's be more simple if I fix my soundproblem (the file provided on valve's ressource is incomplete and it's from here I had troubles like this).

Would it work if you let it fire only once?

Avatar
DromEd
60 Posts
Posted Apr 14, 2012
Replied 16 hours later

lpfreaky90 wrote:
Would it work if you let it fire only once?

I don't understand the question, sorry. You mean If i press the button only once ? It dosen't work either. I uploaded my map file, it's on the the page 1 of this subject. Maybe somone can download it and tell me what's wrong ?

Avatar
DromEd
60 Posts
Posted Apr 18, 2012
Replied 3 days later
I'm really sorry to doublepost but I really want it to work.
All i ask is a working floor_button and door scene, a one that work proprely. I couldn't find anything as it's hard to find for Portal 1. The problem is that the vmf example provided on valve's wiki ressource is wrong and not working fine at all so I'd like someone to make one. This is actually all I need, I can do all the other things by myself, I only need that now. Anyone to help please ?
Avatar
spongylover123
944 Posts
Posted Apr 18, 2012
Replied 3 hours later
use the one from the provided sourcemap
Advertisement
Registered users don’t see ads! Register now!
Avatar
DromEd
60 Posts
Posted May 03, 2012
Replied 14 days later
i'm having troubles...I posted a new topic.