#plugin-support

1 messages · Page 2 of 1

flat sonnet
#

Not working

eternal lake
#

not even if you add like 20 zeroes

hexed coral
rocky geode
#

Can someone give me the id of road authority so i can also increase incomes for my tollbooths

rocky geode
#

@eternal lake, your suburb use lua functions to index a new animation right? I forgot the name of the function and i couldn't find it now, or maybe it was removed that's why it broke your plugin?

eternal lake
#

since when is my plugin broken?

dark dawn
#

Hello, this fences plugin did not work, would you have an idea of ​​the bug, please?

#

hm finally it's ok, the creator told me he saw the error

rocky geode
#

You said at ci server

steel verge
#

whose plugins are broken now

eternal lake
#

I don't recall ever saying something like that

#

a screenshot would clear things up

rocky geode
#

Im assuming, one was your suburb

#

Also @steel verge where is the function to add code for draft, like add([["animation:"[{},...]]]) forgot the name, is it removed?

steel verge
#

yes

crude crescent
#

r/facepalm

eternal lake
terse void
#

pretty sure all the issues we encountered are fixed already

hexed coral
#

Does anyone know what's up with water flickering when using shaders

#

I thought it was just because of high contrast but apparently it's not

terse void
#

maybe cuz its average luminancy changes with the animation

#

idk

hexed coral
#

I thought of that too but the screenshot is taken with atmosphere shaders low contrast option

#

Which almost doesn't change anything

#

Maybe it's a game bug or something wrong with my calculations in shader

#

But the shader's code is actually so basic that I'm not sure

#

And there'd be plenty of other bugs if something was wrong with the shader

full mural
#

How can I make the floor transparent? is that I want to make a complement to decorate and I do not want that green base

flat sonnet
#

Erase it

charred harness
near dove
#

someone know a plugin to chanche this trains?

full mural
#

Does anyone know how I can make this train work? I want it to ride on the rails that come with the game.

flat sonnet
full mural
terse void
#

you did change the frames and things right?

flat sonnet
#

"monthly prices":1000000,
Monthly costs cannot affect income?

hexed coral
#

city income?

#

they can

#

thats the whole point of it

eternal lake
#

it's not "monthly prices"

flat sonnet
#

What is it

eternal lake
#

"monthly price"

#

please do minimal amount of research

hexed coral
#

my beloved

terse void
#

go for it

#

the amount ive had to point poeple to the getting started page

rocky geode
#

Made me laugh, the dev don't know what actually it was

steel verge
#

More like

#

// Lobby, 2015

flat sonnet
#

Any documentation of elevated train ?

steel verge
#

It's best you hold off from making them for now

flat sonnet
#

Sad

#

if that's close to being removed, I suggest to allowing this

                ```
#

For elevated flatform

teal cove
#

Hey guys, I've created a bus to spawn around a building (a bus terminus I created). I've created the bus png as required but it's showing this error while opening the game...

#

This is the bus png

#

And this is the first time in creating this kind of a plugin pls help ;-;

#

I created four buses...

#

Okay

#

Which json?

#

The bus'?

#

Okayy

#

Oki

#

sure

cedar stone
#

Your drawing is fine, but the code isn't

teal cove
cedar stone
teal cove
#

oh wait

quartz crystal
#

oh wait a second

#

the bus frames are in jpeg form and has no transparent background

  • Very low quality
teal cove
#

I forgot to add the count in the frames

teal cove
earnest pendant
#
    "type":"park",
    "frames":[{"x":0,"y":0,"w":16,"h":46,"handle y":9,"count":9}],
    "border frames":[{"x":0,"y":0,"w":16,"h":46,"handle y":9,"count":9}],
    "template":"$template_grounddeco00",
    "needs road":false,
    "water":0,
    "power":0,
    "influence park":10,
    "influence culture":10,
    "price":20,
    "monthly price":1,
    "selectable frames":true,
    "draw ground":true,
    "supports slope":true,
    "supports terrain":true
low shoal
#

or idk thats what the error is saying

earnest pendant
#

my file has 9 frames and does 288x46

#

due to trees

#

so what i must put as values

eternal lake
#

you are simply missing width and height attributes

earnest pendant
#

okay but

#

it's 1x1 parks

#

what i have to put as attributes?

#

16x46?

eternal lake
#

if its 1x1 you put 1 in both

#

simple as that

earnest pendant
#

alright

#

imma try this

#

okay it literally changes nothing

#
    "border frames":[{"x":0,"y":0,"w":1,"h":1,"handle y":9,"count":9}],```
eternal lake
#

because thats not how you use it

#

please read advanced tags for building plugins

#

first, "height" and "h" are different things

#

second, h is for frames and is meant to be used in a frame object

hexed coral
#

(you can find advanced tags page from a link in pinned messages)

eternal lake
#

second, height is for buildings and is meant to be used in a building object

#

same for w and width

earnest pendant
#

so

#

i have to change w and h by height and width

#

or add them?

eternal lake
#

?

#

please read what I've said

#

w, h is in pixels

earnest pendant
#

i mean

#
    "border frames":[{"x":0,"y":0,"width":1,"height":1,"handle y":9,"count":9}],```
#

or

#
   "height":1,
   "frames":[{"x":0,"y":0,"w":1,"h":1,"handle y":9,"count":9}],
   "border frames":[{"x":0,"y":0,"w":1,"h":1,"handle y":9,"count":9}],```
