Recent content by CoolAs

  1. CoolAs

    Homebrew Mine DS

    We've just released version 0.4.0, new features include: Newer lighting engine Localizations into English, German and Esperanto Caves Light leakage through background Various mob fixes New sprite graphics engine Larger world size (width increased to 1024 from 512) Random spawn point Happy New...
  2. CoolAs

    Homebrew Mine DS

    We've just released version 0.3.1, which fixes a number of bugs, improves some internal code, and adds water splashes. The next release will probably be v0.4.0, and we're planning on adding localisations into various different languages, as well as adding in some more survival features. Enjoy!
  3. CoolAs

    Homebrew Mine DS v0.2.0

    We've been working on adding water and ocean biomes, a screenshot of which is below. As far as I know the only thing that we need to finish before the release of v0.2.1 is the addition of functional furnaces, so the new version should be out soon :)
  4. CoolAs

    Homebrew MineDS

    The thing is, the sky is not currently a layer, we only have a single sky colour which is being set by the backdrop colour. I really don't want to change it into one, as I would need to recalculate all the gfx bases which would be a pain - from what I can see right now. However the window idea...
  5. CoolAs

    Homebrew MineDS

    I can't remember how the sky works right now, however I don't think that the kind of 3D background would be easily achieved on the DS. Possibly we could add in backgrounds for each biome and change them, like how terraria does it. nope! just checked and even that would not be possible. Currently...
  6. CoolAs

    Homebrew MineDS

    Now, the crafting menu is almost finished. It isn't functional yet, but you can browse through the crafting recipes and see what they need to make the item. it's functional now :D
  7. CoolAs

    Homebrew MineDS

    I've just implemented the ability to swap blocks in your inventory. ;)
  8. CoolAs

    Homebrew MineDS

    No, we don't have a date for the new version, and most of the work at the moment is being done on bug fixes and inventory, so we don't have any images to show you. (Other than maybe a picture of a sheep...)
  9. CoolAs

    Homebrew MineDS

    https://code.google.com/p/home-smash/source/list It's still kind-of alive.
  10. CoolAs

    Homebrew MineDS

    As soon as we have some sort of crafting, I think we should release a dev version.
  11. CoolAs

    Homebrew MineDS

    If you want to help out, you will need to make a google code account, and PM me/Wolfgange with your account name. Then we add you to the project at http://code.google.com/p/home-smash/
  12. CoolAs

    Homebrew MineDS

    Yep, basically we have added a jungle biome, and a working inventory system.
  13. CoolAs

    Homebrew MineDS

    No, we are still developing it, we have added ladders, and are implementing an inventory ;) You can watch the changes happen here http://code.google.com/p/home-smash/source/list.
  14. CoolAs

    Homebrew MineDS

    99.9% chance nothing will happen. The game doesn't read any files from the card once it has loaded.
  15. CoolAs

    Homebrew Emulation GameYob, a gameboy emulator for DS

    Actually, just had a look at GBATEK under the DS Video section. It tells you how you can actually synch the VCOUNT, you need to do it in a specific way. I haven't actually tried it, and it may not work, however there is some hope. Pausing for Nifi in the middle of a screen wouldn't be good as...