Author Topic: [UndisclosedNewMod]Early Beta - Taking break  (Read 23567 times)

seeing the pic, it looks like a minecraft-ish mod

did i win?
No.


Ok, I don't like the way Badspot implemented his saving system. Most of the bricks are getting the wrong ownership
His saving system was supposed to be minimalistic in order to allow players to upload saves fast.
This means only baseplates save ownership.

I would love to help out. I'm available on weekends and from 2:30 PM onwards one weekdays.

His saving system was supposed to be minimalistic in order to allow players to upload saves fast.
This means only baseplates save ownership.

Then why not this?

First, a 4 byte magic string. Something like BLSF? After it, the length of the description as a byte and the raw description.
Then, the number of colors in the colorset as a byte with 4 bytes repeated over and over after it representing each color.

Next follows a completely repeatable syntax. This could be sent individually to improve loading performance:

Each brickgroup is sent as a "chunk" of the body.
First, the number of bricks in the brick group as a long. Then just a long(?) BL_ID and a unsigned short-prefixed name string.

It will keep trying to look for a brick in the stream until the number of bricks has been reached.
If it reaches the number of bricks and there's no more data, save is done. Otherwise, it's the number of bricks in the next brick group.

Bricks are also pretty simple to make up a format for but I don't have all day.

So just another Minecraft mod? Not expecting much.

So just another Minecraft mod? Not expecting much.
I wouldn't call it that, I think this more resembles Wurm Online in a blockier way.

I wouldn't call it that, I think this more resembles Wurm Online in a blockier way.
Speaking of this mod, I figured out how to solve the two most critical problems I was having! Saving and loading should work much better now.


His saving system was supposed to be minimalistic in order to allow players to upload saves fast.
This means only baseplates save ownership.
Pretty cool, but also very limiting.

I found a solution to my problem however, so I am very happeh C:

Do we have time for a hosting session, Rein? I'd like to play a bit.

Do we have time for a hosting session, Rein? I'd like to play a bit.
Yeah I kinda want to play too. I'll finnish up the important bugs I was fixing and then I can host another beta session (probably) tonight.

Allright, come online when you're ready. Or you know, whenever. I have about 5 hours.

Allright, come online when you're ready. Or you know, whenever. I have about 5 hours.
k
« Last Edit: February 05, 2013, 01:07:17 PM by Reinforcements »

Yeah I kinda want to play too. I'll finnish up the important bugs I was fixing and then I can host another beta session (probably) tonight.

YES!!

Also, what do the checkmarks mean?