mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
feat: Add initial API implementation and databases
Introduces a new Python API module with supporting scripts for data extraction, data types, unit management, and utility functions. Adds JSON databases for aircraft, helicopters, ground units, navy units, and mods, as well as configuration and VSCode launch settings. This provides the foundation for interacting with and managing units, spawning, and logging within the application.
This commit is contained in:
39525
scripts/python/API/databases/aircraftdatabase.json
Normal file
39525
scripts/python/API/databases/aircraftdatabase.json
Normal file
File diff suppressed because it is too large
Load Diff
13423
scripts/python/API/databases/groundunitdatabase.json
Normal file
13423
scripts/python/API/databases/groundunitdatabase.json
Normal file
File diff suppressed because it is too large
Load Diff
7733
scripts/python/API/databases/helicopterdatabase.json
Normal file
7733
scripts/python/API/databases/helicopterdatabase.json
Normal file
File diff suppressed because it is too large
Load Diff
3
scripts/python/API/databases/mods.json
Normal file
3
scripts/python/API/databases/mods.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
1616
scripts/python/API/databases/navyunitdatabase.json
Normal file
1616
scripts/python/API/databases/navyunitdatabase.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user