Spacer.NET is a world editor for Gothic II: Night of the Raven that allows you to edit .ZEN world files.
It's mainly inspired by the original Spacer editor, it offers almost the same functionallity from the original editor and some additional features. The main purpose of it is to give a better vobbing experience without many inconveniences of original editor.
This project is a front-end plugin written in C# for Spacer.NET editor.
It's responsibility is to display the UI and interact with the game via SpacerUnionNet back-end plugin.
You can download the latest release of Spacer.NET from worldofplayers.de forum.
Or you can use Google drive: Link
In order to use this project you need'll to install:
-
.NET Framework 4.0
The project uses this specific version, because it's the last supported version for Windows XP. -
Union 1.0l or newer
Install it via Union Resource Manager.
In order to build this project, you'll need to install:
- Visual Studio 2015-2019
You can use the newer version, but you'll have to retarget the .NET Framework version to newer one (4.x).
This is because 2019 release is the last one to support .NET Framework 4.0. - .NET Framework 4.0
Install it via Visual Studio Installer.
Any contribution to this repository is welcome.
In order to add your own changes to the project, just open a pull request.