User Tools

Site Tools


games:stepmania

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
games:stepmania [2018/12/03 13:55] Sean Rhonegames:stepmania [2020/03/15 08:54] Sean Rhone
Line 20: Line 20:
   * [[distros:ubuntu_desktop|Ubuntu (desktop)]] ((18.04.1 LTS))   * [[distros:ubuntu_desktop|Ubuntu (desktop)]] ((18.04.1 LTS))
  
-  sudo apt install git g++ cmake libmad0-dev libvorbis-dev yasm libbz2-dev libpcre++-dev zlib1g-dev libjpeg-dev libxrandr-dev libxinerama-dev pkg-config libasound2-dev libpulse-dev libjack-jackd2-dev libva-dev libgl1-mesa-dev libglew-dev libgtk2.0-dev+  sudo apt install git g++ cmake libmad0-dev libvorbis-dev yasm libbz2-dev libpcre++-dev zlib1g-dev libjpeg-dev libxrandr-dev libxinerama-dev pkg-config libasound2-dev libpulse-dev libjack-jackd2-dev libva-dev libgl1-mesa-dev libglew-dev libgtk2.0-dev libxtst-dev
  
 ====== Download/Update Source ====== ====== Download/Update Source ======
Line 32: Line 32:
 **** ****
  
-  cd ~ && rm -Rf ~/'Projects/stepmania/build' ~/'Projects/stepmania/run' && mkdir -p ~/'Projects/stepmania/build' ~/'Projects/stepmania/run' && cd ~/'Projects/stepmania/build' && cmake ~/'Projects/stepmania/src' -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE='Release' && cmake ~/'Projects/stepmania/src' -DCMAKE_INSTALL_PREFIX=~/'Projects/stepmania/run' -DCMAKE_CXX_FLAGS='-Ofast -pipe -march=native' -DCMAKE_C_FLAGS='-Ofast -pipe -march=native' -DWITH_FFMPEG_JOBS='3' -DWITH_MINIMAID='0' && sync && make -j3 install && sync+  cd ~ && rm -Rf ~/'Projects/stepmania/build' ~/'Projects/stepmania/run' && mkdir -p ~/'Projects/stepmania/build' ~/'Projects/stepmania/run' && cd ~/'Projects/stepmania/build' && cmake ~/'Projects/stepmania/src' -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE='Release' && cmake ~/'Projects/stepmania/src' -DCMAKE_INSTALL_PREFIX=~/'Projects/stepmania/run' -DCMAKE_CXX_FLAGS='-Ofast -pipe -march=native' -DCMAKE_C_FLAGS='-Ofast -pipe -march=native' -DWITH_FFMPEG_JOBS='2' -DWITH_MINIMAID='0' && sync && make -j2 install && sync
  
 ====== Simply Love ====== ====== Simply Love ======
Line 38: Line 38:
   * https://github.com/dguzek/Simply-Love-SM5   * https://github.com/dguzek/Simply-Love-SM5
  
-  rm -Rf ~/'.stepmania-5.1/Themes/Simply Love' && mkdir -p ~/'.stepmania-5.1/Themes' && git clone --branch 'master' --depth '1' --recurse-submodules 'https://github.com/dguzek/Simply-Love-SM5.git' ~/'.stepmania-5.1/Themes/Simply Love'+  rm -Rf ~/'.stepmania-5.1/Themes/Simply Love' && mkdir -p ~/'.stepmania-5.1/Themes' && git clone --branch 'beta' --depth '1' --recurse-submodules 'https://github.com/dguzek/Simply-Love-SM5.git' ~/'.stepmania-5.1/Themes/Simply Love'
  
 ====== Restore Content ====== ====== Restore Content ======
Line 44: Line 44:
 **** ****
  
-  mkdir -p ~/'.stepmania-5.1' && gio open ~/'.stepmania-5.1'+  mkdir -p ~/'.stepmania-5.1' ~/'.stepmania-5.1/NoteSkins/dance' && gio open ~/'.stepmania-5.1'
  
 ====== Settings ====== ====== Settings ======
Line 56: Line 56:
   * This magic number comes from the Linux version of OpenITG ((no idea why it works well, but it does))   * This magic number comes from the Linux version of OpenITG ((no idea why it works well, but it does))
   * This works best on a PSX-to-USB adapter   * This works best on a PSX-to-USB adapter
-  * This does not work well at all when using an Arduino Leonardo R3+  * :!: This does not work well at all when using an Arduino Leonardo R3
  
   GlobalOffsetSeconds=-0.065612   GlobalOffsetSeconds=-0.065612
/var/www/wiki/data/pages/games/stepmania.txt · Last modified: 2022/03/29 05:30 by Sean Rhone