Epoch/Sources/epoch_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp
2015-12-07 10:24:52 -06:00

66 lines
1.2 KiB
C++

/*
Author: Aaron Clark - EpochMod.com
Contributors:
Description:
Epoch gamemode config for ProvingGrounds_PMC
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_config/Configs/CfgEpochClient/ProvingGrounds_PMC.hpp
*/
class ProvingGrounds_PMC {
blockedArea[] = {};
Rocks[] = {
"r_stone_01_pmc.p3d",
"r_stone_02_pmc.p3d"
};
ATM[] = {
};
Water[] = {
};
// main config
TrashClasses[] = { "Trash", "TrashSmall", "TrashVehicle", "PumpkinPatch", "TrashFood" };
TrashSmall[] = {
};
TrashVehicle[] = {
};
PumpkinPatch[] = {
"p_pumpkin_summer.p3d",
"pumpkin.p3d",
};
TrashFood[] = {
};
Trash[] = {
"garb_misc_pmc.p3d",
"garb_paleta_pmc.p3d",
"garb_heap_pmc.p3d"
};
Trees[] = {
"t_poplar2f_dead_pmc.p3d",
"misc_torzotree_pmc.p3d",
"misc_brokenspruce_pmc.p3d",
"misc_stubleafs_pmc.p3d"
};
Bushes[] = {
"b_hip2s_pmc.p3d",
"b_elderberry2s_pmc.p3d"
};
Cinder[] = {
"cinderblocks_f.p3d"
};
Wrecks[] = {
"datsun01t.p3d",
"datsun02t.p3d",
"skodovka_wrecked.p3d",
"lada_wrecked.p3d",
"hiluxt.p3d",
"uaz_wrecked.p3d",
"ural_wrecked.p3d"
};
};