Skip to content
neck-beard edited this page Jun 17, 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. You need to install the latest version of wine. Regular packaged versions are often very out of date, so follow the instructions to download and install the latest version for your distro at: https://wiki.winehq.org/Download
  2. You also need an up-to-date version of winetricks. Follow the instructions to manually download and install the latest version directly from their github repo at: https://github.com/Winetricks/winetricks
  3. Install .Net 4.5.2 using the following commands:
$ export WINEARCH="win32"
$ wineboot -u
$ winetricks dotnet452
  1. Start chummer using wine with: $ wine Chummer5.exe