mattintosh4 / NXWine

No X11 Wine for Mac OS X

Home Page:http://mattintosh.hatenablog.com/entry/nxwine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NXWine is No X11 Wine for Mac OS X 10.6+. However, if you play game that needs glu32.dll, have to install XQuartz. NXWine does not have Mesa libraries.

Other information and application bundle download page: http://mattintosh.hatenablog.com/entry/nxwine (Japanese)

Installation

Run "NXWineInstaller.app" from disk image.

Note: This application's startup location has been fixed to /Applications/NXWine.app.

Uninstall

Delete following directories.

  • /Applications/NXWine.app
  • ~/Library/Caches/com.github.mattintosh4.NXWine (If you have ever used nxwinetricks)

Wine and Winetricks use some directory. Refer to official guide about them.

Command-line usage

Wine

$ /Applications/NXWine.app/Contents/Resources/bin/wine [args]

Note: Resources/bin/wine is customized script. Original binary is Resources/libexec/wine.

NXWinetricks

NXWinetricks is plugin installation support script. (You need to connect to network)

packages

  • rpg2000: RPG TKOOL 2000 RTP
  • rpg2003: RPG TKOOL 2003 RTP
  • rpgxp: RPG TKOOL XP RTP v103
  • rpgvx: RPG TKOOL VX RTP v202

and some Windows free games. Cache files are saved into /Users/yourname/Library/Caches/com.github.mattintosh4.NXWine/[package]. See more info, nxwinetricks --help.

$ /Applications/NXWine.app/Contents/Resources/bin/nxwinetricks [package]

Winetricks

$ /Applications/NXWine.app/Contents/Resources/bin/winetricks [args]

See more info, winetricks -h and Winetricks official page.

7-Zip

$ /Applications/NXWine.app/Contents/Resources/bin/wine 7z.exe [args]
$ /Applications/NXWine.app/Contents/Resources/bin/wine 7zFM.exe file

How to customize AppleScript

$ open /Applications/NXWine.app/Contents/Resources/Scripts/main.scpt

Do not open NXWine.app by AppleScript Editor.

About

No X11 Wine for Mac OS X

http://mattintosh.hatenablog.com/entry/nxwine

License:GNU General Public License v3.0


Languages

Language:Shell 55.4%Language:Python 37.1%Language:AppleScript 7.5%