+
Skip to content

fscs/USDX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UltraStar Deluxe

Build Status License

Official Project Website: https://usdx.eu/

UltraStar Deluxe Logo

1. About

UltraStar Deluxe (USDX) is a free and open source karaoke game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing. UltraStar Deluxe is a fork of the original UltraStar (developed by corvus5). Many features have been added like party mode, theme support and support for more audio and video formats. The improved stability and code quality of USDX enabled ports to Linux and Mac OS X.

2. Installation

Currently, the following installation channels are offered:

3. Configuration

  • To set additional song directories change your config.ini like this:
  [Directories]
  SongDir1=C:\Users\My\Music\MyUSDXSongs
  SongDir2=F:\EvenMoreUSDXSongs
  SongDir...=... (some more directories)
  • To enable joypad support change config.ini Joypad=Off to Joypad=On
  • To enable 2 or 3 player each on 2 screens, disable the full screen mode, extend your desktop horizontally and set the resolution to fill one screen. Then, in the config.ini set Screens=2 and restart the game.
  • The primary folder for songs on OS X is $HOME/Music/UltraStar Deluxe, which is created when UltraStar Deluxe is run for the first time.
  • On OS X, by default the config.ini file is created in $HOME/Library/Application Support/UltraStarDeluxe when UltraStar Deluxe is run for the first time.
  • When running in borderless fullscreen mode, the monitor it runs on can be configured by setting Graphics.PositionX/Y to an offset in pixels.
  • If installed via the flatpak package, the primary song folder is ~/.var/app/eu.usdx.UltraStarDeluxe/.ultrastardx/songs/ and the config.ini is located in ~/.var/app/eu.usdx.UltraStarDeluxe/.ultrastardx/ by default. To configure additional song directories, they first need to be made accessible to the flatpak app using the command: flatpak override eu.usdx.UltraStarDeluxe --filesystem=/your/new/songfolder - Afterwards, the directory can be added to the config.ini file as usual.

4. Further documentation

The wiki contains more information on:

5. Compiling

There are two main ways to compile the game:

  1. Lazarus IDE
  2. ./autogen.sh && ./configure [--enable-debug] && make

The executable will be game/ultrastardx[.exe].

For extended information, dependencies, OS-specific notes and configure flags, see COMPILING.md.

  • -NoLog : Do not create any .log files

  • -Joypad : Start with joypad support

  • -Language <ID> : Load language [ID] on startup. Example: -Language german

  • -Songpath <PATH> : Same as config Songpath. Example: -SongPath "C:\Ultrastar Songs"

  • -ConfigFile <FILE> : Load configuration file [File] instead of config.ini. The path to the file has to exist. Example: -ConfigFile config.SongCreation.ini

  • -ScoreFile <FILE> : Use [File] instead of Ultrastar.db The path to the file has to exist. Example: -ScoreFile HouseParty.db

  • -FullScreen : Start the game in full screen mode

  • -Depth {16|32} : Force depth to 16 or 32. Example: -Depth 16

  • -Resolution <ID|RESOLUTION> : Force resolution. Either by ID (matching an entry of the possible resolution list) or custom resolution (with the format of WIDTHxHEIGHT). Example: -Resolution 800x600

  • -Screens {1|2} : Force 1 or 2 screens. Example: -Screens 2

Some Examples:

Start with a resolution of 1024x768, a depth of 32 bit and in full screen mode: ultrastar.exe -Resolution 1024x768 -Depth 32 -Fullscreen

Start without logging and with polish language ultrastar.exe -NoLog -Language polish

Start with a customs configuration file and score database: ultrastar.exe -ConfigFile "C:\Ultrastar\Configs\PartyConfig.ini" -ScoreFile "C:\Ultrastar\Scores\PartyScores.db"

4. Controls

General

Keys Action
[F11] switch on the fly between windowed fullscreen and window mode
[Alt] + [Enter] switch to real fullscreen (including changing resolution) and window mode
[Tab] show/hide help

