Octgn Download

Warning, this no longer works and needs to be updated

  1. Octgn Mtg
  2. Octgn Dragon Ball Super

Once downloaded, go back to OCTGN, under the Games Manager tab, click add Image packs and select the image pack file you just downloaded You are all set and ready to play! Go to the Play/Spectate tab and create some games!

  1. Hello, I've been working on an OCTGN plugin for the new L5R and wanted to share a few preliminary screenshots today, as well as create a thread for future updates.
  2. Download OCTGN at its official webpage Follow OCTGN's official twitter for server status updates and more at @octgn_official. Join our official Discord server!

If you're going to be reporting bugs, please tag them as Wine, and also add it to this page to centralize them, if possible.

With 3.1+ versions of OCTGN, it's possible to run it on non-Windows systems using Wine, Winetricks, and native dotnet.
The install only takes a few minutes if you are a bit familiar with the command line.
This page will try to help you through it step by step but some parts might be different for your distro.

Prerequisites.

Linux:
wine 1.5.29+ (download here)
winetricks svn826+ (comes bundled with wine)

Mac OSX 10.5.3+:
wine 1.5.29+ (1.5.5+ if you install X11/XQuartz)
winetricks svn826+
(both are available via MacPorts, Fink, or Brew. Preferably not Brew.)
XCode is likely a requirement, as well, since most packages will have to be built.

Mac OSX 10.7+:
Some form of samba, for its winbind implementation, as Apple dropped it starting on 10.7. There's some packaged options, or use MacPorts/fink/brew

Install wine.

Linux:
Follow the guide on the wine website on how to download the wine 1.5 beta.

MacPorts:

If you need samba:

After install:
Do not install mono.Make sure you set it up as a 32 bit prefix:

Optionally (preferrably), put it in its own prefix:

Download

Set up dependencies:

Install octgn.

Go to http://www.octgn.net and download the latest version.Run the install with wine from the terminal:

When that completes you should be able to start octgn:

If it starts go to options and disable hardware acceleration for a much smoother operation of the program.

Troubleshooting

  • Font issues osx - http://www.reddit.com/r/Netrunner/comments/2l45mb/octgn_for_mac_help/clrlu4j
  • Wine's implementation of WPF doesn't play well with multiple monitors. Use virtual desktop instead.

Or make it permanent by setting it in winecfg.

Octgn Download
  • Unusable/blank interfaces on first-run can also be mitigated by using virtual desktop so you can disable acceleration once you're in.Worst case scenario: Edit an existing, or create a bare config file with acceleration disabled.
    ~/OCTGN/Config/settings.json
  • After the loading screen, if you have an unusable and black window, you can change the SSL configuration to fix it by setting the 'IgnoreSSLCertificates' to 'true'.
    ~/OCTGN/Config/settings.json

Octgn Mtg

  • Having mono installed in the same prefix will break things. If you did install it, uninstall with

before installing dotnet40. If you've already installed dotnet40, you can add --force to reinstall it:

Or just wipe the prefix and start over:

Octgn Dragon Ball Super

#Related Issues

  • #794 (Closed)

Old notes

At the moment only games hosted from the server work. (Needs testing; unsure if still true)

You might have to install a file called gacutil.exe and its config file to the winetricks cache to get .net to work property. I will include this link at a later point.(But google is your friend here).Deprecated. Wine 1.5.5+ and Winetricks svn826+ fixes this.

#Play on Linux / Play on Mac scriptAt the moment it works only in linux due to dotnet40 and vcrun2010 issues on mac.