mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
added language pbo to public git
This commit is contained in:
parent
e868ef2108
commit
11f1dba31e
25
Sources/epoch_language/config.cpp
Normal file
25
Sources/epoch_language/config.cpp
Normal 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";
|
||||||
|
};
|
||||||
|
};
|
1036
Sources/epoch_language/stringtable.xml
Normal file
1036
Sources/epoch_language/stringtable.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user