Page 616 of 630
Re: TheoTown Forum Chatbox
Posted: 27 Jan 2025, 23:13
by space_guy
Yeah, you should do that
Re: TheoTown Forum Chatbox
Posted: 28 Jan 2025, 08:08
by space_guy
Re: TheoTown Forum Chatbox
Posted: 28 Jan 2025, 17:03
by Khajnagari KH 09
space_guy wrote: ↑28 Jan 2025, 08:08
IMG_20250128_160719.jpg
Woah, thats a lotta snow
I have never seen snow, it seems like liquid.
Re: TheoTown Forum Chatbox
Posted: 29 Jan 2025, 00:00
by space_guy
uhhhhh what?
Re: TheoTown Forum Chatbox
Posted: 29 Jan 2025, 02:15
by Zahzu
How do you join world with a friend? 
Re: TheoTown Forum Chatbox
Posted: 29 Jan 2025, 04:06
by space_guy
online regions.
Re: TheoTown Forum Chatbox
Posted: 29 Jan 2025, 18:54
by FVI
Lewis3687 wrote: ↑21 Jan 2025, 21:50
FVI wrote: ↑21 Jan 2025, 21:08
Lewis3687 wrote: ↑21 Jan 2025, 19:22
how to find the coordinates for night animation
Can you see the night animation anywhere first of all?
i just attempted to make a night animation with a building and my game had a strokegas test.zip
error type undefined trynna figure that out now
First of all here is the new code
Code:
Select all Reset
[
{
"id":"71135_gaslewis_night_animation",
"frames":[{"bmp":"GSNA.png"}],
"author":"Lewis3687",
"width":3,
"light":true,
"light switching":true,
"type":"animation"
},
{
"frames":[{"bmp":"GS.png"}],
"id":"71135_gaslewis",
"title":"Gas Station Pack test",
"type":"commercial",
"animation":[{"id":"71135_gaslewis_night_animation","x":0,"y":-36}],
"width": 3,
"height": 3,
"draw ground":true
}
]
The original one had a couple of imperfections. The main one was that the attributes of the night animation and of the building itself were mixed causing it not to work. In future you can use this new code as reference for eventual new plugins. Regarding the night animation, now it should work fine. I noticed the night animation was 11 pixels below the place we wanted it to be, so to fix it, I subtracted 11 from this attribute to move it 11 pixels up, so it passed from:
Code:
Select all Reset
[{"id":"71135_gaslewis_night_animation","x":0,"y":-25}],
To
Code:
Select all Reset
[{"id":"71135_gaslewis_night_animation","x":0,"y":-36}],
In fact, by subtracting from that attribute the whole night animation will move up and vice versa, and "x" should work in a similar way (although it is rarer to need to edit that).
Anyway here is the new .zip file!
(Note, I edited the names of your images just to simplify them, if you want you can edit it as it was)
Re: TheoTown Forum Chatbox
Posted: 29 Jan 2025, 21:58
by Lewis3687
FVI wrote: ↑29 Jan 2025, 18:54
Lewis3687 wrote: ↑21 Jan 2025, 21:50
FVI wrote: ↑21 Jan 2025, 21:08
Can you see the night animation anywhere first of all?
i just attempted to make a night animation with a building and my game had a strokegas test.zip
error type undefined trynna figure that out now
First of all here is the new code
Code:
Select all Reset
[
{
"id":"71135_gaslewis_night_animation",
"frames":[{"bmp":"GSNA.png"}],
"author":"Lewis3687",
"width":3,
"light":true,
"light switching":true,
"type":"animation"
},
{
"frames":[{"bmp":"GS.png"}],
"id":"71135_gaslewis",
"title":"Gas Station Pack test",
"type":"commercial",
"animation":[{"id":"71135_gaslewis_night_animation","x":0,"y":-36}],
"width": 3,
"height": 3,
"draw ground":true
}
]
The original one had a couple of imperfections. The main one was that the attributes of the night animation and of the building itself were mixed causing it not to work. In future you can use this new code as reference for eventual new plugins. Regarding the night animation, now it should work fine. I noticed the night animation was 11 pixels below the place we wanted it to be, so to fix it, I subtracted 11 from this attribute to move it 11 pixels up, so it passed from:
Code:
Select all Reset
[{"id":"71135_gaslewis_night_animation","x":0,"y":-25}],
To
Code:
Select all Reset
[{"id":"71135_gaslewis_night_animation","x":0,"y":-36}],
In fact, by subtracting from that attribute the whole night animation will move up and vice versa, and "x" should work in a similar way (although it is rarer to need to edit that).
Anyway here is the new .zip file!
(Note, I edited the names of your images just to simplify them, if you want you can edit it as it was)
Gas Station pack.zip
thanks but one question how do i get the glow around the window?
Re: TheoTown Forum Chatbox
Posted: 29 Jan 2025, 22:32
by FVI
Lewis3687 wrote: ↑29 Jan 2025, 21:58
FVI wrote: ↑29 Jan 2025, 18:54
Lewis3687 wrote: ↑21 Jan 2025, 21:50
i just attempted to make a night animation with a building and my game had a strokegas test.zip
error type undefined trynna figure that out now
Long quote
thanks but one question how do i get the glow around the window?
You will have to draw it. You just need to outline them with a semi-transparent layer. You can also add different layers at a gradient to make it smoother.
Re: TheoTown Forum Chatbox
Posted: 01 Feb 2025, 01:58
by Minako-Kun
I H A V E A W O K E N
Re: TheoTown Forum Chatbox
Posted: 01 Feb 2025, 13:03
by Khajnagari KH 09
Re: TheoTown Forum Chatbox
Posted: 02 Feb 2025, 00:48
by Aidanspacelover
Re: TheoTown Forum Chatbox
Posted: 02 Feb 2025, 05:05
by space_guy
My total post count is 0.25% of all posts
Re: TheoTown Forum Chatbox
Posted: 02 Feb 2025, 09:47
by CheburekX999
space_guy wrote: ↑02 Feb 2025, 05:05
My total post count is 0.25% of all posts
My posts account for 0.27 of all posts.
Re: TheoTown Forum Chatbox
Posted: 02 Feb 2025, 17:45
by Lewis3687
FVI wrote: ↑29 Jan 2025, 22:32
Lewis3687 wrote: ↑29 Jan 2025, 21:58
FVI wrote: ↑29 Jan 2025, 18:54
Long quote
thanks but one question how do i get the glow around the window?
You will have to draw it. You just need to outline them with a semi-transparent layer. You can also add different layers at a gradient to make it smoother.
ok
Re: TheoTown Forum Chatbox
Posted: 02 Feb 2025, 18:01
by Khajnagari KH 09
CheburekX999 wrote: ↑02 Feb 2025, 09:47
space_guy wrote: ↑02 Feb 2025, 05:05
My total post count is 0.25% of all posts
My posts account for 0.27 of all posts.
My posts account for 1.01%
Re: TheoTown Forum Chatbox
Posted: 02 Feb 2025, 20:15
by Aidanspacelover
Mendel Group wrote: ↑02 Feb 2025, 18:01
CheburekX999 wrote: ↑02 Feb 2025, 09:47
space_guy wrote: ↑02 Feb 2025, 05:05
My total post count is 0.25% of all posts
My posts account for 0.27 of all posts.
My posts account for 1.01%
0.65
Re: TheoTown Forum Chatbox
Posted: 03 Feb 2025, 00:38
by Khajnagari KH 09
Re: TheoTown Forum Chatbox
Posted: 03 Feb 2025, 01:28
by sclevw
18.86% (almost ⅕) of my posts are in Counting lol
Re: TheoTown Forum Chatbox
Posted: 03 Feb 2025, 06:19
by space_guy
sclevw wrote: ↑03 Feb 2025, 01:28
18.86% (almost ⅕) of my posts are in Counting lol
Thats it? I have 20% with smth.