Difference between revisions of "Mission Editor in WINE"

From Zero-K
Jump to navigation Jump to search
(Ported from ZK wiki by DotNetWikiBot)
 
m (Ported from ZK wiki by DotNetWikiBot)
Line 6: Line 6:
  
 
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)
 
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)
{{{
+
<code>
 
WINEPREFIX=(wineprefix) winetricks dotnet40
 
WINEPREFIX=(wineprefix) winetricks dotnet40
}}}
+
</code>
 
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)
 
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)
{{{
+
<code>
 
WINEPREFIX=(wineprefix) wine MissionEditor.exe
 
WINEPREFIX=(wineprefix) wine MissionEditor.exe
}}}
+
</code>
 
You will likely have to give the executable permission to run as a program.
 
You will likely have to give the executable permission to run as a program.
  

Revision as of 08:01, 25 June 2016

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!