mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
51 lines
876 B
C++
51 lines
876 B
C++
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"
|
|
};
|
|
}; |