Song

Shortcuts for song selection screen

Keys Action
J open the "Search for a Song" interface
[Enter] confirm song, search or menu selection
[Escape] go to the previous screen
S play selected song as medley (if medley tags are set, use these, otherwise use calculated values - can be forced using shift key)
D play up to 5 random songs as medleys (if there are songs available with medley tags set, only use these, otherwise use calculated values - can be forced using shift key)
E open selected song in song editor
F add song to medley list
K toggle on/off experimental automatic voice-removal
M open the song menu
P choose a playlist for song selection
R select a random song/category
[Alt] + [Character] jump to artist with the first letter/digit Character (A to Z, 0 to 9)
[Alt] + [Shift] + [Character] jump to title with the first letter/digit Character (A to Z, 0 to 9)
[Page down] jump to first artist with the next letter/digit
[Page up] jump to last artist with the previous letter/digit
[Spacebar] when a duet song is selected, switch first and second voice

Joypad / Controller

Axis Action
D-Pad Navigation (+switching to non-mouse mode)
Left Stick Mouse (+switching to mouse mode if not already)
Right Stick Navigation
Keyboard mode
Buttons Action
A / Button 1 Simulates [Enter]
B / Button 2 Simulates [Escape]
Y / Button 3 Simulates [M]
X / Button 4 Simulates [R]
Mouse mode
Buttons Action
A / Button 1 Simulates Left Mouse Button
B / Button 2 Simulates Right Mouse Button
Left/Right Stick Button Simulates Middle Mouse Button
Start Simulates [Enter]
Select Simulates [Escape]

Shortcuts for song editor

Keys Action
Arrow Left/Right select previous/next syllable
Arrow Down/Up select previous/next syllable
[Ctrl] + Arrow Right/Left move only beginning of note to earlier/later
[Alt] + Arrow Right/Left move only ending of note to earlier/later
[Shift] + Arrow Up/Down change pitch of selected note
[Shift] + Arrow Right/Left move the note (beginning and ending) to earlier/later
= increase BPM
- decrease BPM
F toggle note freestyle/normal
G toggle note golden/normal
T auto-fix timings of all sentence switching
C capitalize letter at the beginning of all lines
[Shift] + C correct all spaces
V play audio + video and follow the lyrics
[Ctrl] + C copy current sentence
[Ctrl] + V paste current sentence
[Ctrl] + Z undo last change
S save changes
R reload file without saving
P play current sentence audio
[Shift] + P play current sentence midi
[Ctrl] + [Shift] + P play current sentence audio and midi
A set/clear medley start beat
[Shift] + A set/clear medley end beat
J jump to medley start beat
[Shift] + J jump to medley end beat
[Alt] + J play medley (starting from medley start, ending at medley end)
I jump to preview start
[Alt] + I play audio starting from the preview start
[Shift] + I set/clear preview start at the current note's time
[Shift] + D divide BPM by 2 but keep correct timings
[Shift] + M multiply BPM by 2 but keep correct timings
double click on a note split note in two parts on the beat at mouse cursor location
select and drag a note up/down change pitch of a note
select and drag a note left/right move the beginning beat of the note to earlier / later
[Ctrl] + [Del] delete current note
[+ on numberpad] Increase tone of all notes by 1
[- on numberpad] Decrease tone of all notes by 1
[Shift] + [+ on numberpad] Increase tone of all notes by octave
[Shift] + [- on numberpad] Decrease tone of all notes by octave
[F4] enter or leave text edit mode
. moves text to right in current sentence
4 copy 4 sentence
5 copy 5 sentence
7 lower video gap by 1
[Shift] + 7 lower video gap by 10
[Ctrl] + 7 lower video gap by 100
8 increase video gap
[Shift] + 8 increase video gap by 10
[Ctrl] + 8 increase video gap by 100
9 decrease GAP
0 increase GAP