hexed coral
#

Second

#

(wait why does park have border frames)

eternal lake
#

except w, h isnt 1 in your case

#

and yes, that too

earnest pendant
eternal lake
#

ground is different from buildings

hexed coral
#

You should've checked documentation on making buildings

#

Not just copy-paste the code

eternal lake
#

his explains your issues

earnest pendant
#

so 288x46

#

?

eternal lake
#

its defines a single frame size

#

not file size

#

please just read the documentation

earnest pendant
#

finally that works

#

thank you so much!

eternal lake
#

you're welcome

earnest pendant
#

i just don't have them in the park category despise of the mention

#

But it doesn't really matter

eternal lake
#

make sure its type park

earnest pendant
#

it is

#

but i have them in the terrain\asphalt category

#

for no reason

eternal lake
#

you probably used a template since you just copied the code

#

but I cant say much withput actually seeing it

earnest pendant
#

imma remove the template

terse void
#

well where are they

#

the width and heifht

#

the game is asking for em

earnest pendant
#

now for some reason it asks for edge borders

#

meh that pisses me off

#

im gonna segregate each different texture

#

instead of making one single file

#

It's too complicated

earnest pendant
#

And now when i'm using 4 different files, it says "your ground must be 32 width" 💀

#

eh i don't understand anything

#

it worked very well before and now it displays this ☠️

charred harness
#

I think you just use the same frames you used on border frames

#

Even lobby doesn't understand that(apparently)

earnest pendant
#

ah yes

charred harness
#

Yes

eternal lake
#

since when are you making a ground plugin

#

I thought you wanted a park?

earnest pendant
eternal lake
#

then simply use the template

#

the one provided in the tutorial

earnest pendant
#

wait nvm

eternal lake
#

getting started is not a full index of plugin tutorials

eternal lake
earnest pendant
eternal lake
#

of course it couldn't

#

it doesn't exist

hollow pawn
#

How do I fix this anyone

quartz crystal
#

I'll resolve it

cedar stone
full mural
#

how do i solve this problem?

#

when going around a curve the textures get buggy

rocky geode
#

probably wrong frame alignments

full mural
#

and how do i solve it?

rocky geode
#

wait is it your plugin?

#

or complaining someone's work

#

but in that case it is using wrong width for each rotation

full mural
#

I am trying to make a plugin of an Argentine freight train

rocky geode
#

theres a wrong encode for the width of each frames and alignments

full mural
#

And how do I go about correcting it?

rocky geode
#

send your json

#

so others can help also

full mural
#
    "id":"CDD5A1",
    "type":"car",
    "frame":[{"bmp": "CDD5A1.png","count": 4,"h": 28,"w": 37}],
    "frag normal":false,
    "flag train":true,
    "speed":2,
    "v2":true
},{
    "id": "SpawnDeCDD5A1",
    "width":1,
    "height":1,
    "type": "railway station",
    "frame":[{"bmp": "CDD5A1spawner.png","count": 4,"w": 32}],
    "draw ground": true,
    "needs road": false,
    "influence passenger train": 30,
    "car spawner": [{"targets": ["SpawnDeCDD5A1"],
        "cars": ["CDD5A1"],
        "count": 3,
        "radius": 10}],
    "capacity": 10
}]```
rocky geode
#

that "w" seems not accurate

#

"w" was talking about the length of each frame in pixel

#

in your case you used single length for all the frames which is wrong

full mural
#

this is the locomotive

rocky geode
#

you need to know how long was your frame each rotation

#

avoid using "count" for frames that has different length, separate each frame object instead

#

like ```
"frames":[
{ "bmp": "exampl.png", "x":0, "w":16, "h":8 },
{ "bmp": "exampl.png", "x":16, "w":16, "h":8 },
...
]

full mural
#

Oh thanks

rocky geode
#

im gonna sleep just leave your further question here for others to help

full mural
#

Ok

full mural
#

Does anyone know how I can put wagons?

#

I want to put these freight cars

young hearth
#

i don't know how to but I will give you some feedback

#

It looks nice but you should the color less saturated

vague scarab
rocky geode
#

Too generous

flat sonnet
hollow flax
#

Psuggest [LUA] Builder.isTerrainHeightBuildable and Builder.getTerrainHeightPrice

tulip rockBOT
hollow flax
#

lol

rocky geode
#

As .84 about supporting car spawner to target bus station does it mean it'll also work for car spawning using lua?

hollow flax
#

lua car spawner is depends on the coordinates. so, it's not a problem i think.

rocky geode
#

Maybe, however i realize there's no function to check whether a road has bus stops so i think a bit complicated if it works so

#

Anyway how does "deco" road attr work? I tried
"deco": "rdc id"
No errors but nothing happened

#

Maybe you can help me here @eternal lake

#

I wish it can support multiple deco an array of it but gives me an error :lol:

eternal lake
#

I will try to answer when I'm on my machine

#

soon™️

rocky geode
#

Thank you

eternal lake
#

no idea how it works, play around

rocky geode
#

Thank you i got how it works

#

Ahh one more thing @eternal lake may i have the draft any of the new streetlights?

eternal lake
#

