https://github.com/opensoldat/polyworks
Map editor for the game OpenSoldat
https://github.com/opensoldat/polyworks
map-editor mapeditor mapmaker opensoldat soldat vb6 vb6-application visualbasic6
Last synced: 6 months ago
JSON representation
Map editor for the game OpenSoldat
- Host: GitHub
- URL: https://github.com/opensoldat/polyworks
- Owner: opensoldat
- License: mit
- Created: 2016-06-14T21:06:12.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-03T18:31:51.000Z (about 3 years ago)
- Last Synced: 2025-04-09T16:21:12.076Z (6 months ago)
- Topics: map-editor, mapeditor, mapmaker, opensoldat, soldat, vb6, vb6-application, visualbasic6
- Language: VBA
- Homepage: https://forums.soldat.pl/index.php?topic=35195.0
- Size: 3.41 MB
- Stars: 25
- Watchers: 9
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenSoldat PolyWorks
================Map editor for the game [OpenSoldat](https://github.com/opensoldat/opensoldat)

Requirements
------------
* Visual Basic 6 SP6
* NSIS (optional - for generating the Installer)
* rcedit or Resource Hacker (optional - for replacing the old icon)Notes
-----
When VB6 is installed, it may have issues finding referenced controls, such as "MBMouse.ocx".
You have to add them manually out of the /installer folder.If you want to contribute while using Visual Studio 2015 update 1+, you may need this addon:
https://visualstudiogallery.msdn.microsoft.com/00cc8ff8-beb3-4f08-8aa6-59eefba3bb40
(You will still need VB6 for compilation)Folders
-------
```
.
├─ doc # build/development instructions
├─ src # source code and project files
├─ installer # installer files and data, config, manual (also build output dir)
├─ LICENSE
└─ README.md
```License
-------
MIT### Note:
PolyWorks v1.4.0.17 with source code was originally released by Anna Zajaczkowski as:
["Feel free to do whatever you want with it."](https://web.archive.org/web/20191012125637/https://forums.soldat.pl/index.php?topic=174.msg214342)
It was subsequently relicensed under the MIT License by [the PolyWorks contributors](https://web.archive.org/web/20220710122849/https://github.com/opensoldat/polyworks/issues/8).