Mission Editor in WINE

From Zero-K
Revision as of 07:32, 25 June 2016 by HistidineBot (talk | contribs) (Ported from ZK wiki by DotNetWikiBot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

This page is about making missions on linux. It will document the installation of and problems with the mission editor in WINE. This guide assumes knowledge of WINE, should you not understand something it will be well documented elsewhere on the internet.

Details

First create a new wineprefix. This is to ensure that there are no other applications complicating matters.

In order to install the Mission editor you must first install .net 4.0. To do this, run: (replace "(wineprefix)" with the filepath to your wineprefix) {{{ WINEPREFIX=(wineprefix) winetricks dotnet40 }}} Download the mission editor executable from https://code.google.com/p/zero-k/downloads/detail?name=MissionEditor.exe. From a terminal at the location of the downloaded file, run: (replacing "(wineprefix)" again) {{{ WINEPREFIX=(wineprefix) wine MissionEditor.exe }}} You will likely have to give the executable permission to run as a program.

You now have the mission editor installed. Run the executable you downloaded with the above command whenever you want to run it.

Bugs

There are a few bugs with this:

  • You must run this program WITHOUT a virtual desktop. If run in a virtual desktop you will have to reboot every time you wish to open the mission editor.
  • When you press the button to publish your mission the mission editor will crash.

If you notice any bugs please report them to TheSponge via lobby PM. Happy mission editing!