Recent content by sulfyr

  1. S

    Homebrew Bounty 2011: Results & Winners

    Congratulations to all the winners. And to the judges.. Thx for the 3 votes. I guess you liked the menu or something, cause as far as I can tell you haven't played the game. TanksDS is currently only playable online and all servers are registered in a database. As far as I can tell no servers...
  2. S

    Homebrew TanksDS (WIP) (DS Entry)

    I would like to add bots, but I don't plan on making an entire single player / campaign mode.
  3. S

    Homebrew TanksDS (WIP) (DS Entry)

    Another video preview: http://www.youtube.com/watch?v=Ao2xayKgxRE
  4. S

    Homebrew TanksDS (WIP) (DS Entry)

    TanksDS Hi I have been working on a new game for quite some time. It is inspired by games like Tank Wars, Pocket Tanks and Death Tanks. Features: * Blast your friends or foes into pieces * Play via LAN and/or internet. Internet games are registered on a server list. (no ip sharing necessary) *...
  5. S

    Homebrew Streaming music with libnds

    Hi, You could convert the music into a raw format like 22050hz 16-bit stereo and then stream it manually. Open the file from nitrofs and create a stream: file = fopen("somesong.raw","rb"); mm_stream mystream; mystream.buffer_length = 1024; mystream.callback = stream; mystream.timerÂÂ=...
  6. S

    Homebrew BloxavoiD 1.0

    BloxavoiD 1.0 is out! Check it out here Yeah, i didn't have time to implement that, but i have uploaded a zip containing all the music: bloxavoid_music.zip
  7. S

    Homebrew BloxavoiD 1.0

    Maybe i'll add that. Otherwise i'll just add some player that you can access from the menu.
  8. S

    Homebrew BloxavoiD 1.0

    Summer holiday! Anyway i thought i would finish BloxavoiD so i have been working on it for the past few days. Changes:Better graphicsThe game wont freezeMore variated and challenging gameplayNow i just need a few people to try it out before i release it. The beta is available here...