3 Commits

Author SHA1 Message Date
7409abf54a readme 2025-07-25 14:58:38 -07:00
af8873d0ef build 2025-07-25 14:49:59 -07:00
3d55a8da05 clone and build rosettax87 2025-07-25 14:17:25 -07:00

View File

@@ -48,16 +48,16 @@ Before you begin, ensure you have the following:
* Click "Patch Epoch". * Click "Patch Epoch".
* Click "Patch CrossOver". * Click "Patch CrossOver".
* Status indicators will turn green once patching is successful for each. * Status indicators will turn green once patching is successful for each.
5. **Start RosettaX87 Service**: 6. **Start RosettaX87 Service**:
* Click "Start Service" and enter your sudo password when prompted. * Click "Start Service" and enter your sudo password when prompted.
* This will run the RosettaX87 service in the background and is required for launching the game. * This will run the RosettaX87 service in the background and is required for launching the game.
* The service will automatically stop when you close the launcher. * The service will automatically stop when you close the launcher.
6. **Configure Options (Optional)**: 7. **Configure Options (Optional)**:
* **Enable Metal Hud**: Shows FPS counter in-game. * **Enable Metal Hud**: Shows FPS counter in-game.
* **Advanced Logging**: Enables debugging logs, located in `$HOME/Library/Application Support/EpochSilicon`. Enable this setting if you are generating logs for troubleshooting * **Advanced Logging**: Enables debugging logs, located in `$HOME/Library/Application Support/EpochSilicon`. Enable this setting if you are generating logs for troubleshooting
7. **Launch Game**: 8. **Launch Game**:
* Once both paths are set, both components are patched, and the RosettaX87 service is running, the "Launch Game" button will become active. Click it. * Once both paths are set, both components are patched, and the RosettaX87 service is running, the "Launch Game" button will become active. Click it.
8. **Enjoy**: Experience a VM free, smoother Project Epoch on your Apple Silicon Mac! 9. **Enjoy**: Experience a VM free, smoother Project Epoch on your Apple Silicon Mac!
## Troubleshooting / FAQ ## Troubleshooting / FAQ
@@ -74,8 +74,9 @@ The initial patch download is quite large and can take a while if your internet
This appears to be a problem with using a built-in version of `rosettax87`. In order to fix this, you must compile it yourself. This appears to be a problem with using a built-in version of `rosettax87`. In order to fix this, you must compile it yourself.
1. Install Xcode command line tools by opening a terminal and typing `xcode-select --install` and following the prompts 1. Install Xcode command line tools by opening a terminal and typing `xcode-select --install` and following the prompts
2. Setup [Homebrew](https://brew.sh/) if you don't have it already 2. Install Cmake
3. Install Cmake by opening a terminal and enter `brew install cmake` a. Setup [Homebrew](https://brew.sh/) if you don't have it already
b. Open a terminal and enter `brew install cmake`
3. Run EpochSilicon and click the `Troubleshooting` button 3. Run EpochSilicon and click the `Troubleshooting` button
4. Find the line that says `Build Rosettax87 locally` and click the `Build` button, following the prompts 4. Find the line that says `Build Rosettax87 locally` and click the `Build` button, following the prompts