Skip to content

Commit

Permalink
git add is strange
Browse files Browse the repository at this point in the history
  • Loading branch information
formtapez committed Apr 2, 2021
1 parent 6e807fb commit fdc5e99
Show file tree
Hide file tree
Showing 50 changed files with 59 additions and 82 deletions.
2 changes: 1 addition & 1 deletion addons/characters/B_CTRG_soldier_AR_A_F.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
armor = 2;
armorStructural = 0.5;
explosionShielding = 0.05;
uniformClass = "U_B_CTRG_3";
uniformClass = "U_B_CTRG_3";
2 changes: 1 addition & 1 deletion addons/characters/B_CTRG_soldier_GL_LAT_F.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
armor = 2;
armorStructural = 0.38;
explosionShielding = 0.038;
uniformClass = "U_B_CTRG_1";
uniformClass = "U_B_CTRG_1";
2 changes: 1 addition & 1 deletion addons/characters/B_Soldier_base_F.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
armor = 2;
armorStructural = 0.38;
explosionShielding = 0.038;
explosionShielding = 0.038;
2 changes: 1 addition & 1 deletion addons/characters/O_Soldier_02_F.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
armor = 2;
armorStructural = 0.1;
explosionShielding = 0.01;
explosionShielding = 0.01;
2 changes: 1 addition & 1 deletion addons/characters/O_Soldier_base_F.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
armor = 2;
armorStructural = 0.5;
explosionShielding = 0.05;
explosionShielding = 0.05;
2 changes: 1 addition & 1 deletion addons/characters/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Characters

Contains all changes to player units, such as custom camouflage and armor/hitpoint changes.
Contains all changes to player units, such as custom camouflage and armor/hitpoint changes.
2 changes: 1 addition & 1 deletion addons/characters/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2913,4 +2913,4 @@ class CfgVehicles
respawnLinkedItems[] = {"H_Watchcap_camo", "V_HarnessO_ghex_F", "ItemMap", "ItemCompass", "ItemWatch", "tf_fadak", "ItemGps", "NVGoggles_OPFOR"};
backpack = "B_FieldPack_ghex_F";
};
};
};
2 changes: 1 addition & 1 deletion addons/characters/slot_hitpoint.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ class HitPoints : HitPoints
explosionShielding = 0.800000;
minimalHit = 0.010000;
};
};
};
4 changes: 2 additions & 2 deletions addons/core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Core
# Main

Contains global stuff such as mission images
Contains global stuff such as mission images
1 change: 0 additions & 1 deletion addons/core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ class CfgFactionClasses
priority = 4;
};
};

2 changes: 0 additions & 2 deletions addons/core/dialogs/OPTDef.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@
#define DIALOG_GPS_MINIMAP opt_gps_minimap
#define IDD_GPS_MINIMAP 915
#define IDC_GPS_MINIMAP_BOX 916


20 changes: 1 addition & 19 deletions addons/core/macros.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
#define PATH opt
#define PREFIX opt
#define MOD opt_client

// Define version information of this mod
#define MAJOR 2
#define MINOR 9
#define PATCHLVL 5
#define BUILD 0

#ifdef VERSION
#undef VERSION
#endif
#ifdef VERSION_AR
#undef VERSION_AR
#endif

#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
#include "\opt\opt_client\addons\main\script_version.hpp"
2 changes: 1 addition & 1 deletion addons/flashsuppressors/$PBOPREFIX$
Original file line number Diff line number Diff line change
@@ -1 +1 @@
opt\opt_client\addons\ace_flashsuppressors
opt\opt_client\addons\flashsuppressors
2 changes: 1 addition & 1 deletion addons/flashsuppressors/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# OPT Flash Suppressors

Makes more weapons compatible with ACE flash suppressors
Makes more weapons compatible with ACE flash suppressors
4 changes: 2 additions & 2 deletions addons/flashsuppressors/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class CfgPatches
{
class opt_ace_flashsuppressors
class opt_flashsuppressors
{
units[] = {};
weapons[] = {};
Expand Down Expand Up @@ -125,4 +125,4 @@ class CfgWeapons
};
};
};
};
};
1 change: 1 addition & 0 deletions addons/hud/$PBOPREFIX$
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opt\opt_client\addons\hud
2 changes: 1 addition & 1 deletion addons/hud/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class CfgPatches
versionAr[] = {VERSION_AR};
requiredAddons[] = {"A3_Ui_F", "A3_Ui_F_Data", "A3_Functions_F", "A3_UIFonts_F", "A3_Data_F", "opt_core"};
};
};
};
2 changes: 1 addition & 1 deletion addons/hud/dialogs/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ class opt_DefaultMenu
BackgroundBar, ScoreDisplay, PlayersDisplay, TimerDisplay, BudgetDisplay
};
};
};
};
1 change: 1 addition & 0 deletions addons/revive/$PBOPREFIX$
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opt\opt_client\addons\revive
2 changes: 1 addition & 1 deletion addons/revive/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class CfgPatches
versionAr[] = {VERSION_AR};
requiredAddons[] = {"A3_Ui_F", "A3_Ui_F_Data", "A3_Functions_F", "A3_UIFonts_F", "A3_Data_F", "opt_core"};
};
};
};
2 changes: 1 addition & 1 deletion addons/revive/dialogs/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ class opt_revive_blackscreen
};

};
};
};
1 change: 1 addition & 0 deletions addons/shop/$PBOPREFIX$
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
opt\opt_client\addons\shop
3 changes: 1 addition & 2 deletions addons/shop/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# shop

# Shop
1 change: 0 additions & 1 deletion addons/shop/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ class CfgPatches
requiredAddons[] = {"a3_ui_f"};
};
};

