Page 1 of 1

Region create command problem

Posted: 04 Apr 2022, 15:37
by Syrii
Hello. I have a problem with that command to create a new region. And i don't know why doesn't work.

Command:
cr:{name:"ElectriCountry",seed:"1128219235","desert":false,"terrain":false,"trees":true,"decoration":true,size:16,maps:[0,0,4 4,0,4 8,0,4 12,0,4 0,4,4 4,4,4 8,4,4 12,4,4 0,8,4 4,8,4 8,8,4 12,8,4 0,12,4 4,12,4 12,12,4]}

Thx for help.

Re: Region create command problem

Posted: 04 Apr 2022, 17:07
by CommanderABab

Code: Select all

cr:{name:"ElectriCountry",seed:"1128219235","desert":false,"terrain":false,"trees":true,"decoration":true,size:16,maps:[0,0,4 ,4,0,4 ,8,0,4 ,12,0,4 ,0,4,4 ,4,4,4, 8,4,4 ,12,4,4 ,0,8,4 ,4,8,4 ,8,8,4 ,12,8,4 ,0,12,4 ,4,12,4, 12,12,4]}
produced
Screenshot_20220404-095444_TheoTown.jpg
Try:

Code: Select all

 cr:{name:"ElectriCountry",seed:"1128219235","desert":false,"terrain":false,"trees":true,"decoration":true,size:16,maps:[0,0,4 ,4,0,4 ,8,0,4 ,12,0,4 ,0,4,4 ,4,4,4, 8,4,4 ,12,4,4 ,0,8,4 ,4,8,4 ,8,8,4 ,12,8,4 ,0,12,4 ,4,12,4, ,8,12,4, 12,12,4]} 

Re: Region create command problem

Posted: 04 Apr 2022, 17:52
by Syrii
Thank you very much for help!