TheoTown Forum Chatbox

Here you can talk about everything you want.
User avatar
space_guy
Inhabitant of a Country
Posts: 905
Joined: 31 May 2023, 23:57
Location: roughly 42 light years away. now go to me
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12301

Post by space_guy »

Yeah, you should do that

User avatar
space_guy
Inhabitant of a Country
Posts: 905
Joined: 31 May 2023, 23:57
Location: roughly 42 light years away. now go to me
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12302

Post by space_guy »

IMG_20250128_160719.jpg
Woah, thats a lotta snow

User avatar
Mendel Group
Inhabitant of a Galaxy
Posts: 2247
Joined: 07 Apr 2024, 05:18
Location: I know you don't care.
Plugins: Showcase Store
Contact:

Platform

Re: TheoTown Forum Chatbox

#12303

Post by Mendel Group »

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.

User avatar
space_guy
Inhabitant of a Country
Posts: 905
Joined: 31 May 2023, 23:57
Location: roughly 42 light years away. now go to me
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12304

Post by space_guy »

uhhhhh what?

User avatar
Zahzu
Settler
Posts: 1
Joined: 08 Jan 2025, 08:14

Re: TheoTown Forum Chatbox

#12305

Post by Zahzu »

:? How do you join world with a friend? :?:

User avatar
space_guy
Inhabitant of a Country
Posts: 905
Joined: 31 May 2023, 23:57
Location: roughly 42 light years away. now go to me
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12306

Post by space_guy »

online regions.

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2373
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#12307

Post 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 } ]
JSON checker
Check
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}],
JSON checker
Check
To

Code: Select all    Reset

[{"id":"71135_gaslewis_night_animation","x":0,"y":-36}],
JSON checker
Check
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
(5.15 KiB) Downloaded 94 times

User avatar
Lewis3687
Metropolitan
Posts: 136
Joined: 11 Apr 2024, 22:56
Location: Merica 🇺🇸
Plugins: Showcase Store

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12308

Post 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 } ]
JSON checker
Check
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}],
JSON checker
Check
To

Code: Select all    Reset

[{"id":"71135_gaslewis_night_animation","x":0,"y":-36}],
JSON checker
Check
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?

User avatar
FVI
Inhabitant of a Galaxy
Posts: 2373
Joined: 22 Feb 2022, 18:00
Location: The largest island in Europe
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#12309

Post 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.

User avatar
Minako-Kun
Inhabitant of a Country
Posts: 812
Joined: 01 Apr 2023, 22:49
Location: merica
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#12310

Post by Minako-Kun »

I H A V E A W O K E N

User avatar
Mendel Group
Inhabitant of a Galaxy
Posts: 2247
Joined: 07 Apr 2024, 05:18
Location: I know you don't care.
Plugins: Showcase Store
Contact:

Platform

Re: TheoTown Forum Chatbox

#12311

Post by Mendel Group »

Minako-Kun wrote:
01 Feb 2025, 01:58
I HAVE A WOKEN
What is a woken?

User avatar
Aidanspacelover
Inhabitant of a Planet
Posts: 1368
Joined: 07 Oct 2022, 00:06
Location: Behind ya :]
Plugins: Showcase Store
Version: Beta
Contact:

Platform

Re: TheoTown Forum Chatbox

#12312

Post by Aidanspacelover »

Mendel Group wrote:
01 Feb 2025, 13:03
Minako-Kun wrote:
01 Feb 2025, 01:58
I HAVE A WOKEN
What is a woken?
No, aritietan is back

User avatar
space_guy
Inhabitant of a Country
Posts: 905
Joined: 31 May 2023, 23:57
Location: roughly 42 light years away. now go to me
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12313

Post by space_guy »

My total post count is 0.25% of all posts

User avatar
CheburekX999
Inhabitant of a Megalopolis
Posts: 591
Joined: 19 Oct 2024, 07:16
Location: The largest country in the world.
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#12314

Post 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.

User avatar
Lewis3687
Metropolitan
Posts: 136
Joined: 11 Apr 2024, 22:56
Location: Merica 🇺🇸
Plugins: Showcase Store

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12315

Post 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

User avatar
Mendel Group
Inhabitant of a Galaxy
Posts: 2247
Joined: 07 Apr 2024, 05:18
Location: I know you don't care.
Plugins: Showcase Store
Contact:

Platform

Re: TheoTown Forum Chatbox

#12316

Post by Mendel Group »

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%

User avatar
Aidanspacelover
Inhabitant of a Planet
Posts: 1368
Joined: 07 Oct 2022, 00:06
Location: Behind ya :]
Plugins: Showcase Store
Version: Beta
Contact:

Platform

Re: TheoTown Forum Chatbox

#12317

Post 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

User avatar
Mendel Group
Inhabitant of a Galaxy
Posts: 2247
Joined: 07 Apr 2024, 05:18
Location: I know you don't care.
Plugins: Showcase Store
Contact:

Platform

Re: TheoTown Forum Chatbox

#12318

Post by Mendel Group »

Aidanspacelover wrote:
02 Feb 2025, 20:15
Mendel Group wrote:
02 Feb 2025, 18:01
CheburekX999 wrote:
02 Feb 2025, 09:47

My posts account for 0.27 of all posts.
My posts account for 1.01%
0.65
No way!

User avatar
sclevw
Inhabitant of a Continent
Posts: 1080
Joined: 08 Apr 2024, 12:10
Location: Earth
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#12319

Post by sclevw »

18.86% (almost ⅕) of my posts are in Counting lol

User avatar
space_guy
Inhabitant of a Country
Posts: 905
Joined: 31 May 2023, 23:57
Location: roughly 42 light years away. now go to me
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#12320

Post 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.

Post Reply Previous topicNext topic

Return to “Smalltalk”