Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Texture animation (simple)

Joined
Dec 23, 2008
Messages
725
Reaction score
54
So we start off with assigning the correct name to your main texture that you are going to apply on your model.

txa (number) (number ms) (name)_00

After you did that the other texture you are going to use will follow like;

(name)_01
(name)_02

and so on...


Short explanation about how the txa (texture animation) on gunz works;
  • The first number after txa is for the amount of texture you are going to use for your model.
  • The second number is for the amount of ms between each texture (the higher the number, the slower the texture change aka your animation)
  • The name can be random, but you have to use that same name on the other images in order to make the animation work.
  • The last numbers after the _ are to assign the order, you start with 00 and work your way up, 01.. 02.. and so on.


Example:

txa 6 1500 test_00
test_01
test_02
test_03
test_04
test_05


This would be a model with 6 textures used for an animation on your model (a shirt for example) with 1500 ms between each texture.


There you go Rain xoxo.


Edit (Hellsniper):

[function call][framecount][frame duration in ms][filename_00]
 
Last edited:
Initiate Mage
Joined
Jul 12, 2022
Messages
4
Reaction score
5
Please tutorial blender ani sword in gunz :(


StephanW - Texture animation (simple) - RaGEZONE Forums





 
Back
Top