You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Cortex Command - Open Source under GNU AGPL v3 (no game data included)
1
+
Cortex Command - open source under GNU AGPL v3 (no game data included)
2
+
3
+
# Known problems and limitations #
4
+
5
+
Tested to build only with Visual Studio 2017 for Win32 platform with Visual Studio 2013 toolset installed (You may need to install full VS 2013).
6
+
7
+
Almost builds with modern toolchains in VS 2017 and VS 2019, but there's some incompatibility in Luabind which fails to compile. Other than that should be fine.
8
+
9
+
Commercial fmod library was replaced with free SDL Mixer which lacks pitching functionality hence some sound effects will sound differently or incorrectly.
10
+
11
+
All source and binary dependencies rewuired to buile the project are included.
12
+
13
+
No game data and most of required runtime DLLs are included, you should get those from the Cortex Command beta branch on Steam.
14
+
15
+
This version uses a slightly modified version of Allegro. The only difference from the original is a custom window borderless mode implemented to fix fullscreen issues. If you're gonna rebuild Allegro you'l probably need to disable custom calls in FrameMan.
16
+
17
+
18
+
# BUILD PROCESS #
19
+
20
+
21
+
Use Debug Open Source configuration to debug (be prepared, it's very slow).
22
+
23
+
Use Final Open Source configuration to build release .exe.
24
+
25
+
Binaries go to _Bin, you can't run from there outside of the IDE, it won't find required stuff.
26
+
27
+
You need to copy SDL related dlls from external\lib\win\ next to .exe in order to run it.
0 commit comments