Page 1 of 1

Night animations video-tutorial

Posted: 21 Dec 2023, 21:18
by FVI
Hello everyone!

Lately, i have figured out how to make a night animation, and so, I created this new video.

This video both explains how textures and coding works, explaining also how to debug a decentralized night frame, thing that stops many people from making night animations.

Once I understood it, I started to find them relatively easy, and with this video, i hope you will understand it too!

Here is the link to the video
https://youtu.be/1LzUVtXNfsQ?si=Xo9GsSWVcsoY8Dq7

If you want the code I used, feel free to take, study or edit it!
Do not worry for the red dots, they are just spaces and they should not ruin the code.

Code: Select all    Reset

[   { "id": "$nightanimation123", "type": "animation", "light": true, "light switching": true, "frames": [ { "bmp": "HTHLM1.png", "count": 1, "h": 32, "w": 32 } ], "rotation aware": false},   {     "type": "residential",     "id": "$greenhalftimbredhouse",     "text": "A house",     "author": "FVI",     "ordinal": 1,     "meta": {       "pca": {         "version": "4.0.3"       }     },     "frames": [       {         "bmp": "HTH5.png"       }     ],     "width": 1,     "height": 1,     "needs road": false,     "draw ground": true,     "animation": [{"id": "$nightanimation123", "x":0,"y":-25}]   } ]
JSON checker
Check
Good luck! ;)

Re: Night animations video-tutorial

Posted: 02 Feb 2024, 18:19
by DGYT
What does the Rotation Aware do?

Re: Night animations video-tutorial

Posted: 14 Feb 2024, 03:56
by CommanderABab
DGYT wrote:
02 Feb 2024, 18:19
What does the Rotation Aware do?
If you provide two or four frames and set "rotation aware": true, the image changes to the next frame when the map rotates.

Re: Night animations video-tutorial

Posted: 15 Feb 2024, 14:31
by Indobaol
still struggling to make a night animaton for my plugin XD

Re: Night animations video-tutorial

Posted: 17 Feb 2024, 00:12
by FVI
Indobaol wrote:
15 Feb 2024, 14:31
still struggling to make a night animaton for my plugin XD
I am sorry for that. What in particular do you struggle in? Maybe I can help you.

Re: Night animations video-tutorial

Posted: 28 Apr 2024, 09:39
by Muhdyit
Animasi malam