#plugin-support
1 messages · Page 20 of 1
..?
hmm?
how to install plugins
what phone or device are you using
What happened to Qman's road pack?!
It's gone from the store without warning and it ruined my forever city
Like the White Avenue road is gone
All my other cities are also ruined
Not even installing British avenues was able to restore them in unloaded cities 🥀
@vale minnow
I explained why, and even if I put it back your issue would still exist
You know why? I changed the ID for it
And other things I won't explain
I kinda, broke everything while updating my 3 year old plugin
won't happen again I promise
Damn
Its nearly 1 year of work down the drain
I could try to get a old file back if I still have it
Maybe that might work
I'll DM you it
(I need to check if I have the backup)
Thanks
I'll just load a backup world. I keep backups every time I want to xtreme ICBM the city, so no big issue as long as the old file exists
As it is an backup, don't use it on the online regions.
Alright
hey can someone fix bug error at zoom
Hi guys, I have a question about a road plugin in TheoTown.
I edited the plugin’s JSON file to change the road price and the monthly cost.
However, in the game the road price is still 50 (some are even 100), and the monthly cost is still 10, even though I set it to 5 in the JSON file.
Is there another parameter, file, or setting that overrides these values?
a vanilla road? how did you implement this?
I have question, how to transfer plugin in device A > device B?
When i use device B, need buy using diamond again
It’s a plugin road.
I downloaded the plugin and edited its JSON file directly to change the price and monthly cost.
Refer to this #information message
Okey thank
Why my plugin isnt get any response, it has been 12 days
I have created some plugins. Can I send the file if someone wants test or use them? They are my first plugins
how original
why so cartoon?
I am using ibis paint
you need to downsize those
use the in-game trucks as a reference
oh those are massive
a human is 3 pixels
you should do trucks on a 1x1
Do on Theotown forums first
There's a showcase section
hey guys, how do i name my plugin? i'm using the plugin creator website and it name came out as this generic Commercial T1
ah okay thanks!
sorry i've got another question, how do i make it into the center?
how many frames for road decoration?
16
why does lobby use 4 frames
rotation frames
i guess i was wrong
assumed since roads have 16 frames, road decor would too
I might be needed so if you want to designate each frame for each road dirs.
why i can't upload or update plugin store?
Nvm just my internet problem
Iq bum
I love plugin sawit
ok indonesian guy, go buy it
I've done it
man
I use sandbox
lets talk about it on general
Ok
Guys is this good enough (no texture yet)
its good, but this channel is for plugin related issues
Yes, i have issue here
- Why my other plugin doesnt get any response more than 13 days
- Why my theotown crashed when i try to add night animation
Plugin approvals can take a lot of time, so be patient
But the nightlight crashing theotown.. i dunno about that
I created some plugins that have nightlight animation and none of them have ever crashed
if it's crashing, you aren't doing it right
I'm working on new plugin. Is better than other plugin that I made?
it goes out of the baseplate
What the problem here?
does the road decoration have rotation awareness?
Why is the road decoration not visible?
How to download plugin in discord
You download the plugin and move to your plugin folder
Ok
your message is being automodded because of 2 o .png
it was commonly used in scams so it was blacklisted
you can drop the json file as is or tell me what the issue is and ill take a look at automod logs
Why still no night animation
op plugin
how very amazing
how do you expect it to work if you didn't even attach the animation to the building
Add the code:
"animation": [
{
"id": "$ (enter your night animation id here)",
"x": 0,
"y": (any negative number from -30 to -60)
}
],
Also, you should probably lower the influence radius
Why have to add -value
Aight
for some reason negative numbers make the night animation go up, and positive numbers make it go down
theotown coordinates work similarly to image editing software coordinates
so the 4th quart of the coord system
Soo what number should i set
you can count it yourself
by default the reference point of the animation is in the top left corner
point 0,0 refers to the leftmost pixel of the baseplate
How do you create a plugin without a draft name?
"title", "text"
And what are the attributes so that the decals used can appear without coverage?
What is an attribute
?????
"title" is the building's name
"text" is the description
they are string attributes
Okey
move it in the "plugins" folder
its in the wrong folder right now
first delete that one using actions
then press the plugin folder to move in there then press import here
my game froze
i cosed it
closed*
and went back on
and this was in the file manager
its not in the plugns bar but i just did raht
daht*
remember to restart the game
oh
once you do that it will only appear in the plugins bar if it has a manifest file
bruh
its not in the plugin bar
just wont appear under plugins tab but you should be able to find it easy enough. Might be a landmark
oh
lol you might have to mess around a bit
no
i mean sure if you dont want to after all that troub;e
shouldnt be too hard to find the frames
lol
fixed it
yay congrats
I was upload this plugin 2 days ago and still pending approval, any tips?
what is "h" mean?? what's the difference with "y"?
sorry for ping, can u explain about that (my message above)
what are you trying to achieve?
try re create advanced road
that doesn't explain anything in the context of your problem lmao
i just still confusing
and what is the problem exactly
what the different attributes x y, w h, handle x handle y, or move x and move y is it really in the json implementation?
x and y are coordinates
w and h are width and height
handles refer to the "handle" of the frame, aka the reference point/pivot point
cordinates of what?
of whatever object you're working on
adding x=5 to an attached animation will shift the animation to x=5
adding x=5 to a frame will tell the game to grab the sprite from an area that starts at x=5
what the default value for handle x or handle y?
for default size w:32 h:16
handles are always 0 by default
so a frame's handle is always in the top left corner by default
so 0 place the animation in cemter of tile? or how it work?
0 what
handle y and handle x
it will put it at whatever x, y you passed
an animation will visually appear at x-handle x, y-handle y
x, y handle x hanlde y are value 0, and image size 32x16, so where position of animation when ingame?
i personally dont think you should be trying to recreate advanced road as a complete beginner
im advanced in json implementation but in Minecraft, im just need information to how it work
that leftmost square is 0,0 and thats the handle. If you move that higher than your frame appears higher than the tile
just because you know how json works doesn't mean you'll know all the theotown plugin system gimmicks
cause in Theotown json implementation are a bit less unique
if you say so
whatever that means?
in game position inside tile, is it center of tile ingame?
0,0 is the leftmost pixel of the baseplate
refer to my image
that red arrow are 0 pos, not blue arrow?? so the animation will appear like red rectangle or Yellow rectangle?
red is x=0, y=0
yellow is x=negative, y=negative
purple is x=0, y=negative<yyellow
and so on
you're welcome
can i ask one more
how to make offset through bottom, cause my image always croped when passing through the bottom size tile?
or what ever that name, bottom size tile, or bottom line, idk
well you arent really supposed to go below the tile
you can only render things above the baseplate
hmm okkay
Do you think this is a good plugin?
I created a Carousel building animation. How do I put it into the game? Please help me.
Why the texture buried?
badly positioned image/wrong handles
I see
I forgot building tile 
can someone give me mew's(advanced road) discord user name?
.
organized advanced road??
i know this is stealing, I plan to ask the original owner to modify the original advanced road plugin like this, so that it will be more usable by people.
@frigid arch See above ^
I am pretty sure in the past you have said people don't need premission to modify/addon to your stuff, but just making sure!
Yes, they can modify my plugins without my permission
@fading hedge See above ^^ 🙂
Am I allowed to distribute this plugin? And, permission to upload it to the plugin store?
Yes. Not sure if you can upload it though, that's more of a moderator question.
hmm okkay, thanks for answering
No problem (:
i need help with the frame
@drowsy orbit I got you hold on
[ { "id": "Oga_BLKCRGOSHP", "type": "decoration", "title": "Bulk Cargo Ship", "text": "Decoration for your industrial zones", "width": 2, "height": 2, "frames": [ { "bmp": "Bulkcargo2.png", "w": 16, "count": 4 } ], "needs water": true, "needs land": false, "rotation aware": false } ]
There's the code
thank you!
Given on our our automod settings it blocked it, but that should allow someone with the knowledge to help you out
^^
Im so stupid it took me a while to understand what you jst said
What exactly is wrong with the frame
heres the png and the frame is cutoff from the 2x2 plane
im trying to fix it rn
i changed the png to a smaller size
Is that pixly?
So the game actually does read the size of the png when it counts the frames. So what you would want to do is move all 4 in a way that they are distanced to appear on the tile properly.
If aseprite allows you to import images, import the 2x2 template and just line up your images the way you would want it to appear in gamr
If you can't do it (import), just draw a square yourself with the dimensions of 64 by 32
I do have a plan b which is separating them individually as its own png
?
You said you were doing a 2x2 building?
yes
Use w 64
alr
I still feel like your images on the png aren't spaced correctly but 🤷♀️
Enjoy ;)
Welp since there is no place to report bugs here it seems this bug is very rare
(That "bug" is not very rare)
You have 2 instances of the same plugin. If you have the unzipped version in use, remove the zipped version of that plugin.
In short, try to see what the source doesn't show anything zip: you see I've moved all the files, but the results are still the same.
So I removed the app and reinstalled it
Ok now I understand
Why I have this error message?
paste the code here
well duh, of course there's a syntax error
the json doesn't start with an array and an object
you have mismatched brackets
So what should I do?
..add the missing brackets?
Is the price okay for this plugin
monthly price and price set too high, park and culture influence is also too high. Also you should've asked this in #plugin-discussion
Price : 25000
Monthly : 125
Park : 50
Cuture : 30
Okay ?
how big is the structure?
Price : 5000
Monthly : 10
Park : 10
Culture : 5
Its better to create balanced plugins than create something too op
Link?
Hhmm letmiting
What link ?, plugin ?. Just wait till approval in plugin store
This is fine
Are you sure ?
Just check with the influence limit graph whether it is within limits
Are you working on a fix?
Guys how would I make a custom zone for buildings?🤔
Thanks
hey how can i make a plugin?
i found this inside plugin polydiagonal decal or sidewalk.
what is border frame, edge border frame and edge frame??
type: gound??
does it can be used in type:road decoration???
Is there no one here who understands what is above?
you know you messaged in the middle of the night for the majority of the server
finally, found the link
No, cause they are used solely for ground stuff.
im sorry, I didn't imagine this
thanks
Can someone give me plugin for lv 1 commercial, residental, industrial
Is there a toy factory plugin??
Plugin indonesia style please🙌
Does anyone know? Plugin rocks on the edge of a river or cliff? Tx
This is how to get music from the game to appear, at that time I just turned down the volume so I could listen to the music myself??
What version are upu on? Full number and letter
Who know a plugin that give a TTT commercial and give lot of theon and pls no Issue monthly money
Not possible
Think about it this way. You are the landlord and you spend money on water electricity and general repairs. In return they pay you tax money
Why can't I download plugins from theotown forums?
i think forum's plugin store is just for showcasing the plugins and not for downloading them, only in the ingame plugin store you can get the plugins
If you see a plugin on some screenshot, which you can't find in Plugin Store, try searching it on TheoTown forums (https://forum.theotown.com/viewforum.php?f=43). There you can find a lot of unique plugins, which are not available on Plugin Store.
Okay
I have downloaded it on this forum but can't get into my theotown
Import it in then
You can use the built in file manager
Relauncg the game
Already
Some of my friends also have problems like this
You probably put it in the wrong folder
I put it in the plugin folder
Wait is the file a zip? If yes then extract it
Owh okay
I will try it
that does not matter
the plugin just probably doesnt have a manifest file
it will be found in whatevr type of buildinsg category it is in
Probably
Still can not
Try this
Which plugin is this. This road looks so good. I need this type of road for my city.
advanced road
most zip file plugins do not show up there, you will have to find the objects in the menus yourself
Okay
Thanks
just search indonesia or indonesian
Where?
on the plugin store
It's full of buildings, I want to look for a village feel
For example, like a village field, do you know?
Manual
why
Lmao
did admin just nerf
Where i can find the official apk of plugin??
#plugin-support where is the official plugin apk???
Plugin apk? What?
I mean where i can find the official app of plugin ??
What app?
The game interface show that they have a apk where i can find plugin for theo town
You aren't making much sense to me. Do you have an image?
Sorry i don't
If you see a plugin on some screenshot, which you can't find in Plugin Store, try searching it on TheoTown forums (https://forum.theotown.com/viewforum.php?f=43). There you can find a lot of unique plugins, which are not available on Plugin Store.
These?
Isn't any app in play store or app store which provides plugin??
If you describe your issue, perhaps I can be more helpful
Okkey
@low shoal which apps are recommended to create plugins? Except adobePs
Press the link for a more comprehensive guide for plugin creation for beginners
The key points are summarised below:
Step 1: Download a baseplate of your choice It is recommended to keep it small if you are just starting.
Step 2: Download a pixel drawing app. It is recommended that you get one with layers and transparency options. You can find a list of suggested options here
Step 3: Here is a tutorial on how to make a house by Kulche
And tips on how to improve plugin quality from rtobby
Find more tutorials in the getting started page and on the forum
And even more tips pinned in plugin discussion
Step 4: Last step is to create a json. You can create one by using PCA or use this tutorial to make one. To make one manually, use any text app which allows you to save files as a .json
Feel free to ask for help or suggestions on the forum or on the server
Bonus step: Once done, you can upload your plugin on the store which once approved can be downloaded in-game by anyone or post it on the forum showcase or both! Remember that store plugins must oblige to the store rules
What happened to the hospitals and schools? I went to my city and found an incredible number of adjustments.
problems? like what
Many problems
But I will tell you some
Like hospital, one university which went from 10000 both high and low students capacity to only 100
And many other things
oh no, you can't create cheating plugins any more 😱
such a problem for the community
One university is a cheat plugin, the building graphics is bad, the monthly price si cheap but the effect too op
Nah i dont mind if get nerf
But not only one University
The capacity Hospital,school,funeral,waste are also dropped fast like from 200000 to 5000,50000 to 1000
All my plots were ruined for this
How can I fixed this problems
Just reminders, now the 1 theon cash monthly price is like 10 people facility.
So if you want a 100k people capacity, you need atleast a 10k monthly price.
But the influence tile zone not disturb, so now you can just make 1 theon monthly price with 10 capacity but can cover a whole map lol
wait for the next update or replace it with better plugins that aren't very op
Just replace with another plugin
we can't just use op plugins and not expect it to be nerfed to the ground
Can you tell me some better plugins. I don't know the names
There is a plenty university plugin soo
the one i use a lot is institute of modern arts, idk if that got nerfed tho, hasn't checked the stats of that plugin
I have a problem releasing my plugin, I already did everything, I already learned how to make plugins, but this thing happened earlier
As i could see, the size is kind of too big to fit in the game's style, try making it smaller and add more depth to the windows and make it smaller.
Press the link for a more comprehensive guide for plugin creation for beginners
The key points are summarised below:
Step 1: Download a baseplate of your choice It is recommended to keep it small if you are just starting.
Step 2: Download a pixel drawing app. It is recommended that you get one with layers and transparency options. You can find a list of suggested options here
Step 3: Here is a tutorial on how to make a house by Kulche
And tips on how to improve plugin quality from rtobby
Find more tutorials in the getting started page and on the forum
And even more tips pinned in plugin discussion
Step 4: Last step is to create a json. You can create one by using PCA or use this tutorial to make one. To make one manually, use any text app which allows you to save files as a .json
Feel free to ask for help or suggestions on the forum or on the server
Bonus step: Once done, you can upload your plugin on the store which once approved can be downloaded in-game by anyone or post it on the forum showcase or both! Remember that store plugins must oblige to the store rules
I used the plugin, everything got nerfed, making my citizens leave
how to use frame animation indices?
something like this
so this was one of my building that has 16 frames (acts similar to a road)
I have a couple of animations here. I do not want them all on all of the objects frames.
frame 0-2 labelled here are technically animation 0-2
when using frame indices, you assign each of these to a set frame. So here, i assigned animations 0-2 for all 16 of them and for animations 3 to 18, only one is assigned to each of the 16 frames
There is a school like that, it's a 4x4 blue building that has a huge range, but it costs 11300 to maintain and only houses 10000 elementary and high school students.
Can i make 1 draft of animation, but use it for multiple building draft ?
Yes
That one is obvious, tf could handle 10k student while the building is tiny plus the cost is too cheap. Def cheating
Actually
Look
I build this to save forest from deforestation
Can you tell me some plugins like this
Hmmm there’s alot of uni insitution there but i dunno if they got nerfed as well
St Theo Hospital plugin is being nerfed by too much, it's the same footprint as the normal large hospital (4x4) and had 50k capacity before being nerfed, why is it only down to 500???
(The two buildings side by side for comparison)
i think you might need a higher monthly cost?
Does anyone know what the building with the highest residential density is? (vanilla or with plugins)
noo they nerfed the rainbow katori tower, from 56.000 to 4.500
The Atlántica tower II has a capacity of 4,000 in a 2x2 space and is TTT level
I'm not sure how to change that
which update exactly?
and usually the plugin creators are the ones that need to fix it
@low shoal the latest one probably because i haven't noticed this issue before even if it was there
Try mr hospital
16k capacity with 5x5 size
Hola, ¿podrían activar un bot de traducción automática al español en este servidor?
Así los jugadores hispanohablantes podemos seguir mejor los códigos y eventos.
use english please
the latest version is different for different people
You are speak spanish or english?
You need ask this on suggestion or other threads as it's a support for plugins only
english
My english in really is bad
1.12.57a
You still can chat in language bar
Ok
why is the road invisible?
Bruhhhhhhhh
It is too simple ???
You would usually have a few buildings if it is simple
why do you have 64 frames for road
because one way road
Anyone know of any residential buildings over 5k people?
if you know how to make plugin , the max amount of resident/worker in a building is 1k/tile , so that mean 2×2 tiles is 4k , 3×3 tiles is 9k and so on
probably your frames
it is fixed, it turns out i had to create new lines
yes, your previous json expected 64 frames in one line
though with that you're just getting the same 16 frames 4 times, is that your intention
Hello! Is there a way to solve the problem of second-level decals not being able to be placed under buildings?
no, you need to have it as level 1 ground
please name the icon plugin
what
I got no idea how to make a plugin and I don't have the time to sadly.
Anyone know of any good waste disposal plugin that has proper waste clearance? My current plugins got nerfed and now my map is overflowing with trash
probably none right now?
How to make a transportation plugin?
Yo
Who here knows thr roads were they are curved
I need them
Or any. Light plugins
A car
Few questions:
- Can we force a car to use the same lane bi directional using road dirs?
- Is it possible to randomize say an animation frame via function?
- Is it possible to use frame change function on animtion for road decortion?
no; lua; what?
Try this, I recommend it.
For 2nd,and 3rd. I was refering to this: https://forum.theotown.com/viewtopic.php?t=4301
Does "allow slope" also applies to road decor?
lmao nope im not helping with anything fun related
Does anyone know any plugin that can fix this water depth thing , thers no undo button for changing the water depth , and there's just no way to revert it back
you need to replace with land and turn back to water again
this sounds lowkey evil out of context
everyone tells you to dabble in fun
but no one likes fun or wants to actually help with it
Is the graphic good enough ?
Mmmmm.... iam using theotown grass texture template ?
Is it bad ?
Owh, should i just use draw ground instead ?
You could but if youre copying them on to the texture itself make sure its the right resolution
Hhmmm........
hello guys. where I report plug-in error ?
Can someone help me do a spawn car script with the latest script plugins?
hello just report if inter city bank can't withdraw money only can deposit after update. thank you for plug-in
Im trying to make a koenigsegg plugin and ive already prepared the car and the building
Can someone tell me what would the JSON look like for the building to spawn cars?
New ones
I already linked you to the cars tutorial
I know, but thats the old version
What I'm looking is for the new version
All I need is to look at JSON for the newer car spawner on plugin buildings
I have created this structure and I pu 40.000 to provide health aspect and 80.000 to aspect health care capacity. It's the second time that it doesn't work. What I am doing wrong?
This is so pretty
Guys, how to draw shadow for this part of the stadium
Is any anyone familiar with the agriculture field plug-in?
And how it works
What's going on? I don't understand what this guy wants 🥺
you arent supposed to change building ids
I not change id
Did you changee anything like the frames or delete the plugin?
Yes, i remember modifying my tree plugin before, deleted some things and replaced them, but this person commented on a different plugin, lol 😅
I'm pretty sure it's just decorations
This plugin bug lol, anyone know the name i forgot
My man what in the world 😭
Is it the nature+ plugin?
See if restarting the game helps
somethimes tehre are graphical bugs
Hmm idk, if i remember this plugin is pack of floater in river/lake. There is a Waterlily, Flower, Mosquito, Leaf and many like that
You can disable nature+ plugin to check
Okeyy
but i recommend relanching the game first
Okeyy, after that bug i dont open game anymore hehe maybe the bug is over/fixed itself lol
Thx, this bug solved
What version?
how to use "rotation aware" in road decoration?
You need to have 4 or 16 frames
Hey guys, I'm having an issue publishing my "Illumin Shaders" plugin due to an ID conflict. I actually just need to "inherit" the $water00 to replace the sparkle frames with transparent textures. This is necessary so the sparkle frames don't obstruct the water floor frames, allowing my shader visuals to work correctly. Any advice on how to bypass this conflict flag?
Try using "once": true
🤔
What does this mean?
Like this?
yeah
The problem has been solved.
How to add night animations to the original building without using a different ID?
”inherit”?
How do I make a plugin?
Press the link for a more comprehensive guide for plugin creation for beginners
The key points are summarised below:
Step 1: Download a baseplate of your choice It is recommended to keep it small if you are just starting.
Step 2: Download a pixel drawing app. It is recommended that you get one with layers and transparency options. You can find a list of suggested options here
Step 3: Here is a tutorial on how to make a house by Kulche
And tips on how to improve plugin quality from rtobby
Find more tutorials in the getting started page and on the forum
And even more tips pinned in plugin discussion
Step 4: Last step is to create a json. You can create one by using PCA or use this tutorial to make one. To make one manually, use any text app which allows you to save files as a .json
Feel free to ask for help or suggestions on the forum or on the server
Bonus step: Once done, you can upload your plugin on the store which once approved can be downloaded in-game by anyone or post it on the forum showcase or both! Remember that store plugins must oblige to the store rules
Hello everyone! 😄 so I couldn't find more train plugins and I love trains so i wanted to make my own, but i am having a weird issue where it seems the game is using a fallback texture/ the default texture atlas instead of my texture. i had the name wrong before then i changed it and the error still persisted. this is the diagram if any one can point at where my mistake is i would be very thankfull and i will give you many train plugins
i hope this is the right channel for this sort of question i am bad with discord
why plugin shop doesn't work on me? I was going to download another plugin, then when I opened the shop it says "Store access unavailable" Is it a bug? or error? I can't take a screenshot while ingame.
its been 6 days, i cant really open the plugin menu, i want to download a new plugin for my city.
Just update your game
Suddenly getting a lua error every time I try to go into settings? Any one having a similar probldm
Show
CPH2515, v: 34 (Android)
1.12.61a (11261), p:false
vm2.LuaError: bad argument: value expected, got nil
vm2.LuaError: bad argument: value expected, got nil
at vm2.LuaValue.argerror(LuaValue.java:1058)
at vm2.LuaNil.checknotnil(LuaNil.java:85)
at info.flowersoft.theotown.stages.SettingsStage.enter(SettingsStage.java:1029)
at io.blueflower.stapel2d.gamestack.GameStack.update(GameStack.java:138)
at info.flowersoft.theotown.TheoTownX.render(TheoTownX.kt:305)
at info.flowersoft.theotown.util.ProtectedApplicationAdapter.render(ProtectedApplicationAdapter.kt:28)
at com.badlogic.gdx.backends.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:503)
at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1634)
at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1284)
Or did u mean a screenshot of the error message
Strange, recently got new shader from the store, but the error message doesn't come up until I click the settings icon? Otherwise I can play the game normally
Whats the shader name? If you turn it off and restart the game, does the error still happen?
Can't turn anything off because I can't access settings
Illumin
Deleted from managed plugins but still getting the same error message
Ooh and youre using android
I am, but I can access my files
Okay so if you deleted the plugin, and you restarted the app and still having the issue then that cant be the issue
Uh @eternal lake do you remember what this means
Indeed, tried deleting the last few shaders I DL just in case but no dice
it was me
how do i update?
Ptag staged
A staged rollout means that only a certain percentage of users will get the update at a time. Meaning that the update will come over a matter of days to everyone, rather than all at once. We have no of choosing who gets the update when, as it is totally random. You can check the store in a few days to see whether the update is available for you.
There is pretty much no way we or you can control when your game updates
what other plugins do you have enabled?
Did u edit the setting.json?
@grand spruce
Pmodmenu @tulip sable
The moderation menu is already open for the user at #plugin-discussion message
go to your app store
Is this thing working?
..test it yourself??
the code? yes.
the image? not at all, its literally AI generated and weighs like 330kb, which means that it isn't going to fit in any tiles (prob)
why my theotown can't install any plugin from plugin website, anyone pls help
There are 2 ways of installing plugins without the use of the in-game plugin store; via in-game file browser and using marc files.
Note that using zArchiver, MT Manager, or other similar apps may be more complicated. Eg. Requiring shizuku setup.
-# Starting with Android 11, apps cannot modify Android/data directly due to scoped storage restrictions. See Android Storage Changes for details.
That is because water/electricity generation is capped for normal users. You would probably need a ridiculous price or it is impossible.
Privileged/trusted creators can bypass this limits but since you aren't one, there is not way to do this. You can grab the desmos curve for utilities from the forum posted by JustAnyone
I see, thank you. The price doesnt do much just for info.
the monthly price does
Guys why is my plugin not working?
what is the base .json for a crematorium? I want to make a crematorium and i don't want to swipe my screen to clean the ashes
If i remember it correctly, this is the line:
"aspect body disposal capacity": (insert value)
i think it’s restricted to privileged plugin creators though. you can still make a plugin like that but it will have 0 capacity without the privilege
Does anyone know the plugin I circled?
@lavish prism "provide aspect body disposal":value,
I need help with the code with this one
I want the base of the tower to be the center of the 2x2 baseplate but instead it does this-
Is it not possible or did I miss somethings during coding?
does it have to something with adding the x axis?
i meant including the x axis of the frame
i'll just figure it our myself thank you
.
care to explain more of what it means?
that's what i meant
and they move the handles of your image along those axes
I'm not an expert in those but thank you for explaining
pca is useful for getting all kind of information
What is the current size limit for a single building in this game?
Lattice number
can u help me?
you cant use id in preview frames
the correct attribute is bmp
in the future, dont ping me for no reason
so i must type all "x" "y" and other atribute inside that??
im so sorry, i won't do it again. sorry for bothering you.
{"bmp": "impagename.png", "x": 32, "y": 4}
is like that
Who can help? I have a drawing, but I can't make the JSON code and the manifest plugin.
how about using id?
"type": "preview frame"??
for "animation": "$id_anim"
id:"$id_anim" type: "animation"
can it be like this?
for "preview frame": "$id_preview frame"
id:"$id_preview_frame" type: "preview frame"
I dont think preview frame is its own type????
Its "preview frame": [{"bmp": "image.png"}]
Use pca
Ptag pca
Plugin creator app (PCA) is a website to create plugins for the game using a UI interface.
It can be accessed at https://pca.svetikas.lt/
I created a plugin but I can't install it on my PC.
explain more than that
i uploaded my plugin to the website, it hasn't been aprooved yet, will it be available if people want to try it out by themselves or does it stay hiden untill it's properly checked by staff?
yes
What does "allow road crossing" mean?
Want to ask.
What do W, X, Y mean?
Width, x coordinate and y coordinate.
Thx
Ptag Plugin
- Forum plugins
- Hadestia's plugins
- Plugin creation 101
- Plugin Index
- Plugin installation
- Plugin Store
- Use of AI in plugins
- ZIPlugins
Ptag forum plugins
If you see a plugin on some screenshot, which you can't find in Plugin Store, try searching it on TheoTown forums (https://forum.theotown.com/viewforum.php?f=43). There you can find a lot of unique plugins, which are not available on Plugin Store.
Ptag Use of Ai in plugins
We strongly encourage players to make plugins manually by hand without using AI tools as AI is very bad at creating graphics that match the artstyle and scale of TheoTown and objectively, human made work is always better.
However, the plugin store does allow use of AI within plugins published there.
3. Use of AI for Image Creation
If you use AI to generate or assist with your plugin’s graphics, you must declare it in your submission. Usually, AI-generated artwork must be heavily edited to fit TheoTown’s style, which includes matching the color palette, perspective, scale, and pixel-art details. Always ensure your final graphics meet these requirements and that you hold the rights to use any AI-produced content.
So here can learn how to adapt graphics to TheoTown style [here](#plugin-discussion message). **AI assisted plugins that do not follow the requirement submitted to the plugin store will be disapproved. **
I created a plugin, but there is water under it...
Use "draw ground": true
Ayo
Does anyone here can tell me what's the size of something bigger than 8×8 tiles?(Like 9×9,10×10 and else.I'm just trying to make a carrier and it looks too small on 8×8)
Why it is so big?
U can split your carrier
Maybe like 2 6x6
So 6x12
I mean,i could
But I'm trying to make a carrier than can rotate
(i already have the images for all the rotation frames)
I'm not plugin creator, but I believe u still can make it rotation aware for splitted building. Take evergreen plugin for example
That thing rotates?
Ya
Didn't know that
Tough, I'm a newbie at this of plugin creating
Making one than can rotate without falling apart would be hard as hell
I think this game support non square plugin already
So u can make like 2x4 without splitting it
Idk
What is the external link to install the plug-in on the computer?
TheoTown files are located under such directories:
- Windows: C:\Users(insert username)\TheoTown or %USERPROFILE%\TheoTown
- Linux: ~/TheoTown
- MacOS: /user/TheoTown
- Android: /storage/emulated/0/Android/data/info.flowersoft.theotown.theotown/files
By default you should be in /storage/emulated/0/. Uninstalling the game on Android will delete all files, unless you decide to keep the files when prompted by uninstaller. (android 11 onwards restricts access to external storage for apps, so if the files cannot be accessed this way, opt for the in-build manager explained below) - ios: Search "TheoTown" in the file manager app
If you cannot access game files through these directories, game has an in-built file manager for mobile devices which is accessible from the region view menu.
You can find your plugin, music, region and city files there as well as logs for debugging purposes.
Wym link tho
Like the folder? Or plugin download link?
Btw,this is the original version of the carrier(i spent like 3 hours on both frames,and as i said,it looked too small,so i had to expand the landing lane)
(basically,now it's like almost twice as big)
It's nice, but feels to fat for me. Maybe make it longer?
That's what I'm saying
I actually DID make it longer
But the problem is than the new version doesn't fit in 8×8
And that's exactly what I'm trying to do
The problem is, I don't know how damn long is 10×10(arguably,i think 11×11 would be enough,tough,but i also don't know that one)
You're using the template from forum right?
If 8x8 is 256x128
Then 10x10 is easily 320x160
Ok
I'll try that out
Ok,i tried and i think it almost fits
I think than 11×11 can work without wasting that much space
Damn
It looks better than what i thought
Although...i messed up on the rotations(instead of changing the command position and else,i actually moved it to the other side...damn perspectives)
Well
I'm to damn lazy to solve that issue so it'll probably stay like that
Do trains support diagonal roads? like cars. would be really nice with the diagonal railways plugin
I don't think i have seen that on the tutorials
makes sense I haven't thought of that lmao well back to the documentation i suppose
Guys can I do 1x2 plugins just using the svetikas plugin maker site?
or do i have to manually write the JSON file
I dont know if pca supports it but you can make it using pca and change it manually
it works, thanks man
Every time I try to open settings
Disable simple ui plugin
trying to make night animation, already inserted the light image, but it only shows this
what's wrong😭
the light changed to another plugins texture somehow
Did you mess up your coordinates somehow
did you use "x" and "y" in defining your frames instead of "handle x" and "handle y"
I used x and y
did I used the wrong one
yeah
x and y shift the origin point of the frame to somewhere else, so since theotown renders multiple plugin textures in one image, it’s reading the texture of another plugin
you can see this if you type ‘pt’ into the console
sooo I have to use handle x and handle y
this is where the image ‘spawns’ btw (where the top left corner will be if you set both handles to 0)
Alright alright, I note that in my mind👍
Help me please
I downloaded the plugin from the forum.
Why is it like this, even though my TheoTown is the newest version and so are the plugins
yea so basically it's a plugin error which means:
1st line: idk
2nd line: the png image was not found.
if you want to play without the plugin, click the horizontal 3 lines and click disable
in the json of this plugin they are trying to load an image that doesn't exit, probably a typo cuz i get those very offten when i misspell the name of the image
yo pls i need help I made night animation for my trains but they don't change acording to the rotation of the train. instead they cycle between the frames (like what an animation is supposed to do but that's not what i want here lol" how can I make the night frames change with the day frames when the train turns arond?
this is the layout of both images. using V2
pretty please this is literally the last thing i am missing to finish it
if you are having the same problem the way I fixed it was creating 8 night animations "count" 1 where i used the same image and just moved forward on "x" for every animation. and then after asigned each animation to its corresponding frame in the day animation
Do nighttime and shaders not work on mobile? Or how do I get em to work
Shaders can be activated on settings > graphics > shaders.
Im dumb brb
for nightime go to settings > gameplay > then activate whatever you'd like (day, night, real time, auto)
also this probably isn't plugin related
Does anyone know a good bridge plugin
are you looking for a big bridge (over a large river or bay or something) or a small bridge (over a smaller river or creek)?
Maybe both, prolly a plugin with raod decoration as bridges
these ones are pretty good, especially the benjamin franklin bridge
these two forum plugins are good for small bridges
https://forum.theotown.com/viewtopic.php?t=9018
https://forum.theotown.com/viewtopic.php?t=13918
I cant update plugin
ERR_UPLOAD_FILE_CHANGED
try again after cancelling
It still error, maybe tomorrow
I need help making my first port crane plugin
I have an idea of how the design will be done, but I don't know how.
It’s all fixed lol
What an absolute unit I love this
I've searching for a high grass decal plugin. someone have any idea or recommendation?
damn thanks I love you 🤝🏻
I've searching this exactly plugin for 3 days
i'm trying to find a plugin that features Rotating roads, or curved roads.
Anyone knows what Plugin this Building is?
Ayo
I'm trying to make a greek-ish residential pack(with the kind of building shown in the photo)
¿Should i make the houses 1×1 or 2×2?
(I personally think 1×1 is better,mainly because i have a lot of stuff on 1×1,wich,only adding the roof of those,could be enough,and also because i tested it on 2×2 and it wasn't good)
Help why i can't use advanced road plugin really well on mobile?
so I built a new plugin and I want its title to be Dakhineswar Kali Temple but the <drat_..._title> appears on it. Will it stay there when I upload the plugin in the forum?
here is what my plugin looks like
Add
"title": (insert name of building here),
"text": (insert description here)
remember to put "quotation marks" around the name and description
also, maybe consider adding shadows to the building image
also claim your daily diamonds
Id say 2x2
Can u show the pack so i can download it
Guys, I wanted to ask, I saw there was a plugin,a white taito arcade game building; But when I was looking for it, but it wasn't there? can you help me find it? thanks..., after this I want to look again..., so the characteristics are the Taito logo which is space invader in white and black, then in front of the entrance there is the writing Neon, Arcade..., like that...
thank you
i add this in the .json file?
yes
also I uploaded this plugin in the forum and it got Disapproved. I did read all the rules guidelines and as per that this plugin does fulfil the requirements for the style or quality of TheoTown plugins and I can't ask about why this plugin got disapproved in the forum so I'm asking that here. (It also has night animations)
What is wrong with this plugin?
it has shadows
as in form shadows. you have cast shadows already but you need darker form shadows on the right side of the building
and yup, i didnt find it...
what are form shadows?
I have to make the right side of the building darker than its left side?
The colour selection is not great lol
yes
because the sun is from the left
in theotown yes, just look at any building in the game
The right side of the building is actually darker than the left side in most parts. Do I make it even more dark or make the complete right side darker than the left side?
it is actually how the building looks in real so
yes, and for the parts that are already dark make them darker
so pick the colours from that image, they would look much better
Can anyone help me on emergency lights animations for my emergency vehicle?
You should use a more beigish yellow then
Yea,desaturate it or just pick color from image.
Can anyone help?
Where is the category located so that there are no errors?
@vague scarab
Hope you can help.
-# Semoga anda bisa membantu.
You need to define the category first for the game.
-# Perlu bikin kode json kategori dulu,kamu belum bikin,cuma bangunan.
Already.
-# Udah.
Puedo crear plugin's?
yeah, see below
Press the link for a more comprehensive guide for plugin creation for beginners
The key points are summarised below:
Step 1: Download a baseplate of your choice It is recommended to keep it small if you are just starting.
Step 2: Download a pixel drawing app. It is recommended that you get one with layers and transparency options. You can find a list of suggested options here
Step 3: Here is a tutorial on how to make a house by Kulche
And tips on how to improve plugin quality from rtobby
Find more tutorials in the getting started page and on the forum
And even more tips pinned in plugin discussion
Step 4: Last step is to create a json. You can create one by using PCA or use this tutorial to make one. To make one manually, use any text app which allows you to save files as a .json
Feel free to ask for help or suggestions on the forum or on the server
Bonus step: Once done, you can upload your plugin on the store which once approved can be downloaded in-game by anyone or post it on the forum showcase or both! Remember that store plugins must oblige to the store rules
Making a plugin for my soviet micro districts but theotown doesn't have any good vanilla buildings, so I am making a tiny 1x1 fire dept and police dept in one. Is it possible to have that one building be able to react to emergencies?
Both type of emergencies
Fire and police? I don't think it's possible though u can add influence which doesn't do much
Influences prevent the incidents from happening
What about sending vehicles? Can both work or still not?
im not sure i dont work with vehicular buildings
but in theory maybe
One thing you can do is make a composition
you can make a composition of 2 buildings together 1 fire, 1 police, hide the original buildings and only have the composition draft visible
that would definitely work
Ah that makes sense
is it possible to alter the influence pollution to 0 or null because I am trying to make clean industries that do not produce air pollution but it seems that the game overwrites it also my descriptions only won't work weirdly enough
i wanna know if it's even possible before spending hours trying to figure this out
i mean probably not possible for industrial buildings
aw man
you can make make the farms though which follows industrial demand
oh my you are right
you can even make it appear in your own category if you were making a whole pack of buildings
i already have my own catergory yes. reading how to make the zoning but omg real thank you using the farm is a really smart idea i will do it now thx htx
experience coming from trying to bypass game mechanics at every turn lmao
Yeah but I want my small building to react to both but I like the idea of hiding a building only thing is I'm working with tiny amount of room and every tile counts
Might check if I can code it somehow
a building doesn't react to emergencies
cars do
just add appropriate cars to the building
So I would do type for police and another for fire?
what?
On json
I have no idea what are you talking about
apakah orang orang mau plugin ini?
advanced road but categorized
coba ss hasilnya pas diterapin bang!
sama persis kyk advanced road, cuma bbrp hal gw tweak biar lebih presisi
Mau
bisa bentuk bundaran gede? mirip bundaran HI?
kanan kiri brp kotak?
4-6 kotak, intinya tengah bisa dikasih oject
@fading hedge @willow bison sorry for disturb. Sadly, we only can speak English here. 😅
sorry may bad 😁
Its fine. 🤣
I didn't want both of you got warning from Mods. 😭
sorry, i don't know that rule
like this?
Nah nah. Its fine.
Maybe both of you can use #general-chat if still want talk using Bahasa. 👍
Yes, like that, and in the center of the circle there will be an object placed, for example, a monument or anything else.
Do you think that line is a "road decoration" type? Is it a "ground" type that allows adding lines without using invisible road markings? Is that useful?
(menurut anda, garis itu merupakan type "road decoration", apakah type "ground" yg memungkinkan menambahkan garis tanpa perlu menggunakan road invisible itu berguna? langsung dipasang, tapi memiliki kekurangan, jika ada kesalahan, semua garis dalam satu kotak harus dihapus, dan tidak bisa di undo, itu berguna?)
Yes, that's certainly useful, at least without having to do the work twice.
reread my message
I think you just need to create a custom road texture template that is ready to use.
it will be double the work, and all the total templates can be quite a lot, around 2 or 4 times double, based on the possible template patterns
I've seen several pre-made road templates in the store. I think you can create them too, so that users only need to connect the roads.
I don't know yet if it's possible to create a template like this, using multiple stacked "road decorations"
I will try to make it
non-English chat should go in #language-bar according to the rules
Look at what that channel he linked is...
Or look at the last message in #language-bar xD
whoopsies i’m not up to date, but i suppose linking to a channel with that last message redirecting people isn’t too bad
Guys I need help
How can I find:
- Pounkiller Light Pack Remastered.
- New Railway System (I have this but i can't find the JRspawner in the game.)
JR spawner is entirely diffrent plugin
Forum
Have circle plugin
Too vague bro
bukannya udah banyak ya bang ?... i think there re alot
@fresh moth kurang tau juga aku baru masuk grup discord
@drowsy kelp @fresh moth this channel should be chat in English. 😅
If you want to speak Bahasa. Both of you can reach #general-chat or #plugin-talk 👍
あくがkぱはm
Hello everyone, how are you? I'm new here. Please help me get used to it.
yo
#general-chat
Yo guys, what is the plugin for this stripes?
how to create zone ?
What is the name of this yellow car plugin?
please only post in one channel, posting in multiple channels is spam
sorry, But do you know the name of that yellow car plugin?
no
somehow i got error after i place "zone":"$ruralzone.zarker" in building json
[{"author":"Zarker",
"base":"$zoneresidential"
//,"category":"$cat_zone00",
"draw ground":true,
"frames":[{"bmp":"zonepixelzarap.png"}],
"height":1,
"id":"$ruralzone.zarker",
"needs road":false,
"placeable":true,
"preview frames":[{"bmp":"Karmageddon.png"}],
"price":1,
"persistent":true,
"rci":true,
"text":"op village.",
"title":"Residential",
"type":"zone","width":1
}]
zone json it is can apply nicely but idk how to conect it to building
you are most likely loading the building before the zone
make sure the zone draft is loaded first
you define the zone first
if they are in separate files, load the zone file first (files are loaded alphabetically)
aaaa
Guys, how can I make a plug-in on the water?
"needs water": true
"needs land":false
Hey guys please give me plugin Indonesian village please🙏🙏🙏
It is Advanced Road
so do you need help with anything??
Hey
I actually need a kind of road that's for pedestrians and bikes only - much like the in-game pavement in the road section of the transport.
The issue is I'm trying to make the road similar to pedestrian roads where they just "wander" and not go in straight line in a sidewalk.
The main obstacle is I'm trying to do all that with the ability of the services(fire,police,ambulance, garbage, funeral,delivery) to be able to access the roads when needed, but not regular cars or busses or any other vehicle.
The code:
[
{
"id": "shared.pavement.ped.bike.01",
"type": "road",
"author": "Request/Draft",
"title": "Bustling Shared Pavement",
"text": "A seamless pedestrian and bicycle plaza. Blocks private cars/buses but allows all service and emergency access.",
"flat": true,
"v2": true,
"speed": 0.15,
"price": 60,
"monthly price": 1,
"category": "$cat_plugins",
"ordinal": 0,
"pedestrian": true,
"can be pedestrian": true,
"allow car": false,
"allow bus": false,
"allow truck": false,
"flag normal": false,
"flag pedestrian": true,
"flag bicycle": true,
"flag service": true,
"flag military": true,
"x flags": {
"flag normal": false,
"flag pedestrian": true,
"flag bicycle": true,
"flag service": true
},
"frames": [
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"},
{"frame": 6, "steal": "$park01"}, {"frame": 6, "steal": "$park01"}
],
"diagonal": true
}
]
This is the code I can manage with my limited knowledge of the coding language and help of AI
Try this,this is the in game path code.
{
"id": "$pedestrian_road00",
"type": "road",
"level": -1,
"frames": [{"x": 512,"y": 96,"w": 32,"h": 16,"count": 16, "offset x": 1024,"offset y": 3072}],
"sidewalk size": 0.2,
"sidewalk offset": 0.45,
"connectable":false,
"draw ground":true,
"flag normal": false,
"pedestrians": true,
"devoted": false,
"auto join": false,
"price":15,
"monthly price":1,
"requirement":{"requirements":[{"type":"RANK", "data":{"lvl":1}}]}
},
Ppunish 1048333213820538930
Hello, I have tried making some of my own plugins for my own use using the plugin creator from the portal site. I made one successfully for a school but I've tried doing a commercial building and I have a strange problem where I can't get it to stop floating.
Crop the image properly
its the wrong width, you need to increase it by 4 on each side
Ah, thank you so much. I spent way too much time on that lol.
or if you don’t want to add redundant blank pixels to your frame, you can add "handle y":-8, to your frame definition (the code moves the frame down 8px)
anyone help me please i keep getting message"Error while reading your plugin: 4: Syntax error in "/EIS.json"" but when i try the plugin nothing is wrong and idk what to do about it😭
hi