Creating a generic region via Console

You have great tips for other players? Share them here.
User avatar
-LeoLeo-
Inhabitant of a Solar System
Reactions:
Posts: 1624
Joined: 08 Jul 2017, 12:46
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Creating a generic region via Console

#21

Post by -LeoLeo- »

Erm..... I kinda need help.

The region I'm trying to create crashed the game. And the file incomplete.
I'm pretty sure it's because my hardware,
but I do have "4 GB of RAM and 6.5 GB available storage"

Code: Select all

cr:{name:"New New York",seed:"234164817390",size:18,maps:[0,0,8, 0,8,8, 0,16,8, 8,0,8, 8,8,8, 8,16,8, 16,0,8, 16,8,8, 16,16,8]}
Is there region so powerful my phone can't handle? Or is it the code?? Any help would be very appreciated ❤️

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#22

Post by CommanderABab »

That's nine giant maps at one time!

User avatar
-LeoLeo-
Inhabitant of a Solar System
Reactions:
Posts: 1624
Joined: 08 Jul 2017, 12:46
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Creating a generic region via Console

#23

Post by -LeoLeo- »

CommanderABab wrote:
08 May 2018, 22:15
That's nine giant maps at one time!
I've probably underestimate the power of giant maps...

User avatar
-LeoLeo-
Inhabitant of a Solar System
Reactions:
Posts: 1624
Joined: 08 Jul 2017, 12:46
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Creating a generic region via Console

#24

Post by -LeoLeo- »

CommanderABab wrote:
08 May 2018, 22:15
That's nine giant maps at one time!
I want this. But the game just always crashes after creating a single folder. Not even a region file!!

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#25

Post by CommanderABab »

-LeoLeo- wrote:
09 May 2018, 15:02
CommanderABab wrote:
08 May 2018, 22:15
That's nine giant maps at one time!
I want this. But the game just always crashes after creating a single folder. Not even a region file!!
For bigger maps, I just create the maps one at a time as a one map region, then place them in a region folder, naming them correctly, then editing a copy of the region .json file for a smaller region.

User avatar
-LeoLeo-
Inhabitant of a Solar System
Reactions:
Posts: 1624
Joined: 08 Jul 2017, 12:46
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: Creating a generic region via Console

#26

Post by -LeoLeo- »

CommanderABab wrote:
09 May 2018, 17:54
For bigger maps, I just create the maps one at a time as a one map region, then place them in a region folder, naming them correctly, then editing a copy of the region .json file for a smaller region.
I figured that out after 3 hour of tinkering.
But the biggest help is from you, Commander.
I seriously don't know how to thank you enough for your effort to help me...
I überly appreciate it. *Sheds a tear*

Screenshot_20180510_014047.jpg

User avatar
KolaKattz
Settler
Reactions:
Posts: 1
Joined: 13 Jun 2018, 00:19
Location: UK
Plugins: Showcase Store
Version: Beta

Platform

Re: Creating a generic region via Console

#27

Post by KolaKattz »

THX! Ive been looking for something like this since you added regions. Can't wait to build some big maps.

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#28

Post by RayXP »

Can someone post a code for a region with 4 giant (8×8) maps?

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Creating a generic region via Console

#29

Post by Lobby »

Code: Select all

cr:{name:"My Region",seed:"8324",size:16,maps:[0,0,8, 8,0,8, 0,8,8, 8,8,8]}
It will internally try to create a 16x16 sized city, so that might fail due to RAM limitation.

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#30

Post by RayXP »

I only got 3, sadly...

User avatar
Elmana4321
Small-town resident
Reactions:
Posts: 36
Joined: 08 Dec 2018, 04:23
Plugins: Showcase Store

Platform

Re: Creating a generic region via Console

#31

Post by Elmana4321 »

Como coloco carreteras en la región?

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#32

Post by CommanderABab »

How do I place roads in the region?

Same as any map. :)

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#33

Post by Imran M »

Do you know how I can make a few 32x32 maps?

User avatar
AndreitheTare
Inhabitant of a Megacity
Reactions:
Posts: 265
Joined: 29 Jul 2018, 15:46
Location: Romania
Plugins: Showcase Store

Platform

Re: Creating a generic region via Console

#34

Post by AndreitheTare »

I tried making a region with your example and it said "No value for name".

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#35

Post by CommanderABab »

Try again and check the syntax of what you enter.

User avatar
Mg3094066
Inhabitant of a Supercluster
Reactions:
Posts: 3223
Joined: 28 May 2017, 01:50
Location: Venezuelan Republic of Mexico
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Creating a generic region via Bitmap

#36

Post by Mg3094066 »

Ummm I tried to do a region like this...

Code: Select all

cr:{name:"test",bmp:"512.png",terrain:true,size:8,maps:[0,0,8]}]
With this bitmap:
512.png
512.png (39.29 KiB) Viewed 7499 times
And I got this:
Screenshot_20190616-180842.png
:mine :bq :calc :66: :bb

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#37

Post by CommanderABab »

Where you have bmp, you should put seed in this instance.

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

Plugin Creator

Platform

Re: Creating a generic region via Console

#38

Post by CommanderABab »

Did you try to play it? :)

User avatar
Lobby
Developer
Reactions:
Posts: 3705
Joined: 26 Oct 2008, 12:34
Plugins: Showcase Store
Version: Beta

Platform

Re: Creating a generic region via Console

#39

Post by Lobby »

Light values range from 0 to 255. Right now, anything below 128 10 will be water.

User avatar
Mg3094066
Inhabitant of a Supercluster
Reactions:
Posts: 3223
Joined: 28 May 2017, 01:50
Location: Venezuelan Republic of Mexico
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: Creating a generic region via Bitmap

#40

Post by Mg3094066 »

The region where I live IRL is finally available:
AAAAAAAAAAAAAAAAAAAÀAAAAAAA
AAAAAAAAAAAAAAAAAAAÀAAAAAAA
:mine :bc :bt :66: :android :mine :img

Post Reply Previous topicNext topic

Return to “Tips and Tricks”