Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/05/2012 in Posts

  1. Cirevam

    Some Stuff You Wish Was Real/possible In The Game

    Both of these are possible with some limitations. We can remove (or shove deep underground) the roof in levels so you can see the "sky" when in first- or second-person view. We can also make buildings have multiple functions so an HQ building is possible but there's a certain way you would have to design parts of it.
    2 points
  2. dead_name

    Bmp Files

    Au contraire, I used BMPs, I just used the non-compressed variant. Plain, 16bit BMPs? What made you think if that? *sigh* please forgive me, but my patience is being pushed here. Aside from the audio and a couple of TGA files, LEGO Racers 1 uses COMPLETELY CUSTOM FORMATS. Stop thinking that it uses standard formats because I guarantee you it does not. BMP is just a file extension, it doesn't mean anything. I could create a file with the .exe extension, doesn't mean it's actually executable code. File extension and internal data format, while usually linked, are not technically dependent on each other. The BMP format LR1 uses has 2 different variants; Paletted and RGB. The first byte of a paletted bitmap will always be 0x04 or 0x08 (denoting the number of bits per index). The first byte of a RGB bitmap will always be 0x98. The paletted bitmaps contain a color palette and an index map. The palette is always uncompressed. The index map is divided into blocks (of no more than 1000 bytes each). Each block may be compressed but not all of them are. The compression algorithm used is still a mystery, but uncompressed blocks can be read/written. A BMP where all the blocks are uncompressed can be completely extracted. As such, it's also possible to create a BMP where the data is all uncompressed and insert it into the game. This is what I did for the awesomeface experiments. The RGB bitmaps do not contain a palette; the data seems to be RGB pixel data. However, said data is compressed, and without the algorithm there's nothing we can do with these. Also, please stop posting my videos. I'm perfectly capable of doing that myself. As explained above, yes.
    1 point
  3. dead_name

    Bmp Files

    Au contraire, I used BMPs, I just used the non-compressed variant.
    1 point
  4. lol username

    Mario Kart Wii Is So Skill Based!

    ... LEGO Island in Mario Kart Wii. http://www.youtube.com/watch?v=Pz1lxBXNf58
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.