2 changes: 0 additions & 2 deletions addons/shop/dialogs/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1765,5 +1765,3 @@ class DialogVerkaufs
};
};
};


2 changes: 1 addition & 1 deletion addons/vehicles/Fahrzeug-Transport.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class VehicleTransport
parachuteClass = "B_Parachute_02_F";
parachuteHeightLimit = 5;
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/Hellcat_MFD.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,4 +442,4 @@
};
};
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Contains all OPT vehicles (vanilla clones) with altered settings such as weapons, fuel reserves and capabilities (scripts), as well as textures.

Vehicles are sorted into subfolders for easier browsing.
Vehicles are sorted into subfolders for easier browsing.
2 changes: 1 addition & 1 deletion addons/vehicles/aktivradar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class SensorsManagerComponent : SensorsManagerComponent
componentType = "ActiveRadarSensorComponent";
};
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/apc/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_apc
{
Expand Down Expand Up @@ -2916,4 +2916,4 @@ class CfgVehicles
};
};

};
};
2 changes: 1 addition & 1 deletion addons/vehicles/berggang.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class UserActions
statement = "this execVM ""\opt_a3_vehicles\scripts\berggang.sqf"";";
onlyforplayer = "false";
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/boat/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_boat
{
Expand Down Expand Up @@ -477,4 +477,4 @@ class CfgVehicles
};
};
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/bremsfallschirm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class UserActions
statement = "this execVM ""\opt_a3_vehicles\scripts\bremsfallschirm.sqf"";";
onlyforplayer = 1;
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/cars/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_cars
{
Expand Down Expand Up @@ -2175,4 +2175,4 @@ class CfgVehicles
{
};
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class CfgVehicles
displayName = "Benötigt OPT A3 Vehicles";
vehicleClass = "Modules";
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/heli/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_heli
{
Expand Down Expand Up @@ -2778,4 +2778,4 @@ class CfgVehicles
{
};
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/kein_aktivradar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class SensorsManagerComponent : SensorsManagerComponent
componentType = "PassiveRadarSensorComponent";
};
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/mbt/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_mbt
{
Expand Down Expand Up @@ -1706,4 +1706,4 @@ class CfgVehicles
{
};
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/plane/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1257,4 +1257,4 @@ class CfgVehicles
};
};
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/reparieren.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class UserActions
statement = "this execVM ""\opt_a3_vehicles\scripts\reparieren.sqf"";";
onlyforplayer = 1;
};
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/scripts/berggang.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ while {(alive _vehicle) && (isengineon _vehicle) && ((driver _vehicle) != objNul
_looptime = time - _looptime;
};

if(true) exitWith {0};
if(true) exitWith {0};
4 changes: 2 additions & 2 deletions addons/vehicles/scripts/bremsfallschirm.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (isTouchingGround vehicle player) then {
vehicle player vehiclechat "Bremsfallschirm ausgelöst",
vehicle player vehiclechat "Bremsfallschirm ausgel�st",
sleep 2,
vehicle player setVelocity [0, 0, 0]
};
};
2 changes: 1 addition & 1 deletion addons/vehicles/scripts/reparieren.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
systemChat "Reparatur gestartet";
sleep 20;
systemChat "Reparatur beendet";
vehicle player setDamage 0;
vehicle player setDamage 0;
4 changes: 2 additions & 2 deletions addons/vehicles/truck/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_truck
{
Expand Down Expand Up @@ -754,4 +754,4 @@ class CfgVehicles
typicalCargo[] = {"OPT_CSAT_Soldat"};
hiddenSelectionsTextures[] = {"\opt\opt_client\addons\vehicles\textures\ZamakMRL\opt_zamak_02_kab_hex_pazifik.paa","\A3\soft_f_Enoch\Truck_02\Data\Truck_02_int_EAF_co.paa","\opt\opt_client\addons\vehicles\textures\ZamakMRL\opt_zamak_02_mrl_hex_pazifik.paa","\A3\soft_f_Enoch\Truck_02\Data\truck_02_chassis_EAF_CO.paa"};
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/uav/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_uav
{
Expand Down Expand Up @@ -1124,4 +1124,4 @@ class CfgVehicles
};
};
};
};
};
4 changes: 2 additions & 2 deletions addons/vehicles/unarmed/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class CfgPatches
class CfgPatches
{
class opt_vehicles_unarmed
{
Expand Down Expand Up @@ -1995,4 +1995,4 @@ class CfgVehicles
};
};

};
};
2 changes: 1 addition & 1 deletion addons/vehicles/vtol/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,4 +764,4 @@ class CfgVehicles
};
};
};
};
};
2 changes: 1 addition & 1 deletion addons/weapons/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Weapons

Contains all OPT unique weapons and alterations
Contains all OPT unique weapons and alterations
4 changes: 2 additions & 2 deletions addons/weapons/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "\opt\opt_client\addons\core\macros.hpp"
#include "\opt\opt_client\addons\core\macros.hpp"

class CfgPatches
{
Expand Down Expand Up @@ -9269,4 +9269,4 @@ class CfgVehicles
};
};
};
};
};
5 changes: 2 additions & 3 deletions mod.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name = "OPT Client-Mod v3.0.0";
name = "OPT Client-Mod";
picture = "opt4_icon.paa";
actionName = "Website";
action = "http://www.operation-pandora.de";
action = "https://opt4.net";
tooltip = "Operation Pandora Trigger";
tooltipOwned = "Operation Pandora Trigger Owned";
author = "OPT Team";

0 comments on commit fdc5e99

Please sign in to comment.