Search found 3233 matches

by Lobby
21 Dec 2020, 13:31
Forum: Problems and Errors (bugs)
Topic: Game crashes on specific points.
Replies: 23
Views: 5942

Re: Game crashes on specific points.

How do you access that plane section? Please have a look for a crash.txt file in your C:/Users/YourUsername/TheoTown folder send send me the contents of it :mine
by Lobby
21 Dec 2020, 11:01
Forum: Problems and Errors (bugs)
Topic: Game crashes on specific points.
Replies: 23
Views: 5942

Re: Game crashes on specific points.

It would be good to know how much RAM you do have in your PC :)
by Lobby
20 Dec 2020, 21:35
Forum: Problems and Errors (bugs)
Topic: Game crashes on specific points.
Replies: 23
Views: 5942

Re: Game crashes on specific points.

Hi, please try out to increase the memory dedicated to Java, that should at least help with the crashes related to huge map generation: https://www.messiahpsychoanalyst.org/wi ... in_Windows
by Lobby
20 Dec 2020, 18:00
Forum: Problems and Errors (bugs)
Topic: Christmas bundle error
Replies: 4
Views: 2401

Re: Christmas bundle error

Thank you, I am confident that I was<<were lol>AB> able to fix the issue remotely :bf
by Lobby
20 Dec 2020, 16:02
Forum: Problems and Errors (bugs)
Topic: Christmas bundle error
Replies: 4
Views: 2401

Re: Christmas bundle error

Hi, I am sorry to hear that.

For reference, what device and what version of the game are you using (for that, see at the bottom of the game menu)?

In case you have trouble getting your refund don't hesitate to contact me directly via lobby@blueflower.io
by Lobby
18 Dec 2020, 21:39
Forum: Game Discussion
Topic: New UI and UX feedback
Replies: 36
Views: 43603

Re: New UI and UX feedback

It works on PC the same way it does on Android if you don't keep the mouse button pressed. You might be confused by the preview which considers the current position of the mouse pointer, but that's only a visual difference.
by Lobby
13 Dec 2020, 12:56
Forum: Problems and Errors (bugs)
Topic: Crush
Replies: 3
Views: 2027

Re: Crush

Hi, apparently the file is locked by another process or blocked by an anti virus program. Please restart your PC and try again.
by Lobby
05 Dec 2020, 13:03
Forum: Lua Scripting
Topic: GUI Compendium
Replies: 39
Views: 24845

Re: GUI Compendium

Thanks! Although it's kind of a hack you can actually get the GUI object of the dialog window by calling dialog.content:getParent() Here's how it would look like to add a color to a dialog: local function decorateDialog(dialog) local panelRoot = dialog.content:getParent() local pl, pt, pr, pb = pane...
by Lobby
03 Dec 2020, 23:29
Forum: Lua Scripting
Topic: GUI Compendium
Replies: 39
Views: 24845

Re: GUI Compendium

Yeah, you would have to implement your own dialog or try to add a GUI object that covers it and draws something else. An easier option would probably be to use privileged placing features to change look of dialogs in general.
by Lobby
03 Dec 2020, 23:26
Forum: Smalltalk
Topic: TheoTown Forum Chatbox
Replies: 11983
Views: 6006864

Re: TheoTown Forum Chatbox

Thank you! :jb:
by Lobby
01 Dec 2020, 11:00
Forum: News
Topic: Plugin Store Activity in November 2020
Replies: 0
Views: 3275

Plugin Store Activity in November 2020

<r>Hello everyone, it's time for some Plugin Store statistics!<br/> <br/> <SIZE size="200"><s>[size=200]</s>New Plugins<e>[/size]</e></SIZE><br/> In total <B><s>[b]</s>61 new plugins<e>[/b]</e></B> have been submitted in November 2020. Most of them were contributed by:<br/> <SIZE size="120"><s>[size...
by Lobby
30 Nov 2020, 17:20
Forum: Problems and Errors (bugs)
Topic: My thoetown app suddenly closed after I join the beta program.
Replies: 2
Views: 2513

Re: My thoetown app suddenly closed after I join the beta program.

Hi, does it now work again? I think it was an account related bug in the backend.
by Lobby
18 Nov 2020, 22:35
Forum: Plug-In Discussion
Topic: Plugin Store quality control discussion
Replies: 23
Views: 11341

Plugin Store quality control discussion

Hey everyone, it is awesome to see to what extent the plugin ecosystem of TheoTown has developed in the past few years and how widespread they became, in particular after we added the Plugin Store. However, after receiving complaints for approved plugin quality but also about unjustified disapproval...
by Lobby
17 Nov 2020, 16:23
Forum: Lua Scripting
Topic: Lua chatbox
Replies: 189
Views: 81868

Re: Lua chatbox

I'm afraid there's no mechanism to do that.
by Lobby
14 Nov 2020, 14:31
Forum: Problems and Errors (bugs)
Topic: Bug with terrain
Replies: 3
Views: 1993

Re: Bug with terrain

Thank you for the report!

:bf
by Lobby
14 Nov 2020, 13:32
Forum: Problems and Errors (bugs)
Topic: startup error
Replies: 9
Views: 4198

Re: startup error

Thank you, a video of the issue would be useful, indeed. What version are you using on Android right now?
by Lobby
13 Nov 2020, 11:31
Forum: Problems and Errors (bugs)
Topic: startup error
Replies: 9
Views: 4198

Re: startup error

Hi, I am sorry to hear this. I've checked your account for corruption but without success. When exactly does it go black/crash? When it crashes on Android, is there some sort of error message?
by Lobby
02 Nov 2020, 15:25
Forum: Resources
Topic: JSON
Replies: 105
Views: 92414

Re: JSON

See content_fence.json. It is done by providing 4 additional frames that will be used for the slopes :json [ { "id": "$fence_real00", "type": "fence", "frames": [ {"x": 40,"y": 352,"w": 16,"h": 16,"count&q...
by Lobby
02 Nov 2020, 11:20
Forum: Resources
Topic: JSON
Replies: 105
Views: 92414

Re: JSON

Probably not, but I updated now most of them.
by Lobby
02 Nov 2020, 11:14
Forum: Lua Scripting
Topic: GUI Compendium
Replies: 39
Views: 24845

Re: GUI Compendium

you can do that by doing the following:

Code: Select all    Reset

local root = GUI.getRoot() local panel = root:addPanel{ x = 20, y = 20, width = 100, height = 30, onClick = function(p) p:delete() end }
Interactive Lua editor
Run

Go to advanced search