#plugin-support
1 messages · Page 25 of 1
Emmm... Just a moment...
The JSON core I use for my testing plugin
Every JSON starts with [{ and ends with }]
We need to code first to make json?
"id", "type", "author", "width", "height", "frames" and "level" are important for a plugin
The "id" needs to be unique
Like "id": "plsjsonwork_Imdyinginbugsplshelp_123$",
"frames" is where the game will get the building sprite, for write the name, you need use [{ "bmp": "example.png" }],
You know you can send him the link?
.
Well, you can search in the forum for more documentation
I recommend that you must learn about fun and lua
;-;
Jk
Yeah, but that is the hardest part
I think making residential type json is easy
I mean.. i already pretty good on some roblox lua's.. but.. this is.. pretty hard.. xd
lua allows you to create more complicated things
No, roblox Lua is a combination of C++ and a modified Lua
That is why it have a documentation page
Does making lua in roblox easy than theotown?
We make json here right?
Emmm... probably, Roblox uses C++ for calculate large amounts of data
I think lua in roblox is harder
Oh wait plugin creator
We make json here right?
@trail furnace no
@hollow flax this video i am having ...I want a more specific video
Is harder until you find the correct documentation as a starter guide
I'm still learning about lua
Same
But thinking about lua in roblox make me feel worried
Im starting to be curious about C++
What is c++
I think thats the teacher's do
Oh
No oh
Im still confused what did i did wrong on making json.. building size? The string attributes? Numercial, or boolean..
Emmm... you can show the error code?
Oh believe me, I have spent days for a simple error with one ,
@trail furnace make sure that every line is ended at coma except the last line
Code?
The json
Emmm...
How
That is the ID?
Huh..
Wat
Wat?.
What code are you guys talking about.. xd
Your code
Also, lol, a bug in Plugin Creator
Your json
Plugin Creator Beta creates a JSON file, right?
If that is the case, then you need open that JSON file and see the code
Plugin code-1.json
Idk what should i do to.. uhh
I think.. no, where can i fownload one on mobile
Google Play Store
K
Download one and open the JSON with that editor
Json genie?
Why cant i find the json
Ok, just a moment, I will open Discord mobile
This?
Open the menu and tap in Open JSON file
Oh wait
Yeah, I can see it
A moment...
Tap in the file
And auto build false
Tap in "view as text"
Ok
Oof
I'm not sure what is wrong with the ID.... Emmm... Try putting the ID first with "Move up" button
Move the id up?
The rest looks fine, is we don't count the category position, everything looks fine...
Yeah...
It moved up
Still error?
Oh.. i put it in the TT plugin now?
Just click the save button and open the game
Error
Different error code? Or the same?
Ok?
I hate meeee
So.. there is two json plugin code.json and plugin code-1.json and i think theyre kinda different but suppose to be same
Ah, idk man.. i think i need just to re create the json
Sorry for wasting your time.. :/
Emmmm....I think you need re-create the plugin without Plugin Creator, I mean, PC helps you sometimes, but detecting bugs with that is hard because you don't know how the plugin is made, you can use JSON genie to recreate the plugin
Sorry for wasting your time.. :/
What? No, you didnt wasted my time, Im here to try to help
It isn't a bug
You gave wrong zone and category IDs
You don't need them
You also don't need ordinal and privileged as well as price and monthly price
I dont know what to do with the id
Can you guys make an option for android users to pay a certain amount were diamonds no longer matter
Id be willing to pay for it on mobile
What was the last thing you did on the game?
thats a lot of commercial influence
Anyone
What is it
Nvm
What does the density level exactly do. Doe it affect traffic in any way?
dense zones just spawn diffrent buildings that have more poeple
i dont know if it affects traffic
Json
Is ja in here
just dm him
Couldn't find his names
It's jwremy clarckson
Me too it's shorter than calling by its initials
JA now is JC
Where's Jeremy 🅱️larkson?
I have tried several times to load the plug-in from Australian Road, I can download on my mobile, from the forum, but when I open the game says it gives error and asks if i would like to report to the forum! Did anyone else give that too?
Can you send a screenshot of the error
Now it is no longer possible, because to be able to start the game normally I would have to uninstall the plug-in of my cell phone files, so it no longer appears!
How to make a plugin pack
Like the zips?@terse void
The one i did is putting two zips in one folder then compress it to one zip?
no
you can combine the contents of the json files
are you trying to make a pack with your own plugins?
@terse void yes yes for my galleons ships
You gotta put all the textures in 1 folder
Then for the JSON instead of doing [{plugin}] [{plugin}] in separate files do [{plugin}, {plugin}] in a single file
Okay thanks
how do I progress on the moon?
someone help me pls
<@&368799288127520769> Sorry for the ping, i just had a question, does the game supports deeper tunnels or not ?
I'm gonna say maybe, It would probably be better to ask lobby or ja.
i'll
how do i make plugin?
You need Quickedit for json
And Pixly or Novix for image (if you use android)
For PC, you can use paint.net for image
And for json, i dont know.
The plugin creators may know.
you can use json genie for json - android only
and notepad on pc for making json and any other code type
run it through jsonlint
@eternal lake what jsonlint?
JSONLint is the free online validator and reformatter tool for JSON, a lightweight data-interchange format.
Thank you
no problem
Anyone
There a light code already?
it already exists for a few months
Huh
Wow where is everyone
spamming won't help
where is your code?
there are so many typos, no such thing as "-y":n, guess you meant "y":-n, don't capitalise in "light switching", also put "frames" in a [{}]
Need help again pls
e
put frames into a [{}], not {}
What you mean
I don't get it
use square bracket on "frames" tags. all of that tags, e.g. "frames winter", "frame animation indices", etc. so it must be "frames": [{"id":"frame.png}]
[ { "frames":{ "bmp":"business_nightframes.png" }, "id":"$night$_frames_00", "light":true, "lightswitching":true, "type":"animation" }, { "animation":{ "id":"business$night$frames_00", "x":0, "y":-26 }, "author":"RickyKingz", "frames":{ "bmp":"business.png" }, "height":1, "id":"justaoffice", "level":3, "type":"commercial", "width":1, "worker":50 } ]
Like this
[
{
"id":"$night$_frames_00",
"type":"animation",
"frames":[{"bmp":"business_nightframes.png"}], // square bracket
"light":true,
"lightswitching":true
},
{
"id":"justaoffice",
"type":"commercial",
"author":"RickyKingz",
"frames":[{"bmp":"business.png"}], // square bracket
"animation":[{"id":"business$night$frames_00","x":0,"y":-26}], // square bracket
"width":1,
"height":1,
"level":3,
"worker":50
}
]```
Um ok
This plugin is great
But i think that this must have a alternative english version
Can someine fix that id
That depend
Most time no there isn’t
All of this depend on your frames placement
wont the object not move upward at all since the location you draw it at doesnt update?
cuz the time object doesnt update inside the loop
In the philippine Expressway plug-in, when it is elevated it does not look like the cover shows the plug-in!
I used the same street plug-in!
Any ideas what to do with this?
Error while reading your plugin: 4: Syntax error in "/Vertical and Horizontal Runways/runway test/runway_main.json"
try jsonlint
That's how they get ya
odd how it worked during the tests
@terse void i try to update, thank you
@scenic marlin
Active auto join
Thank you very much :)
Can make plugin on just android?
Yes, check pins in #plugin-discussion
what?
yes that will work for graphics
i use pixel studio
free, i don't have money to buy the premium version
Okok. So if you finish the pixel art. You go to file. json?
you firstly need to export the image as an .png
then, you can start working in the .json
I will try
Or check the pins if #plugin-discussion
I mean doubled arrows for undo and redo
I need to talk with somebody who can control discord bot please
which discord bot? pidroid?
Yeah
As i known he doesnt post plugins like tools or plugin packs
And autoposting some solo buildings in commerce residential and industrial
But sth go wrong with my industrial building
And pidroid ignored it
that's most likely because your plugin got rejected
sometimes plugin was not post but already accepted
?
I just draw this I just want feedback
not properly isometric
colors are too bright
outlines
wrong shadows
needs more texture
try using the templates pinned in #plugin-discussion to help with isometry
remove the outlines
Cause I'm on mobile devices
@tacit breach you can do in mobile devices
i do plugins on my phone
@ruby vale My phone doesn't support it
Oppo F7 but full with game :v all game important to me @ruby vale
oh
lol
Omg
Guys. I try to make plugin by using pixel art studio. And i need to learn more how to make and tips
My first try. Allow me to know what is need to make it look smooth n better
the grass is too bright
Ah. So need to make it little dark. (Sorry my english really bad)
in game grass has this color
Hmm.. i'll try to get its contras
The shadows are wrong and there is no texture
'Base' panel is moving away, @hollow flax
Uhhh
ayo someone mixtape this
hmm, never found that problem.
@earnest pendant what device are you using?
That's weird. i make it move when the area is touched. hmm, i'll fix it to make the panel to be fixed position or an option to disable the feature.

it couldn't find the animation
???
check you named the files correctly
you define your animation with id home_white_00 but in your house draft you try to use it with id white_house_00
no theyre still not the same
i edited it so it has the right id now
so this should work
Ok Thx
PLUGINS GET SO LONG TO GET APPROVED
Why isn't collecting x and y of where the camera is looking
This code below is I am trying to return these values as long instead of int:
local function xx()
local x, _, _ = City.getView ()
local xx = tostring(x):spilt('.')
return xx[1]
end
local function yy()
local _, y, _ = City.getView ()
local yy = tostring(y):split ('.')
return yy[1]
end```
What didn't work:
```lua
GUI.get("abx"):setText(xx())
GUI.get("aby"):setText(yy())```
Main code:
Download file below:
if you want to change the float(decimal) number, you can use math.floor(value) or math.ceil(value).
idk why you made those to be a functions, if you want to make the value always update, you can do like this:
local viewX = parent:addLabel{
onUpdate = function(self)
self:setText(math.floor(select(1, City.getView())))
end
}
local viewY = parent:addLabel{
onUpdate = function(self)
self:setText(math.floor(select(2, City.getView())))
end
}```
also might wanna combine the functions instead of calling city.getview twice
and instead of writing the same code twice its probably better to make a function for it
@terse void make a game on roblox since you know your Lua
If I don't forget, Roblox works with a different version of Lua, adding some functions
If I don't forget, Roblox works with a different version of Lua, adding some functions
@exotic scarab yes
But atleast he knows the basics
Yeah
Why are some plugins unavailable 
cause some are copyrighted
Aww
plugins downloaded from the forum as zip or .plugin files
what do you mean?
What plugin is it?
Have you restarted your game after putting it in
Social Info:
Twitch: KINGTUT10101
Email: KINGTUT10101@gmail.com
TheoTown Forums: KINGTUT10101
Discord Server: https://discord.gg/v3pecbG (KT101)
Useful Links:
theotown.com/forum/viewforum.php?f=43
(My old website that houses many of my plug-ins)
Also, check that you actually out them in the plugins folder, not managed plugins
one it missing files or you installed it the wrong way
put my file in there
and you will see that it will work
my plugin folder
and here you see it worked
open console and type pt
waiit a minute
whats in the folder?
there should be a json and some images
since that folder says it contains 1 file something is wrong
most likely theres another folder in there with the actual plugin
the json and png's shouldnt be more than 1 folder deep
if its a .plugin file it should be in the plugins folder immediatly
hmm thats weird
could be a bug
its a tree plugin?
What seems to be the problem, gentlemen?
plugin doesnt get shown in local plugins section
could be the whole plugin.manifest thing
Missing plugin manifest
pretty sure my plugin didnt show up before i made that
That's the issue
it has info about the plugin
there isnt a fallback from before plugin.manifest existed?
Yes
But plugin.manifest should be a requirement in all modern plugins now
Otherwise it won't work in online mode nor will be manageable via user interface
lobby doesnt make it easy to find
not without a manifest
probably not at all
if its uploaded without one
^
the other guides dont mention plugin.manifest anywhere
It's a new addition
ye but if its a requirement it should probably be in big letters somewhere
Pdm @dusty stirrup plz update plugin documentation to include mention of plugin manifest file being a necessity, thx
Message to Lobby#0001 was sent succesfully
big hmm
Now it is thru that too
Spam
shh
a yes
I'm flying
Hello flying
xDn't dad joke
I think the russian hospital pack makes the game errot? @fluid iris
OK, thanks
Try dissabling the plugin
you dont have a "type" attribute in your plugin
@steel verge
Does lua script had used of Theotown storage would work as well in online Regions?
Also transfer to the region server?
TheoTown storage is global for the local user. If plugin supports online mode, it should be accessible there too.
Tm
®
©️
™️
Tm®️ ©️ ™️
What plugin is this
The 1x1 houses
Send me the file if you know
Is there any suburbs plugin?
Um idk
then don't answer if you don't know
@earnest pendant yes, mdk did a suburban roads plugin (you can find it on the forums) and pixelbit did some suburban houses (you can find them on the plugin store)
There's also a Philippines suburbs pack on the store
@pastel mason your plugin is bugging. I can't create a straight tunnel without it crashing
@ruby vale thanks
What is that parking plugin? The name
It's not avaliable, @steel aurora.
It's in really a private plugin.
From Rockfort.
Oh sad
@steel aurora
It's parking lot plug in on store
So I have already downloaded a plugin from forum so what do I do next?
What do I rename?
Np
Anybody happen to know what Plugin this?
Or if it’s Private for that matter?
It's WIP
Alright
How do I make plugins?
follow the pinned messages in #plugin-discussion
and read the tutorials on the forums
@heady steeple sorry for the late reply, been gone a little. Idk why that happened tho. I just tested it and it was working fine for me.
that's a tunnel cutting through a mountain at max height
@pastel mason you have to use the constant hight tool.
@heady steeple I got the same error and idk why. An update must've broken it.
@steel verge do you know why it says java.lang.ArrayIndexOutOfBounds...? Idk what that means.
I think it's trying to fetch an item which doesnt exist or is registered incorrectly
check your road frame definitions
I see nothing wrong with them. Weirdly it's only the highway and avenue.
@heady steeple One temp fix I saw is to use one-way road with constant height, then replace the entry tunnels with highway/avenue roads. You can do that while I figure out the problem.
Thanks I'm just using national roads for tunnels ATM
How can I get a builder's role? 😕 and what are the requirements for that role 😊 I would like to join
that's like the VIP role for the server
🤔 Is it hand picked?
Yeah
All I know is that JA picks them
It's mostly retired staff and YouTubers
But there is a plugin maker or two
Don't even think About it
I don't even have the plugin creator role, but anyways I'm keen on it lol
You need to have made a bunch of plugins to get it
Make more advanced plugins to get the advanced role
It's all done manually anyways
👀
the builder role is a vip role - you can get it from being a retired staff member, or being an influencer, making videos for theotown
i make videos of theotown @fiery olive
Even I make
But still they are not at that level on which Kingtut , An and 1 more make
Why my plug in was disapproved without any reason ???
Someone should reply at least ???
Well, let's start creating plugin JSON tutorial Vids!
What ?? No one is replying @steel verge @eternal lake
Anyone ??
What ?? But the graphics are good
Almost 4 plug in creators said that this is good
Ask @earnest pendant or @kekman or anyone
Ok but pls try to convey this to him
"him"?
Whosover is handling the plug in store !!
report your issue to the Plugin Store disapprovals and why forum thread
Ok
might help
Thanks
not neccessarily
Okay @vale minnow
With the sidewalk plugin, there is a issue rendering the pollution
Looks cool
But I don't know how to download it😑
Isnt the door to big?
Yes
Is that 8x8?
Earth
Am currently living in the sun,the taxes in the moon are expensive,meet me in the burning sulphur
Atlaslion needs some help.
This is a .png file, why does this happen?
Please help him and let me know why does this happen?
@fading night you need a .json archive 🙂
How to
wait a second
Ok
https://forum.theotown.com/viewtopic.php?p=5604#5604
this is a tutorial of how to make .json scripts in general
https://forum.theotown.com/viewtopic.php?f=41&t=4569
and this is of how to make the .json of an airplane plugin
Nope, it won't work if it doesn't have a .json script
I don't get it😞
Let's go to DM
I have a json file but I can not open it I do not know why😞
what is the width in px for a 1x1 plugin?
32
How can you upload a plugin?
Go to the theotown forum login and press upload plugin
Tank you
Np
I need help. How do I create a plugin on mobile. I need instructions please
use the pinned resources in #plugin-discussion
@pale spindle use pixly or pixel studio to draw the building or park or whatever u wanna make
For coding use quickedit
Just go to the forum
Plugin texture space
Can i have too Help? How to create a UI?
Thank you
Pfaq heightmap
Such FAQ doesn't exist. Type Pfaq list to see all currently existing FAQs.
Pfaq list
developers, population growth, new city, language, pickle, wiki, zones, plugin store, bot downtime, dsa, theotown 76, picklebot, pidroid, theotown 66, free mode, plugin templates, files, online mode, bugs, forum plugins, new region, night mode, screenshot gallery, region height-maps via console, bankruptcy, heightmaps.
Pfaq heightmaps
You want to make a region that resembles a real place? Use heightmaps!
- https://tangrams.github.io/heightmapper/ go here and find your wanted location
- Make sure that the colors are right, Black will become water and white will be the highest parts
- Take a screenshot and change the name [example.jpg]
- Put the image in your TheoTown folder, not in the subfolders
- Go to the region generator and and type in the image name [example .jpg]
- Enjoy your new custom region
Are there any lua commands for detecting the ID of the tool/building the player is currently using?
Also, are we able to detect when the player is in build mode (when the player is placing a building/using a tool)?
for the first one, afaik, there is no function to do it.
for the second one, you can detect the active build mode with GUI:get'cmdCloseTool':isVisible()
to detect whether the building has been built or not, you can count the building with City.countBuildings(draft).
Thanks!
Sorry for asking, but would you happen to know if there's a function for reading what items are in the recent category? I think that would be an alternative to my first question.
i had asked to Lobby about it, and Lobby said
As of right now the toolbar history is hardcoded in Java and cannot be accessed from Lua.
Its probably some obscure thing that isn't documented or something
How we can construct a plugin ?
see pins in #plugin-discussion
This is literally just USSR and Russia flag combined together
Thought it looked like macedonian flag https://upload.wikimedia.org/wikipedia/commons/7/79/Flag_of_North_Macedonia.svg
That looks way different
Well it ain't USSR flag though
Hmmm
Looks more like PRC flag
Here is the actual image of the RP replubic btw.
So it is maybe a combination of USSR and PRC and Russian Federation
Funny thing is
All those flags are facing the wrong way
Pdm @steel verge point flags the other way
Message to JustAnyone#0001 was sent succesfully
seems about right
I rather use my flag set for 30 dias then that
@steel verge well of course they all are
The flags aren't even animated
You know i planned to make an animated set once but didn't do anything about it
CHINA???!!!!!
nothing, just shouting for fun
ok
how to edit Plugin that was downloaded within the game?
not possible
only possible for forum plugins that were uploaded as zip
Avoid plagiarism and retexture
U need permission to owner
Sana ol
Where can i get concrete texture?
youre in void dimension
Cause,plugin
I don't think so
You can find that plugin in YOUTUBE (channel kingtut101) i use that too..
ok
Hello I Want To Make A HK Plugin About Billboards But I Cant Find The App For It. So Can Anyone Link Me The App To make the Billboard Plugin?
I Want Something Like This But only 3 Billboards.
Pixly
Check #plugin-discussion pins
Was this taken down?
ah yes
he copied one of my plugins lol
the left one is mine and the right one was copied
O
I should've been more observant removing stuff from my library...
He had other buildings, were they copied too?
no
i think the only building he copied was that
also, my version has 15k downloads in the plugin store
The white ones with blue-ish glass facades?
yes, that were ones that I liked
Aw crap
other one that was kinda nice was this one, it seems to be a pulpería, a tavern in argentinian villages
Oh that's where that came from too
yes
Wat
Hello there!, how do i make it so there is a arrow to change the variants
it need to have multiple frames
For example
"frames":[{"bmp":"MyTank_A.png"},{"bmp":"MyTank_B.png"},{"bmp":"MyTank_C.png"},{"bmp":"MyTank_D.png"}],
Credits: MDK code
Ohh, thanks!
UDS?
How to make pluggin
Read the pins on #plugin-discussion
Ok thanks
@trail furnace thats i how quickly compiled all regional flags in one code
50 frames in one code is an pain to do
Oof
How can I change a building's frame with Lua? I have a script attached to a building, and I've tried using Tile.setBuildingFrame Draft:setFrame, but I can't seem to get it to work. I've also tried using these functions with script:update and script:event
You only can change the frame of building that have multiple frames. So it only change the frame index and not change/add new frame into the building.
My building has 20 frames though
Are you want to make it to be random frame when it build?
You could try with EVENT_FINISHED so it's fully built first
I'll try that
I'm trying to make it a specific frame.
Apparently, RCI buildings don't autotile when they spawn in zones, so I have to implement this feature myself
I can show you a better example if you want
yeah please
they dont?
I'll get you an example after I'm done with work
Unfortunately not. They use random frames instead of autotiling
autotile?
The feature that we use for fences and roads to make them use the correct frames
I didn't know what else to call it
Also, you switching your name and pfp is messing with my head a bit
I tried using event.finished, and that seemed to fix it
Thanks for the help
Good luck with that multiple personality disorder you have
How do i update my plugin?
Do i click edit and then resubmit?
Yes
I try to make RECYCLE CENTER plugin but i can't put the privileged code in this json .. please help me
:'(
Its just decoration
You need to be a privileged plug-in creator to do so
Sorry to bother you all again, but how can I use things like Draft:getFrameCount () in class draft? I've tried attaching the following code to a plug-in, but the toast failed and never appeared:
Debug.toast (Draft:getFrameCount ())
end```
: only works on draft objects
For example
Mydraft:getFrameCount()
If you want to call the class you do
Draft.getFrameCount(myDraft)
They will do the same thing
cliff plugin?
Im following these question
try "draw water borders":false
TY
I couldn't remember what it was and it's not documented in the advanced tags list
I'll try it later
nothing new tag related is documented
Accurate
How did ian get values from City.getHistory to print in that toast? Clearly I can't just put it in directly. It keeps telling me its a nil value.
City.createDraftDrawer(draft):getHistory()
Can I count the total amount of buildings that have a specified upgrade upgraded?
something like City.countBuidlings(draft) but with an additional upgrade filter
or, maybe, how do I get the coordinates of buildings with a specified ID?
I think I've done this before but I haven't touched lua in a while
If it's the script that your plugin is attached to you could use events to keep track of where they are
If you only need to do It once you could look through every tile in the city
I don't think there's a direct clean way rn
You could use https://doc.theotown.com/modules/City.html#getBuilding
🙂
Use loop with City.countBuildings(draft)
so the index should be the count output?
The count result should be the limit of index
count = City.countBuildings(draft)
for i=1,count do
local x,y = City.getBuilding(i, draft)
Debug.toast(x,y)
end
end```
something like this?
Yes
nice, thx
If you wanna save a line you could call count buildings in the for do line instead of making a variable for it
I understand what you meant but I don't think I want to mess it up lol
Here we go
local function countUpgradedBuildings(buildingDraft, upgradeId)
local upgradeCounter = Array()
local buildingPostX = Array()
local buildingPostY = Array()
for i=1, City.countBuildings(buildingDraft) do
local x, y = City.getBuilding(i, buildingDraft)
buildingPostX:add(x, i)
buildingPostY:add(y, i)
end
for i=1, City.countBuildings(buildingDraft) do
local bool = Tile.hasBuildingUpgrade(upgradeId, buildingPostX[i], buildingPostY[i])
upgradeCounter:add(bool, i)
end
local result = upgradeCounter:count(true)
return result
end```
Only return number, or nil because i haven't tested it yet.
oh my gosh
Why not just immediately check for upgrades
Ian out here with them examples tho
Since upgradecountee is always defined it should return 0 or more
well, it works
short version. lol
local function countUpgradedBuildings(buildingDraft, upgradeId)
local upgradeCounter = Array()
for i=1, City.countBuildings(buildingDraft) do
local x, y = City.getBuilding(i, buildingDraft)
local bool = Tile.hasBuildingUpgrade(upgradeId, x, y)
upgradeCounter:add(bool, i)
end
local result = upgradeCounter:count(true)
return result
end```
much better
why not just return upgradeCounter:count(true) immediately?
or you can't do that in lua?
i dont remember
just an example, because it can be changed as needed.
Is that function even documented?
I tried looking in the draft and city categories of the docs
I found a changelog that says it should be in the city library
Guess thats another undocumented function to add to the list
not yet and (i think) never.
UwU
How did you find out about it?
on this case, with this clue from JA. on other, i'm asking Lobby.
It is under city Library
Not documented though
Since createDraftDrawer is under city library, so is getHistory
How to make it so decoration can be placed on water
"needs water" probably
is it possible to use a gif to make an animated plugin?
I don't believe so
You probably wouldn't want to anyway because GIFs have a limited color palette IIRC
Hm
you have to define each frame of the animation seperately
Place DSA near industrial area or connect a road with industrial area
Read the pinned tips
Is there an undocumented way to set the in-game time?
there isn't any way to set in-game time
unless the date
which is controlled by virtual variable called day
can I set animation color using lua?
something like the colorful glowing window in one of ja's plugins
perhaps
can i has the code
thx
yes, animations that will be colored should probably be grayscale
you mean, you?

Ahh ok
compositions, yeah
The way bernado makes
They are mostly used in transportation plugins
Like Haraya Motprs Monorail
it doesn't matter
And RCI's as well
np
Bye
They are modular buildings
I know
can i use and remake game textures for my plugin?
I want to make moon buildings pack
write in private messages pls I go sleep
@undone token I don't think that's allowed
can i create same textures and use it? if I draw them from original game, it will be my drawing and i can use it?
nope
very difficult
Ingame textures can't be used just to make them a plugin
yeah no.
Ask the last person that did that what happened to them
(I'll give you some help. They are banned)
Well, I got it, please don't ban me
I suggest you get rid of it.
depends how they are used
I feel like just straight stealing them for a plugin is shady
It's fine AFAIK
Your use of the in-game assets needs to be constructive though
And you need to give proper credit
However, I do know that using premium assets is not allowed
I would recommend making your own assets though
It'll give your plug-in more creativity and quality
Anyway, does anyone know how to place RCI buildings with Lua? I've tried using Builder.buildBuilding(), but it won't work. I've tried placing zones first. but it still failed. I only seem to have this issue with RCI buildings though. Regular buildings work fine
i think, for now, you can't do that. because RCI need tile with zone and buildings already built. you can only replace the recent RCI buildings with buildBuilding, but can't make a new RCI buildings.
nice?
making take 2 hours
i make it, but idk how to add night animate and load in game
pls help me
this is my first art in life
some cracks
Premium assets aren't allowed for plugins plus it can result you in a ban if you share it publicly to people
have you tried placing the zone and then placing the rci building?
I don't understand who you are talking to
.
ok
what mistakes are there in my lighthouse?
I am planning to create large plugin pack together with other players
and I want you to point out my mistakes
what's the ID of the manual build subcategory?
what do you mean?
aka this
I wanted to put something in this, but I can't really find it in content_category
^
how to create night light????????????????????????????
this is my first draw
and plugin

Can someone make the 2000 World Trade Center with lights
Pretty sure this already exists
What is a good plugin for winter themed building? Not Christmas themed, I just wanted to build a city in a snowy area
The 2000 World Trade Center isnt existing anymore for e plug ins
I have a deep snow plug-in. It has some Christmas items, but there are some non Christmas stuff as well
Sorry for the ping
I have no idea why discord enables pings by default in replies...
hello, does anyone know how to enable the auto weather plugin on iOS through the console? the console just says “i don’t get you” when i enter the command that JustAnyone put into the instructions?
You have to be in a city first
So using "animation" attribute in a "type":"template" is pointless when I define a new animation in a building that uses that template?
It seems to override the template animation and use the new one instead
can I use both animations (from the template and the building that uses the template)?
no
freshly written
Freshly painted
great
amazing
I got it, it seems pretty good! I will definitely use it
Why does #2 crash the game, but #1 doesn't? Is there a difference with the way you use Draft:isBuilding() compared to Draft:getType() that I don't understand?
#1
Debug.toast(Draft.getDraft(recent):getType())```
#2
```recent = City.createDraftDrawer(Draft.getDraft("AreaTool.kt101")):getHistory()[1]
Debug.toast(Draft.getDraft(recent):isBuilding())```
Crash log?
I can't download that Dark Park Pack. Gives me this. I'm on mobile as well
That's weird... I'll fix it right now. Thanks for telling me
Thanks!
NP
Anytime
I'm not sure what I changed, but it doesn't crash anymore. Thanks for the help though! I would've gotten a crash log for you, but I was busy writing essays all week
Is there a way for me to place buildings instantly and ignore their build time with lua? I noticed this issue when I used lua to place buildings in free mode on PC.
Does anybody know how to place wires with the light rail transit plugin?
Put it on rail tracks
@earnest pendant this is plugin support
Where is the wire located at in the Menu?
I removed a plugin cause it caused error while loading but the game still tolds me to remove it. I have been looking for half and hour and I'm sure I deleted it. Any advice? 😢
can you send the error please
You may installed the plugin twice by accident
That's what I thought
