How to make night animation for diagonal car

Learn here how to create and use plugins.

Moderator: Plugin Moderators

User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

How to make night animation for diagonal car

#1

Post by Yakka »

Credit - Contents of this plugin may only be reused if you give credit to the author.
Here's how i made diagonal night animation for my train pack.

You may read night animation and car tutorials first.

Code:

Code: Select all    Reset

[ { "id": "$Your_Animation_Unique_Identification_characters", "type": "animation", "light": true, "light switching": true, "frames": [ { "bmp": "Normal Frames.png", //Normal Frames "count": 4, "w": 20 }, { "bmp": "Diagonal frames.png", //Diagonal Frames "count": 4, "w": 32 } ], "frames per animation":8, //Don't forget about this. "rotation aware": true } ]
JSON checker
Check
Frames, please credit me if you reuse it.
7Gerbong_K3.png
7Gerbong_K3.png (276 Bytes) Viewed 948 times
7Gerbong_K3_DIA.png
7Gerbong_K3_DIA.png (208 Bytes) Viewed 948 times

Return to “Tutorials and Documentation”