Suggestions for the "void"

General minecraft-related chat.
User avatar
Bennydangles.
Posts: 23
Joined: Sun Sep 19, 2010 7:48 am

Suggestions for the "void"

Post by Bennydangles. »

I know there has been a lot of talk about what to do with the void empty space such as floating islands and stuff so post your ideas here.
:opblock:
Dr_Obvious
Posts: 206
Joined: Fri Sep 03, 2010 9:28 pm
Location: Canada eh! (or for some americans...Canadia :P )

Re: Suggestions for the "void"

Post by Dr_Obvious »

i like keeping the void as is....I like the mining opertunitys there are there :)
Is this a signature, OR A HUGE CHEESY TACO :D

Image
Image
Zaneo
Posts: 171
Joined: Mon Aug 16, 2010 2:40 pm

Re: Suggestions for the "void"

Post by Zaneo »

The fate of the void has already been decided, all that remains is implementation.
Last edited by Zaneo on Tue Oct 04, 2011 6:25 pm, edited 1 time in total.
"That line you read, of course is mine, however, read so badly, it sounds like yours" -- Roman Noble
User avatar
rbos
Posts: 781
Joined: Mon Aug 16, 2010 2:37 pm

Re: Suggestions for the "void"

Post by rbos »

well, the thing I had planned - mce crashes when I try it, I think it's too large.

However it's too big to stick in the void anyway, so I'll come up with something smaller.
Image
User avatar
rbos
Posts: 781
Joined: Mon Aug 16, 2010 2:37 pm

Re: Suggestions for the "void"

Post by rbos »

removeEntities fails, as the map is apparently too large. I'll open a ticket on the site.

Trying to remove rails now. :/
Image
Zaneo
Posts: 171
Joined: Mon Aug 16, 2010 2:40 pm

Re: Suggestions for the "void"

Post by Zaneo »

We have an excellent server for stress testing peoples tools lol.
"That line you read, of course is mine, however, read so badly, it sounds like yours" -- Roman Noble
User avatar
rbos
Posts: 781
Joined: Mon Aug 16, 2010 2:37 pm

Re: Suggestions for the "void"

Post by rbos »

I had a look at the Python code, and surprise surprise, codewarrior tries to load entire bounding boxes straight into memory.

The block replacer seems to be okay though, but it's working very slowly.

That worries me. :/
Image
User avatar
rbos
Posts: 781
Joined: Mon Aug 16, 2010 2:37 pm

Re: Suggestions for the "void"

Post by rbos »

No kidding about the stress testing. I've filed some tickets, I bet he thinks I'm a whiner now. :)

http://github.com/codewarrior0/pymclevel/issues
Image
User avatar
rbos
Posts: 781
Joined: Mon Aug 16, 2010 2:37 pm

Re: Suggestions for the "void"

Post by rbos »

ayep, the block replacer must be stuck.

Code: Select all

rbos@biter:~/codewarrior0-pymclevel-cb0cddf$ python mce.py /home/rbos/minecraft-smp/world replace Rail with Air
Identifying  /home/rbos/minecraft-smp/world
Can't read, attempting to open directory
Saved 0 chunks
Scanning for chunks...
Found 205003 chunks.
Detected Alpha world.
Replacing Rail with Air'
Chunk 100...
for a half hour. It got to "Chunk 100..." in about thirty seconds.
Image
User avatar
rbos
Posts: 781
Joined: Mon Aug 16, 2010 2:37 pm

Re: Suggestions for the "void"

Post by rbos »

There, doing it from -2000,0,-2000 to 2000,128,2000 is working.
Image
Post Reply