User Tools

Site Tools


games:devilutionx

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:devilutionx [2020/01/01 13:12] – [Desktop Launcher] Sean Rhonegames:devilutionx [2023/06/29 15:28] (current) – removed Sean Rhone
Line 1: Line 1:
-====== Information ====== 
  
-  * DevilutionX ((https://github.com/diasurgical/devilutionX)) 
- 
-===== Notes ===== 
- 
-  * :!: All of this is TODO 
- 
-====== Dependencies ====== 
- 
-===== Ubuntu ===== 
- 
-  * [[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 
- 
-====== Download/Update Source ====== 
- 
-**** 
- 
-  cd ~ && mkdir -p ~/'Projects' && rm -Rf ~/'Projects/stepmania/src' && git clone --branch '5_1-new' --depth '1' --recurse-submodules 'https://github.com/stepmania/stepmania.git' ~/'Projects/stepmania/src' && sync 
- 
-====== Compile and Install ====== 
- 
-**** 
- 
-  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 
- 
-====== Simply Love ====== 
- 
-  * 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' 
- 
-====== Restore Content ====== 
- 
-**** 
- 
-  mkdir -p ~/'.stepmania-5.1' && gio open ~/'.stepmania-5.1' 
- 
-====== Settings ====== 
- 
-  * Requires StepMania to be started once 
- 
-  gio open ~/'.stepmania-5.1/Save/Preferences.ini' 
- 
-===== Global Offset ===== 
- 
-  * 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 does not work well at all when using an Arduino Leonardo R3 
- 
-  GlobalOffsetSeconds=-0.065612 
- 
-===== Machine Name ===== 
- 
-**** 
- 
-  MachineName=Hatebeat 
- 
-===== No Mouse Cursor ===== 
- 
-**** 
- 
-  ShowMouseCursor=0 
- 
-===== No Update Check ===== 
- 
-**** 
- 
-  UpdateCheckEnable=0 
- 
-====== Desktop Launcher ====== 
- 
-  nano ~/'.local/share/applications/DevilutionX.desktop' 
- 
-<code> 
-[Desktop Entry] 
-Name=DevilutionX 
-Categories=Game; 
-Exec='/home/CHANGEME/.local/share/diasurgical/devilution/devilutionx' 
-Type=Application 
-StartupNotify=true 
-Path=/home/CHANGEME/.local/share/diasurgical/devilution 
-Icon=devilution</code> 
- 
-  sed -i 's/CHANGEME/'$USER'/g' ~/'.local/share/applications/DevilutionX.desktop' 
- 
-===== Icon ===== 
- 
-**** 
- 
-  wget -O X 'https://github.com/diasurgical/devilutionX/raw/ab60df6618edbe73b44aad459b88bfbc843554b2/Packaging/resources/Diablo_48.png' 
- 
-  cp -Rf ~/'Projects/stepmania/src/icons' ~/'.local/share' 
- 
-===== Autostart ===== 
- 
-**** 
- 
-  mkdir -p ~/'.config/autostart' && cp ~/'.local/share/applications/StepMania/StepMania.desktop' ~/'.config/autostart/StepMania.desktop' 
- 
-====== Quick Commands ====== 
- 
-===== Execute ===== 
- 
-==== StepMania ==== 
- 
-  cd ~/'Projects/stepmania/run/stepmania-5.1' && ~/'Projects/stepmania/run/stepmania-5.1/stepmania' 
- 
-  vblank_mode='0' 
- 
-===== File Manager ===== 
- 
-==== Source ==== 
- 
-**** 
- 
-  gio open ~/'Projects/stepmania/src' 
- 
-==== Build ==== 
- 
-**** 
- 
-  gio open ~/'Projects/stepmania/build' 
- 
-==== Run ==== 
- 
-  gio open ~/'Projects/stepmania/run/.stepmania-5.1' 
- 
-==== Home ==== 
- 
-**** 
- 
-  gio open ~/'.stepmania-5.1' 
/var/www/wiki/data/attic/games/devilutionx.1577902366.txt.gz · Last modified: 2020/01/01 13:12 by Sean Rhone