diff --git a/addons/map_gestures/CfgVehicles.hpp b/addons/map_gestures/CfgVehicles.hpp
index 4ef299dec0..4823460971 100644
--- a/addons/map_gestures/CfgVehicles.hpp
+++ b/addons/map_gestures/CfgVehicles.hpp
@@ -43,7 +43,7 @@ class CfgVehicles {
};
};
class GVAR(moduleGroupSettings): ACE_Module {
- scope = 1;
+ scope = 2;
category = "ACE";
displayName = CSTRING(moduleGroupSettings_displayName);
function = QFUNC(moduleGroupSettings);
diff --git a/addons/optionsmenu/stringtable.xml b/addons/optionsmenu/stringtable.xml
index 057d5d2d9a..2b046a08a8 100644
--- a/addons/optionsmenu/stringtable.xml
+++ b/addons/optionsmenu/stringtable.xml
@@ -112,5 +112,117 @@
后勤设定
後勤設定
+
+
+
+
+
+
+
diff --git a/addons/respawn/CfgVehicles.hpp b/addons/respawn/CfgVehicles.hpp
index d033fbe1cc..847b32fe84 100644
--- a/addons/respawn/CfgVehicles.hpp
+++ b/addons/respawn/CfgVehicles.hpp
@@ -37,7 +37,7 @@ class CfgVehicles {
category = "ACE";
displayName = CSTRING(FriendlyFire_Module_DisplayName);
function = QFUNC(moduleFriendlyFire);
- scope = 1;
+ scope = 2;
isGlobal = 1;
icon = QPATHTOF(UI\Icon_Module_FriendlyFire_ca.paa);
@@ -52,7 +52,7 @@ class CfgVehicles {
category = "ACE";
displayName = CSTRING(Rallypoint_Module_DisplayName);
function = QFUNC(moduleRallypoint);
- scope = 1;
+ scope = 2;
isGlobal = 1;
icon = QPATHTOF(UI\Icon_Module_Rallypoint_ca.paa);
diff --git a/addons/vehiclelock/CfgVehicles.hpp b/addons/vehiclelock/CfgVehicles.hpp
index 2ded7823ce..3038e3f99c 100644
--- a/addons/vehiclelock/CfgVehicles.hpp
+++ b/addons/vehiclelock/CfgVehicles.hpp
@@ -121,7 +121,7 @@ class CfgVehicles {
category = "ACE";
displayName = CSTRING(VehicleKeyAssign_Module_DisplayName);
function = QFUNC(moduleSync);
- scope = 1;
+ scope = 2;
isGlobal = 0;
icon = QPATHTOF(UI\Icon_Module_VehicleKey_ca.paa);
functionPriority = 0;