Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkIsGrim committed Sep 22, 2024
2 parents 25c7d3b + fc72006 commit 5364aaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The mod is **built modularly**, so almost any included PBO can be easily removed
- Carrying and dragging
- Realistic names for vehicles and weapons
- A fire control system (FCS) for armored vehicles and helicopters
- Realistic ballistics/FCS calculated in C/C++ extensions
- Realistic ballistics/FCS calculated in Rust extensions
- Backblast area and overpressure simulation
- Disposable launchers
- Realistic G-forces
Expand Down
2 changes: 1 addition & 1 deletion addons/main/script_mod.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD

// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 2.14
#define REQUIRED_VERSION 2.16
#define REQUIRED_CBA_VERSION {3,16,0}

#ifndef COMPONENT_BEAUTIFIED
Expand Down
2 changes: 1 addition & 1 deletion docs/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Die Mod ist **modular aufgebaut**. Beinahe jede PBO kann entfernt werden, sodass
- Tragen und Ziehen
- Waffen und Fahrzeuge tragen die Namen ihrer Vorbilder aus der echten Welt
- Ein Feuerleitsystem (FLS) für Hubschrauber und Panzer
- Viele Funktionen werden in C/C++ Erweiterungen berechnet
- Viele Funktionen werden in Rust Erweiterungen berechnet
- Rückstrahlzonen- und Überdrucksimulation
- Einwegwaffen
- Realistische G-Kräfte
Expand Down
2 changes: 1 addition & 1 deletion docs/README_PL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Modyfikacja ta jest **budowana modułowo**, dzięki temu prawie każdy dostarczo
- Przeciąganie i przenoszenie
- Realistyczne nazwy pojazdów i broni
- System kontroli ognia (SKO) dla pojazdów opancerzonych oraz śmigłowców
- Realistyczna balistyka/SKO obliczana w rozszerzeniach C/C++
- Realistyczna balistyka/SKO obliczana w rozszerzeniach Rust
- Symulacja strefy backblastu i podciśnienia
- Jednorazowe wyrzutnie
- Realistyczne siły G
Expand Down

0 comments on commit 5364aaf

Please sign in to comment.