Jump to content

Need Assistance with textures


Recommended Posts

Thanks, those will be useful but i havent found anything for this current room.

 

Here's a screenshot of the untextured wall section

5tptG.jpg

I need to paint the walls, i think walls should be metal. But it should be a very clean, flat metal. I need this in two shades, First shade is like mp/s_metalc, second is like kejim/metal or mp/s_basic. And maybe in a third shade, even lighter. Both quite clean. Also i need a diamond plate floor in shade like impgarrison/new3 in jk2.

 

If you need a map source, there's no problem.

Morabis likes this
Link to comment

I see , yeah I can imaigne that this would not look so pretty with base JA textures

What if you took my texture I posted there and tried to edit that ?

probably you could lower the contrast a little and adjust hue/saturation to your liking

Qp4dL52.png

 

you mgiht have to make it tileable first though , In photoshop you can easily do this by using the offset filter , offset it by 50 % and then just use the clonestamp brush over the now visible seams

Link to comment

http://www.turbosquid.com/FullPreview/Index.cfm/ID/682633

 

I suggest you make it look realistic with an env shader +/- specular shader to get the effect you want. The actual texture could potentially be just a flat shade of grey and then the small finish of metal quality done with the shader.

I agree that for personal experiences of making dozens of metal blades and swords for my mod. Use a shader about the texture.

Yu need something like that:  

models/weapons2/vampire3/aw

{

q3map_nolightmap

surfaceparm nonopaque

surfaceparm trans

{

map models/weapons2/vampire3/aw

blendFunc GL_ONE GL_ZERO

rgbGen lightingDiffuse

}

{

map models/weapons2/vampire3/aw

blendFunc GL_SRC_ALPHA GL_ONE

detail

alphaGen lightingSpecular

}

{

map models/weapons2/vampire3/aw

blendFunc GL_DST_COLOR GL_SRC_COLOR

detail

glow

tcGen environment

}

}

 

 

But in your case i suggest that shadering:

 

{

{

map models/weapons2/vampire11/tellus

blendFunc GL_ONE GL_ZERO

rgbGen lightingDiffuse

}

{

map models/weapons2/vampire11/metal_env

blendFunc GL_DST_COLOR GL_SRC_COLOR

tcGen environment

}

{

map models/weapons2/vampire11/tellus_spec

blendFunc GL_SRC_ALPHA GL_ONE

detail

alphaGen lightingSpecular

}

}

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...