Shortcuts for sing screen

Keys Action
S jump forward to 5 seconds before first singing note
R restart playback for current song but keep scores for already sung parts
V switch between video, visualisation and background
W if configured and enabled, show webcam video instead as background
T toggle time displaying between total, remaining and already played time
[Ctrl] + [Tab] switch visualization / camera mode
[Spacebar] pause / play
[Esc] or [Backspace] cancel current song or end early

5. Build and Run

Freepascal 3.0.0 or newer is required to compile UltraStar Deluxe. If you had some older version of fpc installed before, make sure to remove everything of it correctly before trying to install freepascal (otherwise compiling will fail with various weird error messages). Also, using the 3.0-development branch with current fixes is suggested. If you want to help the project by coding patches, we suggest you to use the Lazarus 1.6 or newer integrated development environment. For linking and running the game, the following libraries are also required:

  • SDL2, SDL2_image
  • ffmpeg 2.8 or older
  • sqlite
  • bass
  • some fonts like ttf-dejavu and ttf-freefont
  • portaudio
  • lua 5.1 or 5.2 or 5.3
  • opencv if you want webcam support
  • projectM if you want audio visualisation support

Compiling using Lazarus

  1. Start Lazarus.
  2. Choose Project → Open Project … in the menu bar. A file-dialog box will show.
  3. Change to the src subdirectory of your USDX working copy (e.g. ultrastardx/src).
  • If you are running Windows, open the ultrastardx-win.lpi project-file (Preferably use the win32 verison of lazarus, as the included libraries are 32 bit).
  • On Unix-like systems use the ultrastardx-unix.lpi file.
  1. Now you can compile USDX by choosing the menu entry Run → Build or pressing Ctrl+F9.
  2. If you want to compile and/or start USDX directly choose Run → Run or press F9.

Compiling on Linux/BSD using make

  1. make sure all required libraries are installed
  • for current debian / ubuntu: sudo apt-get update && sudo apt-get install git automake make gcc fpc libsdl2-image-dev libavformat-dev libswscale-dev libsqlite3-dev libfreetype6-dev portaudio19-dev libportmidi-dev liblua5.3-dev libopencv-highgui-dev
  • if you want to build --with-libprojectM, you also need sudo apt-get install g++ libprojectm-dev
  • for arch linux there is an aur package called ultrastardx-git
  1. git clone https://github.com/fscs/USDX.git
  2. cd USDX
  3. ./autogen.sh
  4. ./configure (or use autoconf)
  5. make -j4
  6. Play the game,
    • install the game and start it
      • sudo checkinstall, make sure that package name is usdx
      • ultrastardx
    • or start it directly ./game/ultrastardx

Compiling on MacOS (High Sierra)

  • USDX is built using Homebrew and official FreePascal build (using its compiler FPC)
  • To install Homebrew, follow instructions from brew.sh
  • You can get the FPC build from freepascal.org or
    • brew install fpc
  • Make sure the XCode command line tools are installed.
    • xcode-select --install
  • Needed brew libraries can be installed using (ffmpeg up to 3.3 is supported):
    • brew install sdl2 sdl2_image automake portaudio binutils sqlite freetype lua libtiff pkg-config ffmpeg@2.8
  • Clone repo
    • git clone https://github.com/UltraStar-Deluxe/USDX
  • Generate configure file and more
    • ./autogen.sh
  • Make sure that you have your build setup right
    • ./configure
  • Now build the UltraStar application
    • make macosx-standalone-app
  • Run by clicking UltraStarDeluxe in your build folder or
    • open UltraStarDeluxe.app

Feel free to fork this project, modify it to your hearts content and maybe also do pull requests to this repository for additional features, improvements or clean-ups.

About

The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStar™

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Pascal 93.6%
  • HTML 1.7%
  • NSIS 1.6%
  • C++ 1.1%
  • M4 0.6%
  • Shell 0.5%
  • Other 0.9%
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载