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
- Contains the actual implementation of game commands (Move, Attack, etc.).
28
+
-**Client Library**: `Copilot/openra_ai/OpenRA_Copilot_Library/game_api.py` (Python client for testing/usage).
29
+
30
+
## Proposed Modifications
31
+
32
+
### 1. Factions & Units
33
+
**Target Files**:
34
+
-`mods/copilot/rules/world.yaml`
35
+
-`mods/copilot/rules/vehicles.yaml`
36
+
37
+
**Tasks**:
38
+
-**Enable Germany**: Modify `mods/copilot/rules/world.yaml` to make Germany (`Faction@3`) selectable and ensure it has a stripped-down unit set similar to the Soviet faction.
39
+
-**Add APC**: Add the `APC` unit to `mods/copilot/rules/vehicles.yaml`.
40
+
- Base definition from `mods/ra/rules/vehicles.yaml`.
41
+
- Apply **3x Health** rule.
42
+
- Assign to Soviet faction (Russia) prerequisites if needed (or ensure it's buildable).
0 commit comments