mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Updated Squadrons and pilots (markdown)
parent
8018431bf8
commit
d091f3a416
@ -106,7 +106,7 @@ players:
|
||||
- Corran Horn
|
||||
```
|
||||
|
||||
The country and aircraft fields will be used to match squadrons that are found against the squadrons being used. The country should be spelled exactly as it would be in a faction file. Factions that use Combined Joint Task Forces nations will have access to all squadrons with matching aircraft. The aircraft should match the key (the value in quotes) of the aircraft found in `plane_map` in https://github.com/pydcs/dcs/blob/master/dcs/planes.py or `helicopter_map` in https://github.com/pydcs/dcs/blob/master/dcs/helicopters.py. Note that for modded aircraft these are currently defined in `game/db.py` instead: https://github.com/dcs-liberation/dcs_liberation/blob/develop/game/db.py#L159-L165. If the code moves and that link becomes out of date, search for a section that looks similar to:
|
||||
The country and aircraft fields will be used to match squadrons that are found against the squadrons being used. The country should be spelled exactly as it would be in a faction file. Factions that use Combined Joint Task Forces nations will have access to all squadrons with matching aircraft. The aircraft should match the key (**the value in quotes**) of the aircraft found in `plane_map` in [planes.py](https://github.com/pydcs/dcs/blob/master/dcs/planes.py) or `helicopter_map` in [helicopters.py](https://github.com/pydcs/dcs/blob/master/dcs/helicopters.py). Note that for modded aircraft these are currently defined in [db.py](https://github.com/dcs-liberation/dcs_liberation/blob/develop/game/db.py#L159-L165) instead. If the code moves and that link becomes out of date, search for a section that looks similar to:
|
||||
|
||||
```python
|
||||
plane_map["A-4E-C"] = A_4E_C
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user