AIInterface%3AMono - beyond-all-reason/springrts_engine_wiki_mirror GitHub Wiki
Forum threads
Description
This AI interface is written in C and allows spring to load AIs written in a CLI compatible language.
The source of this AI interface library can be found here: {spring_source}/AI/Interfaces/Mono/
Currently supported AIs
- MonoNullAI
- CSharpSampleAI
Download
!NO PUBLIC CODE AVAILABLE YET!
Known Crashes
- Description in AIInfo.lua does not fit to the AI.
How to compile and install the interface
- Configure with: "cmake -i" or "cmake-gui"
- make (optional with -j)
- make install (optional with -j)
Required software
- Mono 2.0<
- GLib2 (required for Mono)