mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Version Update + Pbo updates
This commit is contained in:
parent
8d590ab5ae
commit
9780e003d2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -14,7 +14,7 @@
|
|||||||
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
||||||
class CfgEpochClient
|
class CfgEpochClient
|
||||||
{
|
{
|
||||||
epochVersion = "1.3.2";
|
epochVersion = "1.3.3";
|
||||||
ArmAVersion = 176;
|
ArmAVersion = 176;
|
||||||
debug = "true"; // true = enable extra rpt debug lines, false to disable
|
debug = "true"; // true = enable extra rpt debug lines, false to disable
|
||||||
ForceGender = ""; // Force Players to spawn as "Male" or "Female"
|
ForceGender = ""; // Force Players to spawn as "Male" or "Female"
|
||||||
|
@ -151,7 +151,7 @@ class CfgServerFunctions
|
|||||||
};
|
};
|
||||||
class CfgServerVersion
|
class CfgServerVersion
|
||||||
{
|
{
|
||||||
client = "1.3.2";
|
client = "1.3.3";
|
||||||
config = "1.3.2";
|
config = "1.3.3";
|
||||||
hive = "0.6.0.0";
|
hive = "0.6.0.0";
|
||||||
};
|
};
|
||||||
|
@ -20,7 +20,7 @@ class CfgPatches {
|
|||||||
units[] = {};
|
units[] = {};
|
||||||
weapons[] = {};
|
weapons[] = {};
|
||||||
requiredVersion = 0.1;
|
requiredVersion = 0.1;
|
||||||
epochVersion = "1.3.2";
|
epochVersion = "1.3.3";
|
||||||
requiredAddons[] = {};
|
requiredAddons[] = {};
|
||||||
#include "build.hpp"
|
#include "build.hpp"
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user