I'm not aware of those

#

I'm pretty sure you can get those with debug mode in the game

rocky geode
#

I just want to get its frames object its position and animation used in it

eternal lake
#

I mean maybe they exist somewhere on github but I'll look it up later

#

I'll send it via dms if I find it

rocky geode
#

Yes thank you again

eternal lake
#

you're welcome

vague scarab
#

How do i make diagonal road deco?

earnest pendant
#

Hello everyone, how do you make your own plugins?

charred harness
low shoal
flat sonnet
#

Hello I need bus stop frame

#

Template

eternal lake
#

you can find that in the world texture

vague scarab
flat sonnet
#

Y it has 20 frames

eternal lake
#

fill level variants

flat sonnet
#

What is "steal" frames for new diagonal railway

amber willow
#

quick question, what line of code do I need to allow constant height for roads?

flat sonnet
#

"min level":2,
"max level":3,
This?

eternal lake
#

pretty sure constant height is always available for roads with bridges and tunnels

rocky geode
amber willow
earnest pendant
#

Anyone knows how to activate the autoseasons plugin?

flat sonnet
#

Type template
Cannot support commands inside of car spawner?

#

Sad

coarse bane
#

Can someone give me Custom zone .Json (example)

rocky geode
#

Send me the theon currency symbol

young hearth
eternal lake
#

{"id": "$amogus00", "frames": [0, 1, 2, 3]}
I assume this animation plays when the building has frame 0, 1, 2 or 3?

rocky geode
#

When the building is at that frames*

eternal lake
#

yes, whatever you want to call it

rocky geode
#

But that's not necessary if you just want the animation to be visible on all frames

eternal lake
#

yes I am aware

#

I'm just asking if this thing even exists

rocky geode
#

ight

#

Yes it exist

eternal lake
#

amazing

rocky geode
#

Cars has it

earnest pendant
#

ptag files

#

ptag

#

Bruh

hard drift
tulip rockBOT
# earnest pendant ptag files

TheoTown files are located under such directories:

▪︎ Windows: C:\Users(insert username)\TheoTown
▪︎ Linux: /home/$USER/TheoTown
▪︎ MacOS: /user/TheoTown
▪︎ Android: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files
By default you should be in /storage/emulated/0/
Reinstalling the game for Android will delete all files, unless you decide to keep the files when prompted by uninstaller.

Alternatively, you can access the files through in-built TheoTown file manager, accessible through the in-game menu.

You can find your plugin, music, region and city files there as well as logs for debugging purposes.

hard drift
#

But #bot-commands exits

pliant zenith
#

is this plugin still working? why not be showing up.

rocky geode
#

Sodanno?

pliant zenith
brittle rock
#

How can two square tiles move like this at the same time?

eternal lake
#

see compositions on forums

brittle rock
#

oh

#

thank you

eternal lake
#

you're welcome

#

just be aware it might not really work for rci buildings

#

it's a wacky function

brittle rock
#

Does it work well for landmark buildings?

#

ah

#

nvm

eternal lake
#

it does

#

it's a nice bonus if it's rotation aware

charred harness
#

Is there a way to stop these railings from appearing? Or maybe a way to determine the railings ourselves for every frame of the road, kinda like using indices for road deco

uncut garden
#

Could make a road plug-in that hides it

amber willow
eternal lake
#

scroll up

#

compositions

digital onyx
#

Is there any free railway tunnel plugin as i want to make my hills transportable by trains pls

earnest pendant
#

Yo
How to build plugin ?

vague scarab
slender kraken
#

Hi i would like to ask how can i make plugins on my computer i searched everywhere but i couldn't find anything anywhere?

grand spruce
vague scarab
#

You didn't add type to your code

low shoal
#

Use the same value for height and width

cedar stone
#

You should actually give the error a read all by yourself since they are quite explicit about the error

#

But if you don't get it, you have to give the height and width a value

vague scarab
#

The road need road.

midnight juniper
#

The grass need grass

rocky geode
#

TheoTown needs Theo

midnight juniper
#

Real life needs real

grave sonnet
midnight juniper
#

Discord needs Cord

flat sonnet
#

||Earth is flat?||

charred harness
#

||Earth is donut||

flat sonnet
#

What will happen to my plugin after deleting theotown

low shoal
#

you can make backups for your downloaded plugins
or if youre talkinga bt your plugins on the forum they are simply on your forum account

flat sonnet
#

This file?

rocky geode
#

Unless there's an option to 'keep application data' once uninstalled usually from android 9

midnight juniper
#

pov you have android 8

rocky geode
#

There's i guess

stoic musk
#

How do I get it straight on that

rocky geode
#

Use template

stoic musk
#

I did

rocky geode
#

There's some pixels on the left most of the frame try to find

#

Or you didn't crop it?

granite yacht
#

Monthly income code?

eternal lake
#

negative "monthly price"

#

monthly income higher than 1 is restricted for privileged plugins]

steel verge
#

something like that

granite yacht
#

Oh thx

eternal lake
#

monthly income higher than 1 is restricted for privileged plugins

#

I'm afraid you're not a privileged creator

granite yacht
#

Yes im not

#

it crashes

dark dawn
grand spruce
acoustic jackal
#

He's brazilian too so I thought I could talk to him from our language

grand spruce
dark dawn
#

