User Tools

Site Tools


games:wine:classic_games_galore

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:wine:classic_games_galore [2016/06/19 12:57] – [Disable Error Reporting] Sean Rhonegames:wine:classic_games_galore [2016/06/19 12:59] (current) – [Classic Board Games] Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * Classic Games Galore
 +
 +===== Prerequisites =====
 +
 +  * [[Distros:Ubuntu (Desktop)]]
 +
 +====== Install ======
 +
 +===== Virtual Disc =====
 +
 +  * Mount ''~/'Disc Images/CLASSIC_GAMES'' to ''E:''
 +
 +  mkdir -p ~/'Wine Prefixes' && WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' WINEARCH='win32' winecfg
 +
 +===== Classic Games Galore =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wine 'E:/setup.exe'
 +
 +===== Sandbox =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winetricks 'sandbox'
 +
 +===== Disable Error Reporting =====
 +
 +  * HKEY_CURRENT_USER\Software\Wine\WineDbg
 +  * Create New DWORD Value **ShowCrashDialog** and leave it at 0
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' regedit
 +
 +===== Virtual Desktop =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winetricks 'vd=800x600'
 +
 +====== Desktop Launcher ======
 +
 +===== Initial =====
 +
 +****
 +
 +  rm -Rf ~/'.local/share/applications/wine/Programs/Atari' && mkdir -p ~/'.local/share/applications/wine/Programs/Classic Games Galore'
 +
 +===== Classic Board Games =====
 +
 +  nano ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Board Games.desktop'
 +
 +  [Desktop Entry]
 +  Name=Classic Board Games
 +  Categories=Game;
 +  Exec=env WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/Classic Games Galore' wine '/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicBoard.exe'
 +  Type=Application
 +  StartupNotify=true
 +  Path=/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore
 +  Icon=9675_ClassicGameLauncher.0
 +
 +  sed -i 's/CHANGEME/'$USER'/g' ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Board Games.desktop'
 +
 +===== Classic Card Games =====
 +
 +  nano ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Card Games.desktop'
 +
 +  [Desktop Entry]
 +  Name=Classic Card Games
 +  Categories=Game;
 +  Exec=env WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/Classic Games Galore' wine '/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicCard.exe'
 +  Type=Application
 +  StartupNotify=true
 +  Path=/home/CHANGEME/Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore
 +  Icon=9675_ClassicGameLauncher.0
 +
 +  sed -i 's/CHANGEME/'$USER'/g' ~/'.local/share/applications/wine/Programs/Classic Games Galore/Classic Card Games.desktop'
 +
 +====== Quick Commands ======
 +
 +===== Winecfg =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winecfg
 +
 +===== Winetricks =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' winetricks
 +
 +===== Registry Editor =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' regedit
 +
 +===== Kill =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wineserver -k
 +
 +===== Execute =====
 +
 +==== Classic Board Games ====
 +
 +****
 +
 +  cd ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore' && WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wine ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicBoard.exe'
 +
 +==== Classic Card Games ====
 +
 +****
 +
 +  cd ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore' && WINEPREFIX=~/'Wine Prefixes/Classic Games Galore' wine ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore/ClassicCard.exe'
 +
 +===== File Manager =====
 +
 +==== Root ====
 +
 +****
 +
 +  xdg-open ~/'Wine Prefixes/Classic Games Galore/drive_c/Program Files/Atari/Classic Games Galore'
/var/www/wiki/data/pages/games/wine/classic_games_galore.txt · Last modified: 2016/06/19 12:59 by Sean Rhone