Page 4 of 5

Re: Night Animations

Posted: 18 Jun 2021, 19:15
by Sharizal zul
How to get the night picture that already I edited.

Re: Night Animations

Posted: 18 Jun 2021, 20:55
by Kulche
...what?

Re: Night Animations

Posted: 19 Jun 2021, 11:10
by Sharizal zul
How to take night frame after edit in Animation.dev.tool

Re: Night Animations

Posted: 24 Jun 2021, 13:23
by ian`
Sharizal zul wrote: 19 Jun 2021, 11:10 How to take night frame after edit in Animation.dev.tool
viewtopic.php?p=171519#p171519 :bc

Re: Night Animations

Posted: 23 Sep 2021, 03:58
by SolidSleek
How about night animation for cars

Re: Night Animations

Posted: 25 Nov 2021, 11:35
by Wepf
Wth is light switching code

Re: Night Animations

Posted: 25 Nov 2021, 12:31
by CommanderABab

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
Check

Code: Select all    Reset

[{"light":true,//light at night "light switching":true,//only drawn at night //,... }]
JSON checker
Check

Re: Night Animations

Posted: 21 Dec 2021, 14:43
by Hadestia
I need a cheat sheet for anim id and how it looks like, for road decoration purpose

Re: Night Animations

Posted: 10 Feb 2022, 11:44
by Player_no_Zero
I need this urgently. Night animations for road deco. Is it the same as other night animations?

Re: Night Animations

Posted: 12 Feb 2022, 12:46
by CommanderABab
Yes, you can do the same things with light as you do other animations.

Re: Night Animations

Posted: 16 Feb 2022, 09:23
by Player_no_Zero
I got confused at this
Screenshot_20220216_125238.png
Should I cut the night animation the same way as a road deco does?

Re: Night Animations

Posted: 28 Feb 2022, 08:39
by TheFennekin
Player_no_Zero wrote: 16 Feb 2022, 09:23 I got confused at this
Screenshot_20220216_125238.png
Should I cut the night animation the same way as a road deco does?
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.

Re: Night Animations

Posted: 28 Feb 2022, 09:54
by TheFennekin
Naufhal wrote: 28 Feb 2022, 07:28 Kulche. When you crewte custom night animation by non upload plugin. The building lost
Can't understand what you are trying to say

Re: Night Animations

Posted: 28 Feb 2022, 13:11
by Kulche
Yeah, that's pretty much incomprehensible.

Re: Night Animations

Posted: 01 Mar 2022, 11:11
by Player_no_Zero

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
Check
Theoretically this would work. But I don't work why it doesn't!?
Kabukicho_Entrance_Arch.zip
(6.15 KiB) Downloaded 89 times
I'm goin to finish other plugins first before returning to this.

Re: Night Animations

Posted: 01 Mar 2022, 15:44
by Kulche
oh god frame indices.

Re: Night Animations

Posted: 03 Mar 2022, 15:12
by Player_no_Zero
Kulche wrote: 01 Mar 2022, 15:44 oh god frame indices.
I just copy and paste it on jsonlint and expect this to work.

Re: Night Animations

Posted: 14 Apr 2022, 16:01
by OMDGDeveloper
A Question: You can do night animations in phones. Right? Yeah, i'm stupid lol

Re: Night Animations

Posted: 14 Apr 2022, 17:35
by CommanderABab
Yes

Re: Plugin Pack, on Mobile

Posted: 14 Apr 2022, 22:59
by OMDGDeveloper
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.