It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hello everyone, just purchased Perimeter during the New Year Sale.
As I usually do for new purchases, I was looking for unofficial patches or mods that would enhance the game..

I came across this repository over at github
https://github.com/KD-lab-Open-Source/Perimeter

It seems that back in june 2021 the source code for the game has been made publicly available
It has been worked on since then and the following enhancement have been introduced:
- Bugfixes
- 64 bits support and experimental support for non x86 CPUs
- Experimental support for MacOS
- Experimental widescreen and custom resolutions support
- Experimental resizable windows
- Automatic game assets searching
- Addons system that overlay files in original resources without altering them
- Better save game map / content checking
- Right click on morph units to request basic units required
- Frame selection in battle/multiplayer menu and new colors
- Enhancements for multiplayer

If you are interested in trying this out, you can download a development build by accessing this page
https://github.com/KD-lab-Open-Source/Perimeter/actions?query=branch%3Acmake

Enjoy!
Post edited January 26, 2022 by liPillON
avatar
liPillON: Hello everyone, just purchased Perimeter during the New Year Sale.
As I usually do for new purchases, I was looking for unofficial patches or mods that would enhance the game..

I came across this repository over at github
https://github.com/KD-lab-Open-Source/Perimeter

<snip>

If you are interested in trying this out, you can download a development build by accessing this page
https://github.com/KD-lab-Open-Source/Perimeter/actions?query=branch%3Acmake

Enjoy!
Thanks for letting us know about this, but for the life of me I don't know what do on Github. I kinda know it's a "forum" for programmers to work together on open source programs, but I can't figure out how to get a Windows executable from it. Any guidance you can offer would be greatly appreciated.
ok it basically goes like this:
1) github is a site where developers can create and collaborate on a project
2) each project has its own homepage on github
3) from this homepage you can check what changes are being made to the source code
4) after every change, github compiles the source code into a downloadable package (this is true only for projects that have been configured to take advantage of this feature)
5) from time to time, when developers are confident that all changes have been tested, a package might be declared as an official release


for the Perimeter Open Source project, the homepage is this
https://github.com/KD-lab-Open-Source/Perimeter

for this project there are no official releases, yet
https://github.com/KD-lab-Open-Source/Perimeter/releases

changes are tracked here
https://github.com/KD-lab-Open-Source/Perimeter/commits/cmake

ready-to-use unofficial releases (usually known as nightly builds) are available here
https://github.com/KD-lab-Open-Source/Perimeter/actions?query=branch%3Acmake

there you can choose what kind of package to download (using the "Workflows" section on the left)
after you have done so, the list on the right will update, showing only the results that match your criteria
https://github.com/KD-lab-Open-Source/Perimeter/actions/workflows/windows_msys_build.yml?query=branch%3Acmake

by clicking on the most recent "workflow run result" you'll access a page detailing the outcome of the "compilation+packaging process"
https://github.com/KD-lab-Open-Source/Perimeter/actions/runs/1751861919

scrolling down, you'll find the available downloads listed under the "artifacts" section of the page
"debug builds" are usually targeted to developers or people that are helping with testing the project
"release builds" are intended for end-users



when you have a "O.S. Perimeter unofficial build" on your hand, you can simply unzip the package contents into your game installation folder (overwriting existing files, when asked)
a new executable will replace the one provided by gog: you can use that to launch the game
Amazing! But there are no binaries as far as I can see?!