Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Offline
I noticed the team blocks are the same. Intentional? Are the note blocks all the same as well?
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
Those are rotational blocks, which won't really fit properly in a single bitmap without fitting every morph in the Y axis.
The demonstration is merely to show the existence of the block type in the bitmap.
*u stinky*
Offline
I made something sorta like this a while back (a generic resource parser) https://github.com/Decagon/Termite; would that project be of any use/salvagable to you in this project?
Offline
Those are rotational blocks, which won't really fit properly in a single bitmap without fitting every morph in the Y axis.
The demonstration is merely to show the existence of the block type in the bitmap.
It would be very nice though if you would decide to put all morphs over the y axis.
That way people actually have all the images`.
Also, haven't really looked into it, but does it also extract all the block IDs? So you can match the block id (and possibly morph) with it's corresponding picture.
Offline
XxAtillaxX wrote:Those are rotational blocks, which won't really fit properly in a single bitmap without fitting every morph in the Y axis.
The demonstration is merely to show the existence of the block type in the bitmap.It would be very nice though if you would decide to put all morphs over the y axis.
That way people actually have all the images`.Also, haven't really looked into it, but does it also extract all the block IDs? So you can match the block id (and possibly morph) with it's corresponding picture.
Yes, it does correlate the position on the x axis with the block type.
I'll look into fitting the rotations/morphs into the y axis.
I made something sorta like this a while back (a generic resource parser) https://github.com/Decagon/Termite; would that project be of any use/salvagable to you in this project?
It looks like it could help with the ItemId class (which I just sort into an enum), and possibly the decompiler... although I don't want to convolute it too much by adding on unnecessary functions, and unnecessary properties (i.e. block descriptions).
*u stinky*
Offline
This has been updated.
There's now rotational blocks on the Y-Axis, as usual, the block types are correlated on the X-Axis.
*u stinky*
Offline
Pages: 1
[ Started around 1732427998.8972 - Generated in 0.038 seconds, 12 queries executed - Memory usage: 1.48 MiB (Peak: 1.61 MiB) ]