Join me as I try to help my Mac buddies install CS2 limited test on their Apple Silicon Macs! Thank you for watching!
THIS VIDEO IS OUTDATED, PLEASE FOLLOW MY NEW VIDEO TO INSTALL CS2 WITHOUT ANY ISSUES: • Fix All Issues With Counter-Strike 2 On Ap...
Downloads:
Mac OS Sonoma beta (Click on Enroll): https://beta.apple.com/sp/betaprogram/
Apple's Developer Website:
https://developer.apple.com/downloads...
Steam Installer:
https://store.steampowered.com/about/
To Install Games not in Steam, simply download the Game/Launcher's Installer into your downloads folder and replace SteamSetup.exe in this command 'gameportingtoolkit ~/Win10 ~/Downloads/SteamSetup.exe' with the game/launcher's setup.exe!
Terminal Comands Used in the Video:
1) Install Rosetta 2:
softwareupdate --install-rosetta
2) Open x86 zsh shell:
arch -x86_64 zsh
3) Install Homebrew:
Enter the command in the Comments Section below into the termiinal window.
4) Install Game Porting Toolkit:
brew tap apple/apple http://github.com/apple/homebrew-apple
brew -v install apple/apple/game-porting-toolkit
5) Create a wine windows 10 64 bottle:
WINEPREFIX=~/Win10 `brew --prefix game-porting-toolkit`/bin/wine64 winecfg
6)Copy Game Porting Toolkit Prefix to Wine:
ditto /Volumes/Game\ Porting\ Toolkit-1.1/redist/lib/ `brew --prefix game-porting-toolkit`/lib/
cp /Volumes/Game\ Porting\ Toolkit*/gameportingtoolkit* /usr/local/bin
7) Install Steam:
gameportingtoolkit ~/Win10 ~/Downloads/SteamSetup.exe
8) Set Windows to modern version:
(i) WINEPREFIX=~/Win10 `brew --prefix game-porting-toolkit`/bin/wine64 reg add 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' /v CurrentBuild /t REG_SZ /d 19042 /f
(ii) WINEPREFIX=~/Win10 `brew --prefix game-porting-toolkit`/bin/wine64 reg add 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion' /v CurrentBuildNumber /t REG_SZ /d 19042 /f
(iii) WINEPREFIX=~/Win10 `brew --prefix game-porting-toolkit`/bin/wineserver -k
9) Run Steam:
gameportingtoolkit ~/Win10 'C:\Program Files (x86)/Steam/steam.exe'
Automator Script:
#!/bin/zsh
export PATH="/usr/local/bin:${PATH}"
arch -x86_64
MTL_HUD_ENABLED=0 WINEESYNC=1 WINEPREFIX=~/Win10 /usr/local/Cellar/game-porting-toolkit/1.1/bin/wine64 'C:\Program Files (x86)/Steam/steam.exe'
Time Stamp:
0:00 Intro
0:47 Install Prerequisites
1:53 Install Home Brew
2:45 Install Game Porting Toolkit
2:56 Configure Wine And Setup Steam
4:19 Configure Steam
5:25 Launch CS2
6:57 Fix Low FPS
7:39 Create Steam Windows App
8:53 Issues And Outro