User Tools

Site Tools


games:openitg

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
games:openitg [2016/08/27 22:26] Sean Rhonegames:openitg [2016/08/27 22:27] (current) – old revision restored (2016/08/25 10:14) Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * OpenITG
 +
 +===== Prerequisites =====
 +
 +  * [[Distros:openSUSE Tumbleweed (GNOME)]]
 +
 +====== Dependencies ======
 +
 +****
 +
 +  sudo zypper install libasound2-32bit libusb-1_0-0-32bit libXrandr2-32bit libusb-0_1-4-32bit libjpeg62-32bit libpng12-0-32bit libGLU1-32bit Mesa-libGL1-32bit libXtst6-32bit libX11-6-32bit libmad0-32bit libvorbisfile3-32bit
 +
 +====== Install ======
 +
 +===== Beta 2 =====
 +
 +  * Includes Simply Love
 +
 +  unzip ~/'Downloads/StepMania/OpenITG Files/OpenITG Beta 2 - Linux.zip' -d ~ && mv ~/'Downloads/StepMania/OpenITG/RandomMovies' ~/'Downloads/StepMania/OpenITG/Songs' ~/'OpenITG' && mv ~/'Downloads/StepMania/OpenITG/Courses/pendulum' ~/'OpenITG/Courses' && mv ~/'Downloads/StepMania/OpenITG/Themes/Simply Love' ~/'OpenITG/Themes' && chmod +x ~/'OpenITG/openitg-sse2-beta-2' && rm -R '/home/espionage724/Downloads/StepMania' && sync
 +
 +===== Beta 3 =====
 +
 +****
 +
 +  unzip ~/'Downloads/StepMania/OpenITG Files/OpenITG Beta 3 - Linux.zip' -d ~ && mv ~/'Downloads/StepMania/OpenITG/RandomMovies' ~/'Downloads/StepMania/OpenITG/Songs' ~/'OpenITG' && mv ~/'Downloads/StepMania/OpenITG/Courses/pendulum' ~/'OpenITG/Courses' && chmod +x ~/'OpenITG/oitg-b3-sse2-dev' && rm -R '/home/espionage724/Downloads/StepMania' && sync
 +
 +====== Settings ======
 +
 +  nano ~/'OpenITG/Data/Static.ini'
 +
 +  [Options]
 +  Vsync=0
 +  VideoRenderers=opengl
 +  SoundDrivers=alsa-sw
 +  SignProfileData=0
 +  SmoothLines=0
 +  SoloSingle=1
 +  ShowLoadingWindow=0
 +  ShowNativeLanguage=0
 +  MachineName=Hatebeat
 +  GlobalOffsetSeconds=-0.065612
 +  FastLoad=1
 +
 +===== Home Theme =====
 +
 +  * Extends Demonstration time on Home theme
 +  * Add to bottom of metrics.ini
 +
 +  nano ~/'OpenITG/Themes/home/metrics.ini'
 +
 +  [ScreenDemonstration]
 +  DifficultiesToShow=medium,hard,expert
 +  SecondsToShow=60
 +  
 +  [ScreenDemonstration2]
 +  SecondsToShow=60
 +
 +====== Desktop Launcher ======
 +
 +  * Use one of the Exec entries depending on Beta 2 (default) or Beta 3
 +
 +  mkdir -p ~/'.local/share/applications/OpenITG' && nano ~/'.local/share/applications/OpenITG/OpenITG.desktop'
 +
 +  [Desktop Entry]
 +  Name=OpenITG
 +  Categories=Game;
 +  Exec='/home/espionage724/OpenITG/openitg-sse2-beta-2'
 +  #Exec='/home/espionage724/OpenITG/oitg-b3-sse2-dev'
 +  Type=Application
 +  StartupNotify=true
 +  Path=/home/espionage724/OpenITG
 +  Icon=OIS3_OpenITG.0
 +
 +===== Icon =====
 +
 +****
 +
 +  mkdir -p ~/'.local/share/icons/hicolor/256x256/apps' && wget 'https://i.sli.mg/VjBN5z.png' -O ~/'.local/share/icons/hicolor/256x256/apps/OIS3_OpenITG.0.png'
 +
 +===== Autostart =====
 +
 +****
 +
 +  mkdir -p ~/'.config/autostart' && cp ~/'.local/share/applications/OpenITG/OpenITG.desktop' ~/'.config/autostart/OpenITG.desktop'
/var/www/wiki/data/pages/games/openitg.txt · Last modified: 2016/08/27 22:27 by Sean Rhone