32 is for 1×1, 1 baseplate

#

Stupid mistake

granite yacht
#

What do I need to write in the "type": line for pavement?

hollow flax
#

ground

eternal lake
#

if you mean pedestrian road it's type road

granite yacht
#

Oh ok

granite yacht
#

Thx

muted sandal
#

Why the Pipes under roads plugin aren't working ??

low shoal
signal scroll
#

[
{
"id":"$gunshots1",
"type":"sound",
"file":"gunshots1.mp3",
"volume":"1.0"
},
{
"id":gunshots1S",
"type":"decoration",
"frames":[{"bmp":"bully.png"}],
"width":1,
"height":1,
"draw ground":true,
"actions":[{"play":"$gunshots1"}]
}
]

#

That's the code for it, dosent work

#

@earnest pendant

#

You take it from here

#

Tell them the problem I'm leaving

wise scaffold
#

What

signal scroll
#

Bye very over populated server, I'm going back to the forest

wise scaffold
#

??

#

That doesn't make any sense but ok

cedar stone
eternal lake
#

I have no experience in sound, but fun aside, the json provided has a syntax error (and you shouldn't put numbers in apostrophes too)

wicked frigate
shy copper
#

is it even possible to make own disasters?

grand spruce
#

Yeah

#

Don't ask me how though

#

I've just seen it done

shy copper
#

oh

grand spruce
#

Check the forums

#

I'm sure it's documented there

shy copper
#

I've searched it for 15 minutes and couldn't find anything

#

that's why I asked here

#

Well what about crimes

#

maybe u know

grand spruce
#

Crimes are a no go

#

This plugin has custom disasters open that bad boy up and look at the code

shy copper
#

I hope its not gonna be hard

low shoal
#

probably is loo

#

would he parter than a normal plugin

shy copper
#

ok I changed my mind

#

is there any way to customise riot disaster in theotown

grand spruce
#

Not that I know of

shy copper
#

I run out of ideas then

#

what about the protest

#

can I make protest after an certian level

#

with custom message

grand spruce
#

I don't see why not

shy copper
#

how do you make building that makes own happines zone😭

#

is there any tag for that

grand spruce
#

Do what?

amber willow
#

how tall is a pixel?

vague scarab
#

1

amber willow
#

I meant 1px = ?cm/?m

rocky geode
#

Lol

amber willow
#

lmfao

vague scarab
#

3 pixel = 2 meters irl for buildigs
2 pixel = 1 meters irl for some creators

amber willow
#

aight

rocky geode
#

Theotown folks are now 2m tall irl

amber willow
#

lmao

vague scarab
amber willow
#

Im asking cuz I wanna calculate the height of the Tokyo Skytree in pixels

amber willow
#

meaning the Tokyo Skytree is theoretically possible

#

even without the use of animations(altho it'll take up a lot of space)

#

doing it with the 2px = 1m irl however would result in it exceeding the height limit of 1000px

vague scarab
#

2px = 1 meter is normally used on vehicles.

#

Just like leaf's truck plugin i guess

tacit sundial
#

dang seems like it’ll a big job

#

dk if anyone gonna do it tho it’ll look mad nice it if does work out

hexed coral
hexed coral
#

Even really tall stuff are possible

#

It has to be really huge to not fit in texture space

#

I remember putting an absurdly huge image of the moon in theotown

amber willow
hybrid depot
amber willow
#

Oh

#

Okay

rocky geode
#

Can privileged code can bypass max supplies limit per tile?

steel verge
#

A what

deep parcel
#

Hello, @trail furnace can you help me pls?

#

Youre fitamint right? Can u help me with something

trail furnace
#

what is it?

deep parcel
#

Can we talk this in DM's? Dis a secret

#

Lol

deep parcel
trail furnace
#

uh, kk

deep parcel
#

Only for this one, or maybe more if I need more help or smth

trail furnace
deep parcel
#

Alright

trail furnace
#

alr, thanks

deep parcel
#

Maybe tomorrow, cuz this is pretty urgent since y'know, I don't want to see that guy doing anything stupid because of this

granite yacht
#

i can't click the park that i made

#

someone knows how to solve this?

trail furnace
#

no, you dont get it

low shoal
#

👍🏼

trail furnace
#

its no one faults k? please, i dont need this conversation rn

low shoal
#

No i get it Chipper.

#

I was just asking

granite yacht
eternal lake
#

because that's how on click fun works

#

try "sound click":{"file":"file.extension"}

granite yacht
#

ok thx

vague scarab
rocky geode
deep parcel
#

Emmmmmmm no?

deep parcel
#

I'm just very, very worried

#

About that guy

rocky geode
#

Issue

low shoal
shy copper
#

I foumd that car Id on forum

#

oh

#

I put space there

granite yacht
#

How to make own category for plugin

shy copper
#

there is

hybrid depot
eternal lake
#

how are we supposed to help without your code

#

most likely incorrect x/y/w/h/count/handles

hybrid depot
eternal lake
#

your helis are 18x11 but you are using handles of 18?

rocky geode
#

SI

hybrid depot
#

no matter how much I give the drone will continue to cut

eternal lake
#

do you even know how it works or are you just putting random numbers in expecting it to work

steel verge
#

yes

amber willow
#

What's the code for one-lane roads

muted sandal
#

How to write the code of the police station and hospital ?? Everyone

charred harness
charred harness
#

Npnp

coarse bane
#

how to import sprite in-game that is at night color i just want the sprite to make it easier for me to draw the custom night animation. I dont know how to explain right but whatever. can someone help?

charred harness
#

You mean putting some sort of overlay in your original sprite to make it look like the night version of it? To help draw night lights?

#

Yes I do also wanna know someone please tell us how

idle ridge
#

Hey im new, i downloaded the residential house plugin but why doesnt it change?? Thank you

cosmic dragon
#

Excuse me

#

What to do with it was downloading ancient mesopotamia from forum but game says this

#

What should I do?

cedar stone
#

Check if you have downloaded everything needed and installed correctly

#

If that'd the case, then contact the plugin creator

cosmic dragon
#

Ok

#

I think I forget to take the basic one ,but now I try to do it but

#

Hey I downloaded all and did all right still game tells to delete that plugin lol

lime rapids
#

Oh

#

@cosmic dragon show me your folder

cosmic glade
#

Hello, I'm currently having a problem with the noir shader plugin

#

It doesn't let me open the game

low shoal
#

@hexed coral

hexed coral
#

it worked on pc and for the26

low shoal
#

it worked for rtobby

#

yeah i could try it out ig

hexed coral
#

it doesn't have round?

rocky geode
#

All shaders worked on me

rocky geode
#

Any debugging techniques on shaders?

#

Like Debug.toast

#

No

#

Also there's no way to make diff shader for water

#

What's in the shader would be applied on all pixel

cosmic dragon
low shoal
lime rapids
#

Yes, but if you want to speed up things, Anciv is in store now

dark dawn
#

Just don't use shaders

dark dawn
#

🧌

iron nest
#

As a side note, that actually looks insanely cool! Like gazing upon the stars in outerspace.

rocky geode
digital mason
#

I was wondering how do you make plugins?

grand spruce
rocky geode
#

What's wrong with the composition tool i thought i can make an easy copy of this intersection

white pike
#

Its been a few months and the staff still haven't pinned the link to the plugin creator

charred harness
#

Please pin this

hard drift
charred harness
#

Nice

terse void
#

its not too hard to find

dark dawn
#

Ok

#

But dont depin it please

grand spruce
#

I will be

#

For the sake of keeping all those resources in the same spot

unique moss
#

HELP ME

#

What do I do? Ive tried everything

low shoal
#

you spelled it wrong

unique moss
#

FU.. Sorry

#

Im disgraphic

#

And i didnt saw it

low shoal
#

jsons are a sucker for spelling

unique moss
#

Yep..

low shoal
#

no, dont worry about it, now you can fix it. so goof luck!

unique moss
#

Thanks!

#

See ya

solemn lion
#

Hm not sure

rocky geode
#

You can't :trl:

#

That's probably a graphical issue just adjust the line 1px up

rocky geode
#

Then that's skill issue

charred harness
#

Oof

#

Just put it 1 pixel up

#

Itll be fine

rocky geode
#

That's a shame you can't figure out what you need to do

rocky geode
#

¯_(ツ)_/¯

#

You didn't notice the other lane was wide than the other one

charred harness
#

Yeah

rocky geode
#

Skill issue

#

You should probably do the same effort to achieve your desire look

#

It's about connecting each frame to its piece to make sure everything was aligned

#

Don't forget to use layers you dont want to get upset when it was merged

unique moss
#

Can somone help me? Cant get my plugin to run

#

No screen

#

The plugin works, but it wont show up

#

"works"

#

So I have a big problem

#

I can send you a short film

#

Pv

low shoal
unique moss
#

If yes how can I do it?

unique moss
#

Does somone know how to make manifest file?

dark dawn
dark dawn
#

.

unique moss
#

The hell pca is?

dark dawn
#

Simple coding, tick and write stuff it will code it by itself

eternal lake
#

you haven't defined a car of id "$mmtramfront00"

#

or, most likely, defined it after it is used

molten shard
#

I tried using the atmosphere shader and it gives me this error

rocky geode
#

Hell no that's a fine debug

#

What version was that

hexed coral
#

What game version do you have?

molten shard
#

lemme check real quick

#

1.10.68a

hexed coral
#

Pversion

tulip rockBOT
# hexed coral Pversion
Most recent versions of TheoTown
Android

1.10.91

Desktop

1.10.91

iOS
hexed coral
#

I don't know much about game versions

rocky geode
#

That's a good debugger Haven't seen that before

hexed coral
#

But judging from my limited knowledge, you version is rather old

earnest pendant
#

I got a problem

#

How do i can fix it?

rocky geode
#

I mean that toast for fragments

hexed coral
#

I think errors in code like that are always there

#

I saw it myself when I was fixing the problem with "round"

rocky geode
#

All phone have inbuilt file manager

earnest pendant
earnest pendant
rocky geode
#

Goto Android/data/info.theotown.../files/managed plugins

earnest pendant
#

Where is the heck android

molten shard
#

yep it worked, all i had to do is update

rocky geode
#

Main storage/Android

rocky geode
earnest pendant
rocky geode
#

Android>data

earnest pendant
#

Im in data

rocky geode
#

It's always at the bottom

earnest pendant
#

What do i need to do?

rocky geode
#

What's that notice says??

earnest pendant
#

"cant use this folder"

rocky geode
#

What's the button says

earnest pendant
#

"use this folder"

rocky geode
#

Click it

earnest pendant
rocky geode
#

What's that

earnest pendant
#

Idk

rocky geode
#

It's all clear when you translate that

#

You're near into it

earnest pendant
#

I click something

rocky geode
#

Ok

#

Click ok gosh

earnest pendant
rocky geode
#

Files/managed plugins/

earnest pendant
#

This?

rocky geode
#

Find RGBSL_Shader and delete it

earnest pendant
#

What does them doo?

rocky geode
#

That's the plugin causing error

earnest pendant
#

Ok

rocky geode
#

Just wait for the plugin update if you ever want to download it again

earnest pendant
#

I cant delete it

rocky geode
#

Why

earnest pendant
#

I clicking it and nothing goes on

rocky geode
#

Press it long, it will popup a menus 😩

#

I'll bet your phone gets full storage cuz you can't delete a file once in your life

earnest pendant
#

I pressed it long and nothing goes on

rocky geode
#

Use the tripple dot right above

earnest pendant
#

Still don't work

rocky geode
#

I think there's an edit option or select files

earnest pendant
#

Edit?

#

I only can add new folder

rocky geode
#

What this says?

earnest pendant
#

Use this folder

rocky geode
#

Tap it

earnest pendant
rocky geode
#

Use this folder

earnest pendant
#

How?

rocky geode
#

Ok again

#

I think you downloaded a poor file manager

#

Next time download CX file manager or Zachiever

earnest pendant
rocky geode
#

Why tf it was censored

#

You know i think there's a bug with that software just download another one

earnest pendant
#

Better?

steel verge
#

For crying out loud

#

Use the native file explorer provided by android

rocky geode
#

Oh yes that's what im.saying lately but he can't find it

steel verge
rocky geode
#

Nice research

earnest pendant
#

What should i doo now?

rocky geode
#

I think theotown was below those drive account

steel verge
#

scroll down

earnest pendant
steel verge
#

correct, now navigate to managed plugins

#

and delete the offending plugin

earnest pendant
rocky geode
#

Damn it takes forever

#

No not there

earnest pendant
#

Ikr

#

Where the heck

rocky geode
#

Return back

#

To managed plugins

earnest pendant
#

Here?

rocky geode
#

That managed

earnest pendant
#

Im here

rocky geode
#

Find the offending plugin

earnest pendant
#

Ok

lean tide
#

So is this the ID of the category? Or is it something else

rocky geode
#

Yes

lean tide
#

Ok thank you

earnest pendant
#

IT works now

rocky geode
#

Review what we did and do the same way next time

#

||your phone seems has a lot of ads||

teal ledge
#

@shy ice your roads plugin in broken

#

Cars wont travel on the roads

dark dawn
#

at least you have no traffic jam

teal ledge
sand pendant
teal ledge
#

What Im saying is that it feels like theres actually people in the cities

#

Not empty

sand pendant
#

Yes

rocky geode
#

How that hatches would be possible

#

Ahh i see

#

Use template

sand pendant
#

Lego :DD

#

Oh

white pike
#

Why i can't select multiple images when im using the PCA

#

I can't do it one by one even

uncut hollow
#

Can someone explain to me why SOA (sea of age) gone from plugin store?

Even I can't find that plugin at theotown website

vague scarab
#

@rocky geode

charred harness
#

And you also spelt it wrong

rocky geode
#

Why im pinged

uncut hollow
rocky geode
#

Yeah that requires to cry

hard drift
#

where is the issue ?

minor linden
#

No problème

hard drift
sullen beacon
#

i saw this plugin, and my heart was moved
it was so wonderful that i couldn't say it
i wanna know the code of this plugin, and i thought 'if i made a korean version'
so... who can help me?

grand spruce
#

@rocky geode that's yours ain't it

rocky geode
#

Nahh you're mistaken

grand spruce
#

sureee

rocky geode
#

Np

unique moss
#

Can somone tell me how to add to building monthly income?

low shoal
rocky geode
#

If it's a normal commercial then it gives you a common income

bright rain
#

I think you can still do monthly income, but it's limited to 1T

#

Better than nothing, I guess

rocky geode
#

That -1T is a huge lie

bright rain
#

Does that not work anymore?

rocky geode
#

I tried that it just gives me an error

bright rain
#

Huh, weird

#

That used to be a thing. I think I used it in the nature pack at some point

#

Or maybe I'm just insane lol

unique moss
#

Meh

#

Still thanks

unique moss
#

Tell me now

#

How to make a road

#

Is there a template for that?

#

PLUGINS

#

Something

#

Where

#

The hell are you Talking about?

#

I dont want to download them

#

Bro

#

Youre talking about something diff

#

I want to make a road

#

Bro

#

Youre not pretty helpful..

#

Thanks for trying

#

But

#

Can somone other than eugine tell me

How to make stupid roads?

cedar stone
#

Also @earnest pendant please be nice next time. We are in #plugin-support , so asking how to do a plugin is going to be common. Don't be rude and say to use the in-game roads when he is asking on how to make them

unique moss
#

Jeez i feel like a old guy that survived ww2..

muted thistle
unique moss
#

XDD

earnest pendant
#

Does somebody have nice plugin to new cars or a cars decoration? (Or a fire trucks deco.?)

vague scarab
#

Probably plugin issue.

rocky geode
#

Hmm Indonesian loves 's' on their translation

hexed coral
vague scarab
flint umbra
#

Oiii algum br pode me ajudar… eu queria saber como eu posso começar a fazer plugins

grand spruce
dark dawn
#

to build something on water and on land i need to add '' true '' to both, right ?

dark dawn
#

alr thanks you

dark dawn
#

can't be build on water...

#

i didn't get it

rocky geode
#

Because it needs to be set both as false

dark dawn
#

uh

#

i'll try so

dark dawn
#

didn't work

#

no

#

cant be built on water

#

i want to build it on water

#

on land yes

#

YES

#

and needs water what ?

#

and stop give me codes wich dont work

#

I don't trust it, it takes me 10 min each time

#

youre wrong btw

#

if i put land false it wont be built on land

#

i'll just make two plugins

#

i'll try it

#

but wont work for land

vague scarab
#

I've been using that too many times.

dark dawn
#

cant be built on water

#

all your codes didn't work

vague scarab
#

Lemme prof it.

dark dawn
#

i tried

#

all

#

ofc

#

i'll just use fake water

#

uh

#

can be built on land

#

cant be built on water

#

and it's the problem for all codes

#

no need to show

#

you think i lie ?

#

baseplates are green on land

#

baseplates are red on water

#

why you need a screen to understand this

#

i can send any plugin wich work like that

vague scarab
dark dawn
#

uh

#

i already said that the code dont work for me

vague scarab
#

Use the prof.zip plugin for Refrence,you might just had some typo.

dark dawn
#

it is not by repeating it that I will solve the problem

vague scarab
#

Send the code on dm,if had some privileged code innit,remove it.

dark dawn
#

lmao

vague scarab
dark dawn
#

i tried benutzername for second time

#

still dont work

#

all i do is code with pca and modify the file code to add needs land and needs water then i replace the old code and upload

#

what's wrong

vague scarab
#

I don't want to be rude,but if you want the problem solved quickly,send it in dm.

dark dawn
#

coma ?

vague scarab
#

, <

dark dawn
#

i make that with json

#

all is boolean

#

json genie free

rocky geode
#

||Skill issue||

#

Maybe your attributes has capital letter, or the worst part, you made the boolean value as string

#

Also i experience the latest json genie has bug

#

Like there is a time that it automatically put a trailling character if you saved it

#

Luckily i have the old version of it

#

I recommend to check your code as "code" Not in json genie

#

anyway It should be set like in genie

dark dawn
#

and for saving i save it on /json folder

#

then i import the code to the zip file

dark dawn
#

good ?

dark dawn
dark dawn
#

bruh it's worked

#

while it's exactly the same for json genie

rocky geode
#

Damn it already has vertical lines to trace nested structure

vague scarab
#

This one.

rocky geode
#

@vague scarab does it support custom fonts?

#

Cuz quick edit can use external fonts

vague scarab
#

No,but it's had tons of themes.

rocky geode
#

Trash

vague scarab
#

But I've been seen a screenshot of you using it.

rocky geode
#

Well i will stick with this, i love this Italicize font

#

Im using quick edit though

vague scarab
#

Acode with tons of features,which make my plugin making quicker.

rocky geode
#

Give me a patched version of it without ads, im lazy to patch it on my own

#

Ehhh i don't like the file tree listing looks like vcs

vague scarab
#

This android feature exist.

rocky geode
#

Is that trick from mine?

vague scarab
#

Found it on YouTube

rocky geode
#

Well im using Android 5.1 so i don't have that i will patch it on my own instead

#

I realized it was made by the same dev so probably external fonts are supported

dark dawn
rocky geode
#

It needs privileged code i think

#

Apply for it

hybrid depot
#

Contact lobby or ja or pidroid..

rocky geode
#

Is it possible to add winter animation to a road rather than winter frames?

eternal lake
#

it works in the same way, roads can hold animations too

rocky geode
#

DDoes it switch during winter?

eternal lake
#

why wouldn't it

#

if you provide appropriate attributes, that is

rocky geode
#

hmm idk i never tried to add winter animation before,

"winter animation ": [] is it?

eternal lake
#

"in winter": true

rocky geode
#

In winter?

eternal lake
#

"animation": [{"in winter": true, ...}]

rocky geode
#

Cool

#

Thanks

eternal lake
#

you're welcome

#

I use it all the time

rocky geode
#

I will add rain animation in winter

terse void
eternal lake
#

I swear suburban living is the only place it's used

rocky geode
#

Update the docs Kulche

eternal lake
#

couldn't care less, kthxbai

rocky geode
#

Fast question

Does a draft can reference multiple template?

vague scarab
#

Yes

#
"template":["template01","template02"]
rocky geode
#

Nice

cyan oar
#

Not really sure where to suggest an update but here

#

@rocky geode

#

I would really like it if the bus station can be put on roads,I don't have space anymore 🙂

rocky geode
#

No, as of now smart cars cannot target a bus station type

dark dawn
#

I went back to the old days when I hid your London bus depot behind skyscrapers

grand spruce
#

Ptag files

tulip rockBOT
# grand spruce Ptag files

TheoTown files are located under such directories:

▪︎ Windows: C:\Users(insert username)\TheoTown
▪︎ Linux: /home/$USER/TheoTown
▪︎ MacOS: /user/TheoTown
▪︎ Android: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files
By default you should be in /storage/emulated/0/
Reinstalling the game for Android will delete all files, unless you decide to keep the files when prompted by uninstaller.

Alternatively, you can access the files through in-built TheoTown file manager, accessible through the in-game menu.

You can find your plugin, music, region and city files there as well as logs for debugging purposes.

grand spruce
#

So you need to use the in game file manger to move the file from your downloads to your game files

#

The file manager can be accessed in the menu while on the region screen

#

in the plugins folder

#

yep!

#

You're welcome!

white pike
#

Is there a way to rename disasters?

dark dawn
#

if you tamper with the code I think so

cedar stone
#

Which in practical terms is no

steel verge
#

You can create a translation plugin

#

which overrides in game strings

tacit sundial
#

just a quick question how do i place my plugin on water?

white pike
dark dawn
vague scarab
#

Can someone explain more about randomising animation on specific draft using lua, referring to kulche suburban plugin.

white pike
wise scaffold
#

That is too much, but it doesn't work.

round oasis
#

How to fix

rocky geode
#

Sounds Jeremiah stuff

round oasis
#

It is

wise scaffold
#

delete his plugins. For your own safety.

#

He was banned from here for sharing malware.

round oasis
#

Oh

#

Ok

eternal lake
#

"count" in your car spawner object

earnest pendant
#

Does someone know here why is this plugin don't work?

grand spruce
#

Where is it from?

#

Plugin store, forums?

#

So you have the zip

#

Can you send the json?

earnest pendant
odd gulch
#

I think there is a tutorial for that in the forum

odd gulch
amber willow
#

@vague scarab sorry for the ping but any idea how to make the decoration and rail look connected?

vague scarab
grand spruce
#

@vague scarab do you have a rail piece that is decorative as well? If you do that could probably be used to fix that issue

eternal lake
#

the easiest solution would be to just create a road decoration

sharp elk
#

how do i code fences

#

i have that bush one for a long time now but i have now idea how to code it

dark dawn
#

I have a json for fences

sharp elk
#

the main problem is that idk how to set a json and my app doesnt work

sharp elk
#

i did

vague scarab
rare basin
#

Yoo how do you get container ships??

hexed coral
#

Ppunish 352712336898785282

tulip rockBOT
#
Case #2942

cutest asian e-boy#1671 was banned for the following reason: Sharing scams or phishing content.

pure pike
#

Is there a limit to the amount of plugins I download? I kinda just when on a downloading spree without thinking and it's my first time using plugins

cedar stone
pure pike
cedar stone
#

It mostly depends on how much ram your device has

pure pike
#

Ohhh okay gotcha

#

Tyty

timber shore
#

I'm looking for a good plugin for cooling towers and nuclear stations on my phone. previously such a plugin was in the play store

#

now I can't find it

#

Where can I find this mod ?

dark dawn
#

Forum

#

Ask themax if you want to modify or use it, as it's written on orange bar

timber shore
#

to be honest, I no longer remember the password from my account

#

did't find

vague scarab
grave sonnet
dark dawn
#

if I code this in 1×1, will the orange square still appear if I build?

vague scarab
dark dawn
#

it's the interest

#

looking for a way to get things past the baseplate

vague scarab
#

Add this after bmp frames.png
"w":32

#

Ah I understand what you're doing now

#

One thing,if you proceed,it would had clipping issue

dark dawn
#

Clipping ?

vague scarab
#

Can't explain it in English.

eternal lake
#

it will be drawn if your frames are defined properly

#

it's not a good practice though

dark dawn
#

I'm just looking for a way to not need to do modular stuff

eternal lake
#

that's not the way.

low shoal
#

Width and height both 2 yeah

dark dawn
#

Well i'll try it anw

#

as for publishing this in the plugin store I think I understand the problem, but it's just for me that I'm doing this

dark dawn
#

I'd like to do this for example

#

And plane isn't cut !

white pike
#

Is it possible to do 9×9 to 12×12

terse void
#

if you have a privilege code you can

#

but to get one, you'd probably have to prove to lobby that you can actually draw a good 9x9 or 12x12

half igloo
#

i saw a 16x16

bright rain
#

You need a code to do big buildings?

#

Has that always been a thing?

terse void
#

dunno, but it is now

#

dont remember what the upper limit with code was

#

either way, i havent seen a building that big that hasnt looked bad

#

(i will conveniently ignore kekmans cathedral for my argument)

flat hearth
#

(ops, wrong channel)

grave sonnet
unique moss
#

Alright

#

What gentelman or a madame is ready to tell me how to make own cars in theotown?

grand spruce
unique moss
#

Gonna try it, thanks mate.

grand spruce
#

best of luck1

elfin stump
#

yo
are there any plugins just for citizens/people/groups/etc? it would help a lot to make my town more realistic lol

#

thank you in advance

grand spruce
#

There should be a few!

#

I'd search people on the plugin store

timber shore
#

with what problems can be connected? I have a lot of mods, but not a single one that would kill compatibility with each other.