NotAvailable Posted October 26, 2011 Share Posted October 26, 2011 Hello. Im creating a neon shader for vehicles. Picture: But the problem is that i suck at photoshopping. Could someone give me a neon texture? Thanks in advance! Regards, Jesseunit Link to comment
NotAvailable Posted October 27, 2011 Author Share Posted October 27, 2011 Okay, i fixed the shader image. But i have one more question. Does someone know the name of the nitro shader? Link to comment
Orange Posted October 27, 2011 Share Posted October 27, 2011 There are few, use shader_tex_names Link to comment
NotAvailable Posted October 27, 2011 Author Share Posted October 27, 2011 There are few, use shader_tex_names Yes i used the resource, but the problem is that the nos dissappears after 20 seconds. Not enough time to find it. @Caisjp: Ofcourse i will release it ^^ Link to comment
karlis Posted October 27, 2011 Share Posted October 27, 2011 start freeroam, write /bind mouse_1 down au 1010 and keep spamming it. or modify shader_tex_names that it doesn't actually delete it from list. Link to comment
Orange Posted October 27, 2011 Share Posted October 27, 2011 look for anything with smoke in name Link to comment
NotAvailable Posted October 27, 2011 Author Share Posted October 27, 2011 Ait ait, ill try Link to comment
NotAvailable Posted October 27, 2011 Author Share Posted October 27, 2011 Ok i found it. One problem. How do i change the colour of it. I only know how to add a picture to it Link to comment
karlis Posted October 27, 2011 Share Posted October 27, 2011 Ok i found it. One problem. How do i change the colour of it. I only know how to add a picture to it in shader level? in that case you need return float4 in pixel shader, each float is 0-1, you can specify it like this: color.rgba=1 --all 4,full white color.r=0 --no red color.a=0.5 --half alpha Link to comment
Orange Posted October 27, 2011 Share Posted October 27, 2011 I used shader_block_world on my server for it, try it Link to comment
NotAvailable Posted October 27, 2011 Author Share Posted October 27, 2011 I used shader_block_world on my server for it, try it Ait man Link to comment
NotAvailable Posted October 27, 2011 Author Share Posted October 27, 2011 I used shader_block_world on my server for it, try it Didn''t work, it only gave me a bunch of errors when i tried to edit it. Link to comment
denny199 Posted October 28, 2011 Share Posted October 28, 2011 See this, i made it , u meaning like that't?, mayby i will release it just skip it for nitro colors Link to comment
Orange Posted October 28, 2011 Share Posted October 28, 2011 local nitro = dxCreateShader ( "block_world.fx" ) engineApplyShaderToWorldTexture ( nitro, "smoke" ) dxSetShaderValue ( nitro, "COLORIZE", 255, 255, 0 ) it worked for me ;> Link to comment
NotAvailable Posted October 29, 2011 Author Share Posted October 29, 2011 Thanks! it's working mayn Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now