|
|
|
|
|
by epermyakov
1862 days ago
|
|
All the fundamental behaviours (movement, combat, resource harvesting) are implemented in C. The engine uses Python as a scripting/config language. You can use it to hook into a lot of events pushed from the engine core (unit got selected, unit started movement, unit started harvesting, etc.) and customize or change the unit behaviours. |
|