• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

QUESTION Create animated textures?

DiME

New Member
Hey everyone! I am curious if it's possible to make animated panels (ads) for tracks like an mp4 file or just an image sequence? Thanks.
 

Johnr777

Moderator

Johnr777

Moderator
Using the stflow shader, other people would have to have the same installed, or later versions of CSP - included I believe
 

fughettaboutit

aka leBluem
Thanks! Do other people need to have it installed in order to see the animations or just me?
Yes, some people ship it with their track.

Althought that shader is also included when using CustomShadersPatch.

You can even make it so vanilla users dont need it (i.e. just use NM shader), and you turn on what you want via "ext_config.ini"

edit:

[SHADER_REPLACEMENT_...]
MATERIALS=your_material
SHADER=stPerPixelNM_UVflow
FILL_MISSING_TEXTURES=1
PROP_... = offsetDSpeed, 0, 0
PROP_... = offsetNMSpeed, 0, 0.0025
PROP_... = NMmult, 20
PROP_... = detailNMmult, 2
 

LSeverino

New Member
Hello buddys. First post ever here.

Is there a way to put, let's say, an animated flag on a pole or similar moving objects on a track modeled with blender without the CSP?
 

Xuacu

Member
Yes, some people ship it with their track.

Althought that shader is also included when using CustomShadersPatch.

You can even make it so vanilla users dont need it (i.e. just use NM shader), and you turn on what you want via "ext_config.ini"

edit:

[SHADER_REPLACEMENT_...]
MATERIALS=your_material
SHADER=stPerPixelNM_UVflow
FILL_MISSING_TEXTURES=1
PROP_... = offsetDSpeed, 0, 0
PROP_... = offsetNMSpeed, 0, 0.0025
PROP_... = NMmult, 20
PROP_... = detailNMmult, 2

What kind of image do you need to animate it? mp4, GIF, AVI...?

I was thinking of using this system of animated textures for the traffic lights since doing it the way I did before is too complicated
 
Top