Re: [Version 1.2.2] [WINTER]Night Plug-in
Posted: 11 Aug 2018, 18:46
Can I use your content to create my night add-on?
A feature rich city builder game for Android, iOS and PC
https://www.forum.theotown.com/
...JustAnyone wrote: ↑11 Aug 2018, 19:07Theorically it is possible to make a night plugin or winter mode with all buildings, but it would require heavy work with code which would position animations with lit up windows that way preventing from retexturing ALL buildings.
Overriding all buildings and inserting animations with fun should do the trick.
However as I said, it would take a lot of work and I am not going to do it.
Code: Select all
[
{
"id": "$Wekabu.NMDevtest_1",
"frames": [
{
"bmp": "img.png"
}
],
"height": 1,
"monthly price": 1,
"needs road": true,
"power": 0,
"price": 500,
"title": "DEVTEST",
"type": "water",
"water": 10,
"width": 1,
"animation": [
{ " id " : "Wekabu_nightmaker_6", "x":13, "y": 10 }, // x = 19
{ " id " : "Wekabu_nightmaker_1", "x":12, "y": 11 }, // x = 13
{ " id " : "Wekabu_nightmaker_1", "x":14, "y": 11 }, // x = 15
{ " id " : "Wekabu_nightmaker_2", "x":18, "y": 11 }, // x = 20
{ " id " : "Wekabu_nightmaker_1", "x":11, "y": 12 }, // x = 12
{ " id " : "Wekabu_nightmaker_2", "x":13, "y": 12 }, // x = 15
{ " id " : "Wekabu_nightmaker_1", "x":19, "y": 12 }, // x = 20
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 13 }, // x = 11
{ " id " : "Wekabu_nightmaker_2", "x":13, "y": 13 }, // x = 15
{ " id " : "Wekabu_nightmaker_5", "x":17, "y": 13 }, // x = 22
{ " id " : "Wekabu_nightmaker_5", "x":10, "y": 14 }, // x = 15
{ " id " : "Wekabu_nightmaker_1", "x":17, "y": 14 }, // x = 18
{ " id " : "Wekabu_nightmaker_4", "x":19, "y": 14 }, // x = 23
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 15 }, // x = 11
{ " id " : "Wekabu_nightmaker_2", "x":12, "y": 15 }, // x = 14
{ " id " : "Wekabu_nightmaker_3", "x":15, "y": 15 }, // x = 18
{ " id " : "Wekabu_nightmaker_4", "x":19, "y": 15 }, // x = 23
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 16 }, // x = 11
{ " id " : "Wekabu_nightmaker_2", "x":12, "y": 16 }, // x = 14
{ " id " : "Wekabu_nightmaker_3", "x":15, "y": 16 }, // x = 18
{ " id " : "Wekabu_nightmaker_4", "x":19, "y": 16 }, // x = 23
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 17 }, // x = 11
{ " id " : "Wekabu_nightmaker_5", "x":13, "y": 17 }, // x = 18
{ " id " : "Wekabu_nightmaker_4", "x":19, "y": 17 }, // x = 23
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 18 }, // x = 11
{ " id " : "Wekabu_nightmaker_5", "x":13, "y": 18 }, // x = 18
{ " id " : "Wekabu_nightmaker_4", "x":19, "y": 18 }, // x = 23
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 19 }, // x = 11
{ " id " : "Wekabu_nightmaker_6", "x":13, "y": 19 }, // x = 19
{ " id " : "Wekabu_nightmaker_2", "x":20, "y": 19 }, // x = 22
{ " id " : "Wekabu_nightmaker_1", "x":10, "y": 20 }, // x = 11
{ " id " : "Wekabu_nightmaker_3", "x":14, "y": 20 }, // x = 17
{ " id " : "Wekabu_nightmaker_3", "x":19, "y": 20 }, // x = 22
{ " id " : "Wekabu_nightmaker_2", "x":11, "y": 21 }, // x = 13
{ " id " : "Wekabu_nightmaker_1", "x":14, "y": 21 }, // x = 15
{ " id " : "Wekabu_nightmaker_5", "x":16, "y": 21 }, // x = 21
{ " id " : "Wekabu_nightmaker_7", "x":12, "y": 22 }, // x = 19
{ " id " : "Wekabu_nightmaker_3", "x":15, "y": 23 } // x = 18
]
}
]
Code: Select all
"animation"
Code: Select all
"id"
Code: Select all
" id "