PDA

View Full Version : UltraStar Deluxe 1.1 Beta release, a singing game



mischi
02-05-2010, 09:53 PM
Hi,

I proudly announce the release of the 1.1 Beta version of UltraStar Deluxe, a singing game.

It runs on Windows, Mac OS X and Linux. Download here: http://ultrastardx.sourceforge.net/usdx-downloads/usdx/

Have fun and check out the new party mode.

- Mischi, who does the Mac port -

Stoney
02-05-2010, 10:46 PM
Awesome. I will certainly take a look.
This is a great game and I recommend it for every party. Overall, I would even dare to say it's better than Singstar.

WILL
03-05-2010, 12:06 AM
Very cool game project. I'll be sure to add it to Pascal Gamer for review. ;)

chronozphere
03-05-2010, 08:54 AM
Hey,

What tools did you use to create this game? The fact that you post it here, probably means that you use FPC + some libraries. I thought I'd just ask. Such info might also make the PGM review a bit more interesting. :)

AthenaOfDelphi
03-05-2010, 09:23 AM
Hey,

What tools did you use to create this game? The fact that you post it here, probably means that you use FPC + some libraries. I thought I'd just ask. Such info might also make the PGM review a bit more interesting. :)


I asked myself the same question when I saw the original post... from reading their wiki, the game will build with Delphi and FPC (Lazarus).

Brainer
03-05-2010, 07:52 PM
I really loved UltraStar - gonna take a look!

mischi
04-05-2010, 08:18 PM
Hey,

What tools did you use to create this game? The fact that you post it here, probably means that you use FPC + some libraries. I thought I'd just ask. Such info might also make the PGM review a bit more interesting. :)


I asked myself the same question when I saw the original post... from reading their wiki, the game will build with Delphi and FPC (Lazarus).


You were right. We use FreePascal/Delphi and these libraries: SDL, OpenGL, portaudio, ffmpeg, freetype, libpng, sqlite, pcre and lua. The design of the user interface was done without any specific tools. The Changelog contains the list of feature additions and bug fixes. Unfortunately, some of the late changes broke the PowerPC version for Mac OS X. So we nearly managed to get the code even endianness save :-)

My personal highlights are: New design of interface, party mode through lua plugins, unicode support of lyrics and filenames, support of mac and linux.

Mischi