• Welcome
Explore the finest city images in our screenshot gallery: screenshot gallery

Become a Beta-Tester
Most recent version is


Immerse yourself in TheoTown, a captivating city simulation game available on Android, iOS, and PC. Experience the thrill of urban planning and development. Give it a try and unleash your creativity today! :space





Join our Discord server at discord.gg/theotown for exciting discussions and friendly chats. Let's connect and enjoy TheoTown together!



  • News

Post TheoTown End User License Agreement (EULA)


Welcome to TheoTown! We're glad you're here. Before you start playing, please take a moment to read through this End User License Agreement ("EULA"). By downloading, installing, or using TheoTown, you're agreeing to the terms and conditions outlined in this EULA. If you don't agree to these terms, please don't download, install, or use TheoTown.
  1. License Grant. blueflower ("blueflower") gives you a revocable, non-exclusive, non-transferable, limited license to download, install, and use TheoTown on your device according to the terms of this EULA.
  2. Restrictions. You promise not to, and you won't let anyone else:
    • reverse engineer, disassemble, or decompile the TheoTown software or attempt to discover any source code or underlying ideas or algorithms of the TheoTown software;
    • use the TheoTown software for any commercial purpose or for the benefit of any third party;
    • remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) which may be affixed to or contained within the TheoTown software; or
    • circumvent any game protections or security measures in the TheoTown software.
  3. Modifications. You can make modifications to TheoTown on the desktop version as long as they don't circumvent any game protections or core game mechanics. You can distribute these modifications for non-commercial purposes as long as they follow the restrictions in this EULA. Distributing or selling modified versions of TheoTown for commercial purposes is strictly prohibited and will be considered a breach of this EULA. blueflower doesn't support or endorse any modifications to TheoTown in any official capacity.
  4. Extensions. blueflower provides a range of extensions and plugins for TheoTown, including on mobile devices. These extensions and plugins are meant to enhance your experience with the game and are available for download through official channels.
  5. Mobile Versions. TheoTown is also available for download on mobile devices. However, you're not allowed to modify or create any derivative works of TheoTown on mobile devices. Any attempt to do so will be considered a breach of this EULA.
  6. Termination. blueflower may, at its discretion, terminate this EULA and the license granted hereunder at any time and for any or no reason without notice to you. When this EULA is terminated, you'll stop using TheoTown and delete all copies of TheoTown in your possession or control.
  7. Disclaimer of Warranties. TheoTown is provided "as is" and without any guarantees or warranties. While we strive to provide a high-quality experience, we can't guarantee that TheoTown will meet your specific needs or that it will be free from errors or interruptions. We also can't guarantee that any defects in TheoTown will be corrected. Any information or advice provided by blueflower or its representatives should not be taken as a guarantee of any kind. Please note that some local laws may not allow us to exclude implied warranties or limit the rights of consumers, so some of the above exclusions and limitations may not apply to you.
  8. Limitation of Liability. To the maximum extent permitted by applicable law, in no event shall blueflower or its suppliers or licensors be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, loss of data or other information, for business interruption, for personal injury, for loss of privacy arising out of or in any way related to the use of or inability to use the TheoTown software, third-party software and/or third-party hardware used with the TheoTown software, or otherwise in connection with any provision of this EULA), even if blueflower or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose. Some jurisdictions do not allow the limitation or exclusion of liability for incidental or consequential damages, so the above limitation or exclusion may not apply to you.
  9. Entire Agreement; Governing Law. This EULA constitutes the entire agreement between you and blueflower concerning the TheoTown software. This EULA shall be governed by and construed in accordance with European law, without giving effect to any principles of conflicts of law. If any provision of this EULA is found to be unlawful, void, or unenforceable, then that provision shall be deemed severable from this EULA and shall not affect the validity and enforceability of any remaining provisions.
  10. Amendment to EULA. blueflower reserves the right, at its sole discretion, to modify or replace this EULA at any time. If a revision is material, blueflower will provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at blueflower's sole discretion. By continuing to access or use the TheoTown software after any revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, you are no longer authorized to use the TheoTown software.
  11. Waiver. No waiver of any term of this EULA shall be deemed a further or continuing waiver of such term or any other term, and blueflower's failure to assert any right or provision under this EULA shall not constitute a waiver of such right or provision.
  12. Contact Information. If you have any questions about this EULA, please contact blueflower at info@blueflower.com.

Views: 13680  •  Comments: 0  •  Post a reply


  • Lua Sandbox
:lua: Welcome to the interactive Lua tool! Here, you can experiment and test Lua code. If you're looking for information on what you can do with Lua in TheoTown, check out the Lua API or join the chatbox. For those interested in creating plugins, we recommend taking a look at our getting started guide. Enjoy exploring the possibilities with Lua in TheoTown!

Code: Select all    Reset

local n = 10 local sieve = {} local primes = Array() for i = 2, n do if not sieve[i] then primes:add(i) end for j = i * i, n, i do sieve[j] = true end end Debug.toast('Hello world! There are '..#primes..' primes in 2 to '..n) primes:forEach(function(p) Debug.toast(p) end)
Interactive Lua editor
Run


  • Newest Plugins

Post Tree Houses Release v1.0 (Newest Version)


Finally the game is out of its beta stages!!

Added 3 more things:
~Decorations category in the tree houses category
~2 swings

Animations are yet to be added as i have to learn how to animate on theotown

also the plugin is released in plugin store!!
it costs (shockingly i guess) 30 diamonds!!
plugins/list?mode=user&user_id=570937

and its costs 0 diamonds (free!!!!!1!1111) on the forum!!!
TreeHouses ReleaseV1.0.zip
(31.62 KiB) Downloaded 19 times
older versions:
viewtopic.php?p=209452#p209452
viewtopic.php?p=208377

(Theres no picture because im lazy)

Thats it, thank you

- DestinedGamer

Views: 455  •  Comments: 0  •  Write comments

Post Lapras :)


This is just a silly, light-hearted plugin, don't take it seriously. I decided to try and add Lapras, one of my favorite Pokémon.
The plugin adds a type of marina that can be found in the park category. It looks the same as a normal one, but instead of yachts, you will find some Lapras swimming out of it ;)
Stuck_in_borscht_hell_24-03-09_18.20.01.png
matison_lapras.zip
(2 KiB) Downloaded 13 times
Free - You may use the contents of this plugin however you like without giving credit.

Views: 356  •  Comments: 0  •  Write comments


  •  Latest news
    Replies
    Views
    Last post

  • Who is online?
  • In total there are 368 users online :: 7 registered, 1 hidden and 360 guests (based on users active over the past 5 minutes)
    Most users ever online was 2409 on 06 Sep 2023, 01:08






  • Statistics
  • Totals
    Total posts 175868
    Total topics 14801
    Total Announcements: 24
    Total Stickies: 51
    Total Attachments: 32603

    Topics per day: 3
    Posts per day: 30
    Users per day: 106
    Topics per user: 0
    Posts per user: 0
    Posts per topic: 12

    Total members 622807
    Our newest member FadedMonster


  • Friends
  • Online
    No friends online

    Offline
    No friends offline