Night Animations
Moderators: Scenario Moderators, Plugin Moderators
- Sharizal zul
- Small-town resident
- Posts: 39
- Joined: 17 Jun 2021, 17:33
- Plugins: Showcase Store
- Version: Beta
Re: Night Animations
How to take night frame after edit in Animation.dev.tool
- SolidSleek
- Villager
- Posts: 11
- Joined: 19 Aug 2021, 10:43
- Location: Philippines
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Night Animations
How about night animation for cars
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Night Animations
Code: Select all
"light":true,//light at night "light switching":true,//only drawn at night "light switching":false,//same animation day and night, no dimming at night
Code: Select all Reset
[{"light":true,//light at night "light switching":false//same animation day and night, no dimming at night //,... }]
JSON checker
Code: Select all Reset
[{"light":true,//light at night "light switching":true,//only drawn at night //,... }]
JSON checker
- Hadestia
- Inhabitant of a Megalopolis
- Posts: 727
- Joined: 17 Jul 2017, 16:16
- Location: Philippines
- Plugins: Showcase Store
- Contact:
-
Plugin Creator
Platform
Re: Night Animations
I need a cheat sheet for anim id and how it looks like, for road decoration purpose
- Player_no_Zero
- Metropolitan
- Posts: 140
- Joined: 06 May 2019, 09:18
- Location: Somewhere in Manila, Philippines
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Night Animations
I need this urgently. Night animations for road deco. Is it the same as other night animations?
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Night Animations
Yes, you can do the same things with light as you do other animations.
- Player_no_Zero
- Metropolitan
- Posts: 140
- Joined: 06 May 2019, 09:18
- Location: Somewhere in Manila, Philippines
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Night Animations
I got confused at this
Should I cut the night animation the same way as a road deco does?- TheFennekin
- Neighborhood fox
- Posts: 2728
- Joined: 24 Aug 2017, 11:17
- Location: Wandering around
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Night Animations
Probably I think it just works as how you will put animations to the road deco. Take a look at the streetlights ingame for example.Player_no_Zero wrote: ↑16 Feb 2022, 09:23I got confused at this
Screenshot_20220216_125238.png
Should I cut the night animation the same way as a road deco does?
Last edited by TheFennekin on 28 Feb 2022, 09:56, edited 1 time in total.
- TheFennekin
- Neighborhood fox
- Posts: 2728
- Joined: 24 Aug 2017, 11:17
- Location: Wandering around
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- Player_no_Zero
- Metropolitan
- Posts: 140
- Joined: 06 May 2019, 09:18
- Location: Somewhere in Manila, Philippines
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Night Animations
Code: Select all Reset
[{ "id": "$pnzkabukichoentraarch00_00", "type": "animation", "frames": [{ "bmp": "Kabukicho Entrance Arch.png", "x": 0, "w": 32, "handle y": 24 }] }, { "id": "$pnzkabukichoentraarch00_01", "type": "animation", "frames": [{ "bmp": "Kabukicho Entrance Arch.png", "x": 32, "w": 32, "handle y": 24 }] }, { "id": "$pnzkabukichoentraarch00_02", "type": "animation", "frames": [{ "bmp": "Kabukicho Entrance Arch.png", "x": 64, "w": 32, "handle y": 24 }] }, { "id": "$pnzkabukichoentraarch00_03", "type": "animation", "frames": [{ "bmp": "Kabukicho Entrance Arch.png", "x": 96, "w": 32, "handle y": 24 }] }, { "id": "pnzkn1", "type": "animation", "speed": 1, "light": true, "light switching": true, "frames": [{ "bmp": "keanaA1.png", "w": 9, "h": 20, "count": 3 }] }, { "id": "pnzkn2", "type": "animation", "speed": 1, "light": true, "light switching": true, "frames": [{ "bmp": "keanaA2.png", "w": 10, "h": 21, "count": 3 }] }, { "id": "pnzkn3", "type": "animation", "speed": 1, "light": true, "light switching": true, "frames": [{ "bmp": "keanaB1.png", "w": 9, "h": 25, "count": 3 }] }, { "id": "pnzkn4", "type": "animation", "speed": 1, "light": true, "light switching": true, "frames": [{ "bmp": "keanaB2.png", "w": 9, "h": 25, "count": 3 }] }, { "id": "$playernozerokabukichoentraarch00", "type": "road decoration", "title": "Kabukicho Entrance Arch", "text": "Be careful. Crimes often happen here.", "line tool": false, "rotation aware": true, "price": 100, "animation": [{ "id": "$pnzkabukichoentraarch00_00" }, { "id": "$pnzkabukichoentraarch00_02" }, { "id": "pnzkn1", "x": 16, "y": -20, "frame": 0 }, { "id": "pnzkn3", "x": 71, "y": -19, "frame": 2 } ], "frame animation indices": [ [0, 1], [0, 1], [1], [1], [0], [0], [], [], [0, 1], [0, 1], [1], [1], [0], [0], [], [] ], "animation fg": [{ "id": "$pnzkabukichoentraarch00_01" }, { "id": "$pnzkabukichoentraarch00_03" }, { "id": "pnzkn2", "x": 38, "y": -15, "frame": 1 }, { "id": "pnzkn4", "x": 112, "y": -19, "frame": 3 } ], "frame animation fg indices": [ [0, 1], [0], [0, 1], [0], [0, 1], [0], [0, 1], [0], [1], [], [1], [], [1], [], [1], [] ] } ]
JSON checker
- Player_no_Zero
- Metropolitan
- Posts: 140
- Joined: 06 May 2019, 09:18
- Location: Somewhere in Manila, Philippines
- Plugins: Showcase Store
-
Plugin Creator
Platform
- OMDGDeveloper
- Townsman
- Posts: 90
- Joined: 06 Mar 2022, 23:28
- Location: Rio de Janeiro, Brazil
- Plugins: Showcase Store
- Contact:
-
Plugin Creator
Platform
Re: Night Animations
A Question: You can do night animations in phones. Right? Yeah, i'm stupid lol
- CommanderABab
- AB
- Posts: 11245
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
- OMDGDeveloper
- Townsman
- Posts: 90
- Joined: 06 Mar 2022, 23:28
- Location: Rio de Janeiro, Brazil
- Plugins: Showcase Store
- Contact:
-
Plugin Creator
Platform
Re: Plugin Pack, on Mobile
Hey, i want to know how to make a pack of my plugin. Yes you know, i'm on mobile. But, if it haves an link from saying how to make an pack. Could someone send here? Please? Thanks.
- FVI
- Inhabitant of a Galaxy
- Posts: 2383
- Joined: 22 Feb 2022, 18:00
- Location: The largest island in Europe
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Night Animations
But can you create animated night animations? For example, you want to make a disco and you want the lights to change color every second. Canst? Thank you!
Last edited by FVI on 27 Jun 2022, 17:05, edited 1 time in total.