Cefalù Cathedral
Moderators: Scenario Moderators, Plugin Moderators
Forum rules
How to install
Download the .plugin, .ttplugin or .zip file and move it into the plugins folder of your TheoTown game folder:
Be careful with installing plugins manually. See this notice on the potential dangers of installing untrusted plugins.
Want to become a plugin creator? See here on how to get started.
How to install
Download the .plugin, .ttplugin or .zip file and move it into the plugins folder of your TheoTown game folder:
- Android - The game folder is located at Android/data/info.flowersoft.theotown.theotown/files which can also be accessed on the device itself by using Google's file explorer
- iOS - The game folder is accessible as a virtual folder called "TheoTown" via iTunes after connecting the device. On the device itself you can use the Files app to access that virtual folder.
- Desktop - The game data is stored in /Users/YourUsername/TheoTown
Be careful with installing plugins manually. See this notice on the potential dangers of installing untrusted plugins.
Want to become a plugin creator? See here on how to get started.
- FVI
- Inhabitant of a Galaxy
- Posts: 2373
- Joined: 22 Feb 2022, 18:00
- Location: The largest island in Europe
- Plugins: Showcase Store
- Version: Beta
-
Platform
Cefalù Cathedral
I used a shader for the picture
Hello everyone!
I developed this plugin for anyone who wanted to build a typical southern European city. The Cathedral of Cefalù is one of the most important Arab-Norman style cathedrals in Sicily.
The plugin includes the two sides of the Cathedral.
Thank you so much to ArthurJ22 who helped me with the night animation!
Hope this can help you with your Southern European styled city!
Hello everyone!
I developed this plugin for anyone who wanted to build a typical southern European city. The Cathedral of Cefalù is one of the most important Arab-Norman style cathedrals in Sicily.
The plugin includes the two sides of the Cathedral.
Thank you so much to ArthurJ22 who helped me with the night animation!
Hope this can help you with your Southern European styled city!
- Mendel Group
- Inhabitant of a Galaxy
- Posts: 2247
- Joined: 07 Apr 2024, 05:18
- Location: I know you don't care.
- Plugins: Showcase Store
- Contact:
-
Platform
Re: Cefalù Cathedral
Nice plugin!
Re: Cefalù Cathedral
You have several things to fix in the code, first of all you don't need to have 2 json to put 2 frames.
Second, if they are 2 parts of the same building, I recommend you to use Compositions.
Example of use:
After fixing the code I recommend you to upload it in the plugin store. Btw add some shadows to it but it look quite good, gl.
Second, if they are 2 parts of the same building, I recommend you to use Compositions.
Example of use:
Code: Select all Reset
{ "id":"$Composition_Cefal", "title":"Cefalù Cathedral", "text":"Cefalù Cathedral", "category":"$cat_religion00", "width":4,"height":8, "type":"religion", "composition":[ {"id":"$cefalucathedral","y":0,"x":0,"frame":0}, {"id":"$cefalucathedralback","y":4,"x":0,"frame":0} ] }
JSON checker
- FVI
- Inhabitant of a Galaxy
- Posts: 2373
- Joined: 22 Feb 2022, 18:00
- Location: The largest island in Europe
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Cefalù Cathedral
Thank you for the suggestions! I will try to fix it as soon as I can!ArthurJ22 wrote: ↑27 May 2024, 23:30You have several things to fix in the code, first of all you don't need to have 2 json to put 2 frames.
Second, if they are 2 parts of the same building, I recommend you to use Compositions.
Example of use:
Json
After fixing the code I recommend you to upload it in the plugin store. Btw add some shadows to it but it look quite good, gl.
About uploading it to the store however, unfortunately I can't because I wanted it to be free to get, and in the store there is the minimum price of 30 diamonds.
- Mendel Group
- Inhabitant of a Galaxy
- Posts: 2247
- Joined: 07 Apr 2024, 05:18
- Location: I know you don't care.
- Plugins: Showcase Store
- Contact:
-
Platform
Re: Cefalù Cathedral
What other plugins are in the picture?
- FVI
- Inhabitant of a Galaxy
- Posts: 2373
- Joined: 22 Feb 2022, 18:00
- Location: The largest island in Europe
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Cefalù Cathedral
Depends what you are looking for.
The buildings are Verona and Sevilla historical buildings by erionit, the decal is the Plazas, pathways and parks by AndroxArev and the street lamps are in Max's prop expansion THEMAX

- Mendel Group
- Inhabitant of a Galaxy
- Posts: 2247
- Joined: 07 Apr 2024, 05:18
- Location: I know you don't care.
- Plugins: Showcase Store
- Contact:
-
Platform
Re: Cefalù Cathedral
Thanks!
- FVI
- Inhabitant of a Galaxy
- Posts: 2373
- Joined: 22 Feb 2022, 18:00
- Location: The largest island in Europe
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: Cefalù Cathedral
Unfortunately I have prioritized another plugin for now so I don't know if I will update it soon...ArthurJ22 wrote: ↑27 May 2024, 23:30You have several things to fix in the code, first of all you don't need to have 2 json to put 2 frames.
Second, if they are 2 parts of the same building, I recommend you to use Compositions.
Example of use:After fixing the code I recommend you to upload it in the plugin store. Btw add some shadows to it but it look quite good, gl.Code: Select all Reset
{ "id":"$Composition_Cefal", "title":"Cefalù Cathedral", "text":"Cefalù Cathedral", "category":"$cat_religion00", "width":4,"height":8, "type":"religion", "composition":[ {"id":"$cefalucathedral","y":0,"x":0,"frame":0}, {"id":"$cefalucathedralback","y":4,"x":0,"frame":0} ] }JSON checker