2 Commits

Author SHA1 Message Date
8ec2cc6da2 clarify README 2025-07-25 15:02:20 -07:00
14db7719a3 Add option to build rosettax87 locally (#9)
Reviewed-on: #9
2025-07-25 22:00:00 +00: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.
6. **Start RosettaX87 Service**: 5. **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.
7. **Configure Options (Optional)**: 6. **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
8. **Launch Game**: 7. **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.
9. **Enjoy**: Experience a VM free, smoother Project Epoch on your Apple Silicon Mac! 8. **Enjoy**: Experience a VM free, smoother Project Epoch on your Apple Silicon Mac!
## Troubleshooting / FAQ ## Troubleshooting / FAQ
@@ -74,9 +74,8 @@ 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. Install Cmake 2. Setup [Homebrew](https://brew.sh/) if you don't have it already
a. Setup [Homebrew](https://brew.sh/) if you don't have it already 3. Install Cmake by opening a terminal and enter `brew install cmake`
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