A step-by-step guide to running NMSE (No Man's Save Editor) on macOS using CrossOver, a commercial Wine distribution by CodeWeavers.
Note: This is an interim solution. A native cross-platform version using Eto.Forms is planned - see the Cross-Platform Work Plan for details.
- Overview
- Why CrossOver?
- System Requirements
- Installation
- Setting Up NMSE
- Finding Your NMS Save Files
- Troubleshooting
- Comparison: CrossOver vs Gcenx Wine Builds
CrossOver is a commercial Wine distribution ($74/year or $494 lifetime) made by CodeWeavers - the primary commercial contributors to the Wine project. It provides the most polished experience for running Windows applications on macOS, with particular strength on Apple Silicon Macs.
| Feature | CrossOver | Gcenx Wine Builds (Free Alternative) |
|---|---|---|
| Cost | $74/year | Free |
| Apple Silicon | Excellent (dedicated optimisation) | Good (Rosetta 2) |
| Setup difficulty | Very Easy | Easy |
| Support | Commercial (email + forum) | Community |
| Auto-updates | Yes | Yes |
| Performance | Best on Apple Silicon | Good |
Choose CrossOver if:
- You want the easiest, most polished experience
- You're on an Apple Silicon Mac and want best performance
- You value commercial support
- You run other Windows applications on macOS
Choose Gcenx Wine Builds if:
- You prefer a free solution
- You're comfortable with minor configuration
- You only need it for NMSE
| Requirement | Detail |
|---|---|
| macOS version | macOS 12 Monterey or later |
| Chip | Apple Silicon (M1/M2/M3/M4) or Intel |
| Disk space | ~500 MB (CrossOver + NMSE) |
| CrossOver licence | Required ($74/year or $494 lifetime) |
- Visit https://www.codeweavers.com/crossover
- Purchase a licence (or start a free 14-day trial)
- Download and install CrossOver
- Open CrossOver and activate your licence
- Go to https://github.com/vectorcmdr/NMSE/releases
- Download the latest
NMSE-<version>-Release.zipfile (listed under the "Latest Build" release) - Extract the zip to a convenient location (e.g.
~/Downloads/NMSE/)
- Open CrossOver
- Click Bottle -> New Bottle
- Configure:
- Bottle Name:
NMSE - Bottle Type: "Windows 10 64-bit"
- Bottle Name:
- Click Create
- Click Bottle -> Open C: Drive for the NMSE bottle
- Create a folder called
NMSEinsidedrive_c/ - Copy the contents of your extracted NMSE download into this folder
- The structure should be:
drive_c/NMSE/ ├── NMSE.exe ├── Resources/ │ ├── json/ │ ├── images/ │ ├── icons/ │ ├── ui/ │ └── map/ └── ... (DLLs and other files)
- In CrossOver, select the NMSE bottle
- Click Run Command (or Configure -> Add Application)
- Browse to
C:\NMSE\NMSE.exe - Click Run to test
- Right-click the NMSE program entry in CrossOver
- Select Create Shortcut
- A shortcut will appear in your Dock/Launchpad
Save files for No Man's Sky on macOS are typically at:
~/Library/Application Support/HelloGames/NMS/<profile_id>/
When browsing for saves in NMSE:
- macOS folders appear under
Z:\(Wine's mapping of the macOS filesystem) - Navigate to:
Z:\Users\<username>\Library\Application Support\HelloGames\NMS\
You can create a symlink inside the CrossOver bottle to make saves easier to find:
- Open the NMSE bottle's C: drive
- In Terminal:
cd ~/Library/Application\ Support/CrossOver/Bottles/NMSE/drive_c/users/crossover/Desktop/ ln -s ~/Library/Application\ Support/HelloGames/NMS NMS-Saves
- In NMSE, the saves will appear on the Wine desktop as
NMS-Saves
- Verify the bottle is set to "Windows 10 64-bit"
- Ensure NMSE.exe is present at
C:\NMSE\NMSE.exeinside the bottle - Try: CrossOver -> NMSE bottle -> Run Command -> browse to NMSE.exe
If fonts look wrong:
- Select the NMSE bottle in CrossOver
- Click Install Software
- Search for "Core Fonts" and install it
- Select the NMSE bottle -> Wine Configuration (winecfg)
- Go to the Graphics tab
- Adjust the Screen Resolution (DPI) slider:
- 96 DPI = 100% (standard displays)
- 144 DPI = 150% (Retina displays)
- 192 DPI = 200% (HiDPI)
On Apple Silicon Macs, first-launch performance may be slower due to Rosetta 2 translation. Subsequent launches should be much faster. If performance remains poor:
- Ensure CrossOver is updated to the latest version
- In the bottle settings, enable Enhanced Sync (ESync)
| Aspect | CrossOver | Gcenx Wine Builds |
|---|---|---|
| Cost | $74/year or $494 lifetime | Free (GPL-3.0) |
| Ease of setup | Easiest (guided) | Easy (manual bottle creation) |
| Apple Silicon | Best support | Good (Rosetta 2) |
| Performance | Best | Good |
| Support | Commercial (email) | Community (GitHub) |
| macOS integration | Better (shortcuts, Dock) | Basic |
| Auto-updates | Yes | Yes |
For most users, Gcenx Wine Builds (free) provides a perfectly adequate experience. CrossOver is worth considering if you want the most polished experience or use other Windows applications on your Mac.
See the Cross-Platform Work Plan for the full migration roadmap to a native Eto.Forms macOS application.