User Tools

Site Tools


games:wine:world_of_warcraft_3.3.5

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
Next revisionBoth sides next revision
games:wine:world_of_warcraft_3.3.5 [2018/01/16 19:55] Sean Rhonegames:wine:world_of_warcraft_3.3.5 [2019/08/24 16:53] Sean Rhone
Line 1: Line 1:
 +====== Information ======
  
 +  * World of Warcraft: Wrath of the Lich King ((http://us.blizzard.com/en-us/games/wrath/))
 +  * Patch 3.3.5a
 +  * [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=32890|WineHQ AppDB]]
 +
 +
 +===== Prerequisites =====
 +
 +  * [[distros:fedora_workstation_gnome|Fedora Workstation]]
 +  * [[notes:wine|Wine]]
 +
 +====== Install ======
 +
 +===== World of Warcraft =====
 +
 +****
 +
 +  mkdir -p ~/'Wine Prefixes' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft 3.3.5' WINEARCH='win32' wineboot && mv ~/'Downloads/World of Warcraft 3.3.5a' ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft' && sync
 +
 +====== Settings ======
 +
 +===== Game =====
 +
 +  * Start WoW at least once to create Config.wtf
 +  * Expects 1920x1080@60Hz
 +
 +  nano ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/WTF/Config.wtf'
 +
 +<code>
 +SET locale "enUS"
 +SET realmList "wow.realmofespionage.xyz"
 +SET hwDetect "0"
 +SET gxResolution "1920x1080"
 +SET gxRefresh "60"
 +SET gxMultisampleQuality "0.000000"
 +SET gxFixLag "0"
 +SET videoOptionsVersion "3"
 +SET textureFilteringMode "5"
 +SET accountName "Espionage724"
 +SET movie "0"
 +SET mouseSpeed "1"
 +SET DesktopGamma "1"
 +SET Gamma "1.000000"
 +SET readTOS "1"
 +SET readEULA "1"
 +SET showToolsUI "0"
 +SET accounttype "LK"
 +SET Sound_OutputQuality "2"
 +SET Sound_NumChannels "64"
 +SET Sound_EnableReverb "1"
 +SET Sound_OutputDriverName "System Default"
 +SET Sound_MusicVolume "0.40000000596046"
 +SET Sound_AmbienceVolume "0.60000002384186"
 +SET Sound_ZoneMusicNoDelay "1"
 +SET Sound_EnableSoundWhenGameIsInBG "1"
 +SET componentTextureLevel "9"
 +SET shadowLevel "0"
 +SET farclip "507"
 +SET specular "1"
 +SET SkyCloudLOD "3"
 +SET groundEffectDensity "256"
 +SET groundEffectDist "140"
 +SET environmentDetail "2"
 +SET farClipOverride "1"
 +SET gxApi "d3d9ex"
 +SET SmallCull "0"
 +SET spellEffectLevel "250"
 +SET violenceLevel "5"
 +SET basemip "0"
 +SET extShadowQuality "1"
 +SET projectedTextures "1"
 +SET weatherDensity "3"
 +SET realmName "RoE (WotLK)"
 +SET gameTip "1"</code>
 +
 +===== realmlist.wtf =====
 +
 +  nano ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Data/enUS/realmlist.wtf'
 +
 +  set realmlist wow.realmofespionage.xyz
 +
 +====== Desktop Launcher ======
 +
 +===== Initial =====
 +
 +****
 +
 +  mkdir -p ~/'.local/share/applications/wine/Programs/World of Warcraft'
 +
 +===== Wrath of the Lich King =====
 +
 +  nano ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop'
 +
 +  [Desktop Entry]
 +  Name=World of Warcraft 3.3.5
 +  Categories=Game;
 +  Exec=env WINEDEBUG=-all WINEPREFIX='/home/CHANGEME/Wine Prefixes/World of Warcraft 3.3.5' wine '/home/CHANGEME/Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Wow.exe'
 +  Type=Application
 +  StartupNotify=true
 +  Path=/home/CHANGEME/Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft
 +  Icon=WBE5_Wow.0
 +
 +  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/wine/Programs/World of Warcraft/World of Warcraft 3.3.5.desktop'
 +
 +==== Icon ====
 +
 +****
 +
 +  mkdir -p ~/'.local/share/icons/hicolor/256x256/apps' && wget 'https://i.imgur.com/JTeeAJY.png' -O ~/'.local/share/icons/hicolor/256x256/apps/WBE5_Wow.0.png'
 +
 +====== Quick Commands ======
 +
 +===== Winecfg =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/World of Warcraft 3.3.5' winecfg
 +
 +===== Winetricks =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/World of Warcraft 3.3.5' winetricks
 +
 +===== Registry Editor =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/World of Warcraft 3.3.5' regedit
 +
 +===== Kill =====
 +
 +****
 +
 +  WINEPREFIX=~/'Wine Prefixes/World of Warcraft 3.3.5' wineserver -k
 +
 +===== Reset =====
 +
 +****
 +
 +  rm -Rf ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Cache' ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Cameras' ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Logs' ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/WTF' && sync
 +
 +===== Execute =====
 +
 +==== Wrath of the Lich King ====
 +
 +****
 +
 +  cd ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft' && WINEPREFIX=~/'Wine Prefixes/World of Warcraft 3.3.5' wine ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Wow.exe'
 +
 +===== File Manager =====
 +
 +==== Root ====
 +
 +****
 +
 +  gio open ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft'
 +
 +==== Addons ====
 +
 +****
 +
 +  gio open ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Interface/AddOns'
 +
 +===== Copy Addons =====
 +
 +****
 +
 +  cp -R ~/'Wine Prefixes/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft/Interface/AddOns' ~/'Downloads'
/var/www/wiki/data/pages/games/wine/world_of_warcraft_3.3.5.txt · Last modified: 2024/03/09 17:45 by Sean Rhone