This is the fastest way to install TAK in Macs. It has been tested, and it's guaranteed to work for offline gaming.
All the information obtained came from this site:
https://www.davidbaumgold.com/tutorials/wine-mac/
Requirements
To install Wine on your Mac, you will need the following:
- MacOS 10.10 (Yosemite) or above (10.15 Catalina is not supported)
- Access to an Admin account, with password
- An internet connection
----------------------------------
Part 1: Install Homebrew
Open up the Terminal and run the following three commands:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
sudo xcodebuild -license
----------------------------------
Part 2: Install Wine Using Homebrew
Run this command:
brew cask install wine-stable
----------------------------------
Part 3: Install Windows Programs Using Wine
Run the following command:
wine (name of the installer).exe
----------------------------------
Part 4: Run Windows Programs Using Wine
Run the following two commands:
cd ~/.wine/drive_c/Program\ Files/
wine Kingdoms.exe
- OR find Kingdoms.exe, right click/ run with wine.