Shader examples: Difference between revisions
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
<br><br> | <br><br> | ||
When the resource has started, use the 'k' key to see the shell effect. If you change your player's skin, restart the resource to see the effect applied to the new model. | When the resource has started, use the 'k' key to see the shell effect. If you change your player's skin, restart the resource to see the effect applied to the new model. | ||
</td></tr></table> | |||
==Car paint== | |||
[[Image:CarPaintScreen.jpg|200px|thumb|left|Car paint]] | |||
<table border=0><tr><td valign=top height=170> | |||
[http://nightly.mtasa.com/files/shaders/shader_car_paint.zip Download shader_car_paint.zip] ''Requires Shader Model 2 graphics card'' | |||
<br><br> | |||
This resource shows you how to apply a shader to the vehicle models. The shader itself is not that great, so don't get your hopes up. | |||
</td></tr></table> | </td></tr></table> |
Revision as of 04:41, 6 July 2011
This page contains some example shader resources to try in 1.1. If you are looking to make your own, please be sure to read about the shader element as well.
Road shine
Download shader_roadshine.zip Requires Shader Model 2 graphics card
int CUSTOMFLAGS < string createNormals = "yes"; >; Surface normals are not usually present in the ground and building models, but are useful for creating lighting effects such as these. |
Road shine 2
Download shader_roadshine2.zip Requires Shader Model 2 graphics card
|
UV scroll
Download shader_uv_scroll.zip
|
UV scripted
Download shader_uv_scripted.zip
|
Ped morph
Download shader_ped_morph.zip Requires Shader Model 2 graphics card
|
Ped shell
Download shader_ped_shell.zip Requires Shader Model 2 graphics card
|
Car paint
Download shader_car_paint.zip Requires Shader Model 2 graphics card
|