https://github.com/return-to-the-roots/s25edit
Fork of Launchpad: Worldeditor by XaserLe
https://github.com/return-to-the-roots/s25edit
editor maps rttr settlers-ii
Last synced: 10 months ago
JSON representation
Fork of Launchpad: Worldeditor by XaserLe
- Host: GitHub
- URL: https://github.com/return-to-the-roots/s25edit
- Owner: Return-To-The-Roots
- Created: 2016-07-15T15:58:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T07:46:00.000Z (12 months ago)
- Last Synced: 2025-06-13T08:43:18.250Z (12 months ago)
- Topics: editor, maps, rttr, settlers-ii
- Language: C++
- Homepage: https://code.launchpad.net/~xaserle/s25rttr/s25edit
- Size: 2.6 MB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSES/CC0-1.0.txt
Awesome Lists containing this project
README
# Return To The Roots Mapeditor
## About
------
This is a re-engineered version of the Bluebytes (C) Siedler 2 Gold (C) Mapeditor.
Used librarys: SDL and a modified version of SGE.
## Installation
-------------
Compile as part of [RTTR](https://github.com/Return-To-The-Roots/s25client/).
Put your Siedler 2 Gold (C) files in the S2 folder created (there is a file "put your S2-Installation in here").
Don't create a subfolder. DATA and GFX have to be in the same directory as the above file.
## License
--------
Originally created by Marc Vester (XaserLE) on [Launchpad](https://code.launchpad.net/~xaserle/s25rttr/s25edit) and released under GPLv2 or later.
Adapted and integrated into Return to the Roots in 2017 and re-released under GPLv3.
Original License:
```
Copyright (c) 2009 - 2012 Marc Vester (XaserLE)
This file is part of Return to the Roots Mapeditor.
Return To The Roots Mapeditor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
Return To The Roots Mapeditor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Return To The Roots Mapeditor. If not, see .
```