added language pbo to public git

This commit is contained in:
vbawol 2016-01-10 10:55:31 -06:00
parent e868ef2108
commit 11f1dba31e
2 changed files with 1061 additions and 0 deletions

View File

@ -0,0 +1,25 @@
/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
Epoch Language Config and stringtable.xml
Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github:
https://github.com/EpochModTeam/Epoch/tree/master/Sources/epoch_language/config.hpp
*/
class CfgPatches
{
class A3_epoch_language
{
requiredVersion = 0.1;
requiredAddons[] = {"A3_epoch_assets_3","a3_epoch_weapons","epoch_objects","A3_epoch_assets_1","A3_epoch_assets","A3_Soft_F","A3_Characters_F","A3_Characters_F_Beta","A3_Characters_F_EPA","A3_Characters_F_EPB","A3_Structures_F","A3_Armor_F_Beta","A3_Weapons_F"};
units[] = {};
epochVersion = "0.3.7.0";
};
};

File diff suppressed because it is too large Load Diff