blob: 86c6d8d065f915fa9fb5cedfb77e5d54be07c224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
Project::OSiRiON ini file editor - README
This is a quick-and-dirty editor for Project::OSiRiON zone ini files.
It's written in C++ and uses the Qt library.
Usage
Use File -> Open to open an existing ini file.
You can drag the map using the right mouse button and zoom with the mouse wheel.
Use the left mouse button to select an entity on the map.
You can drag the selected entity around the map with the left mouse button.
Source
The source code can be downloaded from the GitLab repository
http://git.osirion.org/osirion/osirion-editor
To clone the repository:
git clone http://git.osirion.org/osirion/osirion-editor.git
License
The source code is licenced under the GENERAL PUBLIC LICENSE, version 2.
The full text of this licence can be found in the file LICENSE.
Please refer to
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
for more information about this license.
|