How to crash the game

Here we talk about TheoTown in general.
User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

How to crash the game

#1

Post by Yakka »

Just for fun
Show me the fastest way
And Plugin is allowed!
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: How to crash the game

#2

Post by TheFennekin »

Create a 32x32 sized plugin with the maximum height reached :). To finish, add 1 million or more influence of all influences available :)
User avatar
PixelDubs
TheoTown Veteran in Pension
Reactions:
Posts: 554
Joined: 02 Nov 2020, 20:14
Location: Telford, England
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#3

Post by PixelDubs »

TheFennekin wrote: 04 Feb 2021, 12:03 Create a 32x32 sized plugin with the maximum height reached :). To finish, add 1 million or more influence of all influences available :)
Send me a file
User avatar
JustAnyone
Developer
Reactions:
Posts: 3480
Joined: 23 Jul 2017, 12:45
Location: Easter Island
Plugins: Showcase Store

Platform

Re: How to crash the game

#4

Post by JustAnyone »

I would tell you a secret, but that would force lobby to investigate a non-existant bug
User avatar
CommanderABab
AB
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#5

Post by CommanderABab »

Code: Select all

[{
"type":"road",
"level":2,
"id":"fastcrashinvroad",
"frames":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],
"width":1,"height":1,"auto join":true,
"on built fun":[{
"actions":[  
{"type":"rect","x":1,"y":0,"w":9,"h":1,"inner":[{"type":"build","id":"$road00"}]},
{"type":"rect","x":-1,"y":0,"w":-9,"h":1,"inner":[{"type":"build","id":"$road00"}]},
{"type":"rect","x":0,"y":-1,"w":1,"h":-9,"inner":[{"type":"build","id":"$road00"}]},
{"type":"rect","x":0,"y":1,"w":1,"h":9,"inner":[{"type":"build","id":"$road00"}]}
],"p":1
}]
}]
Will crash with stack overflow very quickly if you build more than one tile of fastcrashinvroad.

I leave it to you to figure out why.

What does it do? Builds a crossroads.

First typo fixed. :)
User avatar
CommanderABab
AB
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#6

Post by CommanderABab »

Code: Select all

[{
"type":"road",
"level":2,
"id":"fastcrashinvroad",
"title":"fastcrashinvroad",
"frames":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],
"width":1,"height":1,"auto join":true,"draw ground":true,
"on built fun":[{
"actions":[  

{
			"type": "build",
			"x": 0,
			"y": -8,
			"x2": 0,
			"y2": 16,
			"id": "$road01",
			"level": 0,
			"frame": 0
		}, {
			"type": "build",
			"x": -8,
			"y": 0,
			"x2": 16,
			"y2": 0,
			"id": "$road01",
			"level": 0,
			"frame": 0
		},  {
			"type": "frame",
			"frame": 15
			}

],"p":1
}]
}]
This builds the roads as intended in case it is one way. The frame 15 at the end makes the built road an intersection.

Added a title. :)
This is the resulting message.
This is the resulting message.
Oh, and it now crashes with even one tile built. :)
User avatar
CommanderABab
AB
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#7

Post by CommanderABab »

Once you tire of crashing the game, change the on built to on click. That is safe.
User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#8

Post by Yakka »

TheFennekin wrote: 04 Feb 2021, 12:03 Create a 32x32 sized plugin with the maximum height reached :). To finish, add 1 million or more influence of all influences available :)
:) This i choice,easy one
User avatar
CommanderABab
AB
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#9

Post by CommanderABab »

32x32 is no longer allowed.
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: How to crash the game

#10

Post by TheFennekin »

Oh... what's the max now?
User avatar
CommanderABab
AB
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#11

Post by CommanderABab »

16
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: How to crash the game

#12

Post by TheFennekin »

Idk why but I have ur 32x32 blue plugin sitting in my texture space but cant seem to find it in the plugin directory
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: How to crash the game

#13

Post by TheFennekin »

Luckily it only uses a small percentage of the space
User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#14

Post by Yakka »

TheFennekin wrote: 05 Feb 2021, 04:02 Luckily it only uses a small percentage of the space
Nice pfp By the way
User avatar
Yakka
Inhabitant of a Conurbation
Reactions:
Posts: 415
Joined: 06 Jan 2020, 09:57
Location: Java-indonesia
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#15

Post by Yakka »

Finally i had fun with Crashing the game :D
User avatar
CommanderABab
AB
Reactions:
Posts: 11107
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#16

Post by CommanderABab »

TheFennekin wrote: 05 Feb 2021, 03:58 Idk why but I have ur 32x32 blue plugin sitting in my texture space but cant seem to find it in the plugin directory
Yes, you should probably remove it.
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: How to crash the game

#17

Post by TheFennekin »

The problem is I can't... I accidentally included it in a .plugin file :(. Stupid decision I made
User avatar
PixelDubs
TheoTown Veteran in Pension
Reactions:
Posts: 554
Joined: 02 Nov 2020, 20:14
Location: Telford, England
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: How to crash the game

#18

Post by PixelDubs »

I know, download every plugin while running on a potato.
User avatar
KingShoot
Falling Waffle
Reactions:
Posts: 169
Joined: 18 Dec 2020, 14:15
Plugins: Showcase Store
Version: Beta

Platform

Re: How to crash the game

#19

Post by KingShoot »

Derncho RBLX wrote: 06 Feb 2021, 20:51 I know, download every plugin while running on a potato.
Or Inactive like 30 plugin without restarting,
It works for me on android.
Post Reply Previous topicNext topic

Return to “Game Discussion”