home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / UltraStar_Deluxe / ultrastardx-1.1-installer-full.exe / README.txt < prev    next >
Text File  |  2010-06-08  |  5KB  |  147 lines

  1. UltraStar Deluxe 1.0 README
  2. ----------------------------
  3.  
  4. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ->8 - -
  5.                    _______  _________
  6.             ___   /       \/         \_______
  7.            /   \  \      _/    /\____/       \__________
  8.           /   _/  /     / \______             \         \___    _____
  9.          /   |___/      \     \_/             /          \  \  /     \
  10.          \              /\                   /   |\       \  \/      /
  11.           \            /  \_ultrastardeluxe_/    |/       /         /
  12.            \______www_/                 |____________org_/          \
  13.                                                       /      /\  ~=~ \
  14.                                                       \_____/  \ mog /
  15.                                                                  ~=~
  16. - - 8<- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  17.  
  18.  ============================
  19. = 1. About                   =
  20. = 2. Release Notes           =
  21. = 3. Command-Line Parameters =
  22. = 4. Controls                =
  23.  ============================
  24.  
  25. SF.Net Page: http://sourceforge.net/projects/ultrastardx/
  26. Wiki:        http://wiki.ultrastardeluxe.org/
  27.  
  28.  ====================
  29.  = 1. About         =
  30.  ====================
  31.  
  32. UltraStar Deluxe (USDX) is a free and open source karaoke game.  It allows
  33. up to six players to sing along with music using microphones in order to
  34. score points, depending on the pitch of the voice and the rhythm of
  35. singing.
  36.  
  37. UltraStar Deluxe is a fork of the original UltraStar (developed by corvus5).
  38. Many features have been added like party mode, theme support and support
  39. for more audio and video formats.
  40. The improved stability and code quality of USDX enabled ports to Linux and
  41. Mac OS X.
  42.  
  43.  ====================
  44.  = 2. Release Notes =
  45.  ====================
  46.  
  47. - To set additional song directories change your config.ini like this:
  48.   [Directories]
  49.   SongDir1=C:\Users\My\Music\MyUSDXSongs
  50.   SongDir2=F:\EvenMoreUSDXSongs
  51.   SongDir...=... (some more directories)
  52.  
  53. - To take a screenshot press "PrintScreen" key.
  54.   Screenshots are saved in the directory "Screenshots".
  55.  
  56. - To enable joypad support change config.ini:
  57.  
  58.   [Controller]
  59.   Joypad=Off
  60.  
  61.   to
  62.  
  63.   [Controller]
  64.   Joypad=On
  65.  
  66. - To Enable 4 to 6 player mode 2 screens are needed.
  67.   Disable the full screen mode, extend your desktop horizontally and set
  68.   the resolution to fill one screen.
  69.   Add to Config.ini:
  70.   [Graphics]
  71.   Screens=2
  72.  
  73. - Press Alt + F[1..12] in NameScreen to save the name of a player
  74.   Press F[1..12] to load the name of a player
  75.  
  76. - To enable benchmark run the game with -benchmark parameter
  77.  
  78.  
  79.  ==============================
  80.  = 3. Command-Line Parameters =
  81.  ==============================
  82.  
  83. Command-line parameters are passed to the game adding it to the path of a
  84. shortcut or starting the game within the console.
  85.  
  86. The following parameters are possible. They can be joined in any possible way.
  87.  
  88. - Benchmark         : Create a benchmark.log file with start timings.
  89.  
  90. - NoLog            : Do not create any .log files
  91.  
  92. - Joypad            : Start with joypad support
  93.  
  94. - Language [ID]     : Load language [ID] on startup.
  95.                       Example: -Language german
  96.  
  97. - Songpath [Path]   : Same as config Songpath.
  98.                       Example: -SongPath "C:\Ultrastar Songs"
  99.  
  100. - ConfigFile [File] : Load configuration file [File] instead of config.ini.
  101.                       The path to the file has to exist.
  102.                       Example: -ConfigFile config.SongCreation.ini
  103.  
  104. - ScoreFile [File]  : Use [File] instead of Ultrastar.db
  105.                       The path to the file has to exist.
  106.                       Example: -ScoreFile HouseParty.db
  107.  
  108. - FullScreen        : Start the game in full screen mode
  109.  
  110. - Depth [16/32]     : Force depth to 16 or 32. Example: -Depth 16
  111.  
  112. - Resolution [ID]   : Force resolution. Example: -Resolution 800x600
  113.  
  114. - Screens [1/2]     : Force 1 or 2 screens. Example: -Screens 2
  115.  
  116. Some Examples:
  117.  
  118. Start with a resolution of 1024x768, a depth of 32 bit and in full screen
  119. mode:
  120. ultrastar.exe -Resolution 1024x768 -Depth 32 -Fullscreen
  121.  
  122. Start without logging and with polish language
  123. ultrastar.exe -NoLog -Language polish
  124.  
  125. Start with a customs configuration file and score database:
  126. ultrastar.exe -ConfigFile C:\Ultrastar\Configs\PartyConfig.ini -ScoreFile C:\Ultrastar\Scores\PartyScores.db
  127.  
  128.  
  129.  ===============
  130.  = 4. Controls =
  131.  ===============
  132.  
  133. [J]      to open the "Search for a Song" interface
  134. [Cursor] to navigate through the screens.
  135. [Enter]  to confirm
  136. [Escape] to go to the previous screen.
  137.  
  138. Songscreen
  139. [R],
  140.   [Shift] + [R],
  141.   [Strg]  + [R]            select a random song/category
  142. [Alt] + [Letter]           jump to a artist with the first letter [Letter]
  143. [Alt] + [Shift] + [Letter] jump to a title with the first letter [Letter]
  144.  
  145.  
  146. Editor controls are described in documentation.pdf
  147.