Skip to content
Thomas Brown edited this page Jul 11, 2018 · 20 revisions

Welcome to the chummer5a wiki! Anyone can edit this!

Installation

Head over to the releases page and download the latest release. Unzip to a folder and run Chummer5.exe.

Linux support

Using Mono

  1. You will need to download & install Mono, an open-source implementation of .NET, on which Chummer5a relies.
  2. At the commandline, type mono Chummer5.exe
  3. Not all elements of Chummer are supported on non-windows platforms. Good luck!
  4. Translator doesn't seem to currently run.

Using Wine

  1. Install wine and all the wine tools. As of July 11th 2018 these are the latest stable versions. Note that Fedora is used in this example if using a Debian based distro such as Ubuntu you'll need to use apt instead of dnf and the package names will be different just make sure that the x86 version of wine-devel is installed and not the default x64.
$ sudo dnf install wine-devel-3.5-1.fc28.i686

$ sudo dnf install wine-common-3.5-1.fc28.noarch

$ sudo dnf install wine-mono-4.7.1-2.fc28.noarch

$ sudo dnf install winetricks-20180603-1.fc28.noarch
  1. Create the wine prefix. If you want a custom wine prefix also add WINEPREFIX="/dir/to/prefix". You'll also need to add it to all the other commands being run. If this is the first time using wine there will be a handful of popups that show, click install on them. Once winecfg shows up close it.
$ WINEARCH=win32 winecfg
  1. Install all the dependencies for Chummer. There might be a specific font that's needed instead of allfonts, allfonts is provided in case a change happens resulting in different fonts being loaded that currently aren't used.
$ winetricks -q dotnet452 allfonts
  1. Run Chummer. Do note that Chummer is significantly slower through wine than it is running natively on Windows.
$ wine Chummer.exe