Summary
This is a list of in game models that fall in the category of Mining. In formation was pulled from Spooner. We have repurposed this list and used it in our developer resource cc_FindAll which uses the a ray tracing function to detect objects in game as the player approaches them. This resources allows us to consolidate the ray tracing (a resource intensive function) to one resource, and then share that information with other resources using events. This means that we can run mores resources that rely on in game object identification, without increasing the cpu or memory resource usage in the game client.
-- LUA cc_FindAll
PedPool_Mining_Models = {
"p_coal01x",
"p_coalbag01x",
"p_coalbag02x",
"p_coalbin01x",
"p_coalbin02x",
"p_coalhod02x",
"p_coalpile01x",
"p_cs_sackcoal01x",
"s_ann_coalchutes01x",
"s_ann_coalchutes02x",
"p_anncoalbin01x",
"p_ann_coalbreaker01x",
"mp001_s_mp_stone_marker01a",
"mp001_s_mp_stone_marker02a",
"mp001_s_mp_stone_marker03a",
"mp001_s_mp_stone_marker04a",
"mp001_s_mprockcircle01x",
"mp001_s_mprockcircle_10m",
"mp001_s_mprockcircle_15m",
"mp001_s_mprockline01x",
"mp001_s_mprockline_18m",
"mp001_s_mprockline_4m",
"mp001_s_mprockline_9m",
"mp004_p_rockpilegoal01x",
"mp004_p_rockpile_marker01x",
"mp005_p_mp_rock_stash01",
"mp005_s_mp_rockpentagram01x",
"mp006_re_gap_rock_01",
"mp006_re_hea_rock_01",
"mp006_re_rio_rock_01",
"mp006_re_rock_01",
"mp_big_rock_scan_02",
"mp_big_rock_scan_07",
"mp_p_rock_mssgry_lrg_b",
"mp_roa_rock_grp_l_03",
"mp_sca_rock_grp_l_01",
"mp_sca_rock_grp_l_02",
"mp_sca_rock_grp_l_03",
"p_gen_rockcluster01x",
"p_rockcircle01x",
"p_rock_stash01",
"p_rockthrow01x",
"p_rockthrow02x",
"p_rockbag01x_close",
"p_rockbag01x_open",
"roa_rock_scree_sim_01",
"roa_rock_scree_sim_02",
"roa_rock_scree_sim_03",
"roa_rock_scree_sim_04",
"roa_rock_scree_sim_05",
"roa_rock_scree_sim_06",
"roa_rock_scree_sim_07",
"roa_rock_scree_sim_08",
"roa_rock_scree_sim_09",
"roa_rock_scree_sim_10",
"roa_rock_scree_sim_11",
"sca_rock_scree_sim_01",
"sca_rock_scree_sim_02",
"sca_rock_scree_sim_03",
"sca_rock_scree_sim_04",
"sca_rock_scree_sim_05",
"sca_rock_scree_sim_06",
"sca_rock_scree_sim_07",
"sca_rock_scree_sim_08",
"sca_rock_scree_sim_09",
"sca_rock_scree_sim_10",
"sca_rock_scree_sim_11",
"s_gri_rock_l_03",
"s_gri_rock_m_03",
"s_gri_rock_s_03",
"s_quasifuturisticrock01x",
"s_rock01x",
"s_rock_beechers_01",
"s_rock_beechers_02",
"s_mp_stone_marker03a",
"s_mp_stone_marker04a",
"s_pickup_quartzchunk_01x",
"mp005_mp_awhd_agate",
"mp005_mp_awhd_bone",
"mp005_mp_awhd_chipped",
"mp005_mp_awhd_crude",
"mp005_mp_awhd_feldspar",
"mp005_mp_awhd_granite",
"mp005_mp_awhd_obsidian",
"mp005_mp_awhd_quartz",
"mp005_mp_awhd_raw",
"mp005_mp_awhd_rough",
"mp005_mp_awhd_slate",
"mp005_mp_awhd_splntr",
"alp_rock_scree_sim_01",
"alp_rock_scree_sim_02",
"alp_rock_scree_sim_03",
"alp_rock_scree_sim_04",
"alp_rock_scree_sim_05",
"alp_rock_scree_sim_06",
"alp_rock_scree_sim_07",
"alp_rock_scree_sim_08",
"alp_rock_scree_sim_09",
"alp_rock_scree_sim_10",
"alp_rock_scree_sim_11",
"bgv_rock_scree_sim_01",
"bgv_rock_scree_sim_02",
"bgv_rock_scree_sim_03",
"bgv_rock_scree_sim_04",
"bgv_rock_scree_sim_05",
"bgv_rock_scree_sim_06",
"bgv_rock_scree_sim_07",
"bgv_rock_scree_sim_08",
"bgv_rock_scree_sim_09",
"bgv_rock_scree_sim_10",
"bgv_rock_scree_sim_11",
"cumb_rock_scree_sim_01",
"cumb_rock_scree_sim_02",
"cumb_rock_scree_sim_03",
"cumb_rock_scree_sim_04",
"cumb_rock_scree_sim_05",
"cumb_rock_scree_sim_06",
"cumb_rock_scree_sim_07",
"cumb_rock_scree_sim_08",
"cumb_rock_scree_sim_09",
"cumb_rock_scree_sim_10",
"cumb_rock_scree_sim_11",
"dak_rock_scree_stg345_sim_01",
"dak_rock_scree_stg345_sim_02",
"dak_rock_scree_stg345_sim_03",
"dak_rock_scree_stg345_sim_04",
"dak_rock_scree_stg345_sim_05",
"dak_rock_scree_stg345_sim_06",
"dak_rock_scree_stg345_sim_07",
"dak_rock_scree_stg345_sim_08",
"dak_rock_scree_stg345_sim_09",
"dak_rock_scree_stg345_sim_10",
"dak_rock_scree_stg345_sim_11",
"gri_rock_scree_sim_01",
"gri_rock_scree_sim_02",
"gri_rock_scree_sim_03",
"gri_rock_scree_sim_04",
"gri_rock_scree_sim_05",
"gri_rock_scree_sim_06",
"gri_rock_scree_sim_07",
"gri_rock_scree_sim_08",
"gri_rock_scree_sim_09",
"gri_rock_scree_sim_10",
"gri_rock_scree_sim_11",
"grp_rock_scree_sim_01",
"grp_rock_scree_sim_02",
"grp_rock_scree_sim_03",
"grp_rock_scree_sim_04",
"grp_rock_scree_sim_05",
"grp_rock_scree_sim_06",
"grp_rock_scree_sim_07",
"grp_rock_scree_sim_08",
"grp_rock_scree_sim_09",
"grp_rock_scree_sim_10",
"grp_rock_scree_sim_11",
"gua_rock_scree_sim_01",
"gua_rock_scree_sim_02",
"gua_rock_scree_sim_03",
"gua_rock_scree_sim_04",
"gua_rock_scree_sim_05",
"gua_rock_scree_sim_06",
"hea_rock_scree_sim_01",
"hea_rock_scree_sim_02",
"hea_rock_scree_sim_03",
"hea_rock_scree_sim_04",
"hea_rock_scree_sim_05",
"hea_rock_scree_sim_06",
"hea_rock_scree_sim_07",
"hea_rock_scree_sim_08",
"hea_rock_scree_sim_09",
"hea_rock_scree_sim_10",
"hea_rock_scree_sim_11",
"mp001_s_mprockcircle01x",
"mp001_s_mprockcircle_10m",
"mp001_s_mprockcircle_15m",
"mp001_s_mprockline01x",
"mp001_s_mprockline_18m",
"mp001_s_mprockline_4m",
"mp001_s_mprockline_9m",
"mp001_s_mp_stone_marker01a",
"mp001_s_mp_stone_marker02a",
"mp001_s_mp_stone_marker03a",
"mp001_s_mp_stone_marker04a",
"mp004_p_rockpilegoal01x",
"mp004_p_rockpile_marker01x",
"mp005_p_dirtpile_bay_buried",
"mp005_p_dirtpile_bay_unburied",
"mp005_p_dirtpile_big01_buried",
"mp005_p_dirtpile_big01_unburied",
"mp005_p_dirtpile_big02_mine_buried",
"mp005_p_dirtpile_big02_mine_unburied",
"mp005_p_dirtpile_big03_buried",
"mp005_p_dirtpile_big03_unburied",
"mp005_p_dirtpile_cum_buried",
"mp005_p_dirtpile_cum_unburied",
"mp005_p_dirtpile_gen_buried",
"MP005_P_DIRTPILE_GRI_MINES_BURIED",
"mp005_p_dirtpile_gri_mines_unburied",
"mp005_p_dirtpile_hea_buried",
"mp005_p_dirtpile_hea_unburied",
"mp005_p_dirtpile_hen_b_buried",
"mp005_p_dirtpile_hen_buried",
"mp005_p_dirtpile_hen_unburied",
"mp005_p_dirtpile_rio_buried",
"mp005_p_dirtpile_rio_unburied",
"mp005_p_dirtpile_roa_buried",
"mp005_p_dirtpile_roa_unburied",
"mp005_p_dirtpile_sca01_buried",
"mp005_p_dirtpile_sca01_unburied",
"mp005_p_dirtpile_sca02_buried",
"mp005_p_dirtpile_sca02_unburied",
"mp005_p_dirtpile_sca03_buried",
"mp005_p_dirtpile_shovel01x",
"mp005_p_dirtpile_tall_buried",
"mp005_p_dirtpile_tall_unburied",
"mp005_p_mp_rock_stash01",
"mp006_re_gap_rock_01",
"mp006_re_hea_rock_01",
"mp006_re_rio_rock_01",
"mp006_re_rock_01",
"mp_big_rock_scan_02",
"mp_big_rock_scan_07",
"mp_p_rock_mssgry_lrg_b",
"mp_roa_rock_grp_l_03",
"mp_sca_rock_grp_l_01",
"mp_sca_rock_grp_l_02",
"mp_sca_rock_grp_l_03",
"old_hen_rock_scree_sim_01",
"old_hen_rock_scree_sim_02",
"old_hen_rock_scree_sim_03",
"old_hen_rock_scree_sim_04",
"old_hen_rock_scree_sim_05",
"old_hen_rock_scree_sim_06",
"old_hen_rock_scree_sim_07",
"old_hen_rock_scree_sim_08",
"old_hen_rock_scree_sim_09",
"old_hen_rock_scree_sim_10",
"old_hen_rock_scree_sim_11",
"roa_rock_scree_sim_01",
"roa_rock_scree_sim_02",
"roa_rock_scree_sim_03",
"roa_rock_scree_sim_04",
"roa_rock_scree_sim_05",
"roa_rock_scree_sim_06",
"roa_rock_scree_sim_07",
"roa_rock_scree_sim_08",
"roa_rock_scree_sim_09",
"roa_rock_scree_sim_10",
"roa_rock_scree_sim_11",
"sca_rock_scree_sim_01",
"sca_rock_scree_sim_02",
"sca_rock_scree_sim_03",
"sca_rock_scree_sim_04",
"sca_rock_scree_sim_05",
"sca_rock_scree_sim_06",
"sca_rock_scree_sim_07",
"sca_rock_scree_sim_08",
"sca_rock_scree_sim_09",
"sca_rock_scree_sim_10",
"sca_rock_scree_sim_11",
"s_mp_stone_marker04a",
"tal_rock_scree_sim_01",
"tal_rock_scree_sim_02",
"tal_rock_scree_sim_03",
"tal_rock_scree_sim_04",
"tal_rock_scree_sim_05",
"tal_rock_scree_sim_06",
"tal_rock_scree_sim_07",
"tal_rock_scree_sim_08",
"tal_rock_scree_sim_09",
"tal_rock_scree_sim_10",
"tal_rock_scree_sim_11",
"vfx_scree_rock_01",
}
Example
---
How do I use this resource?
** documentation coming soon **
Common Errors or Problems
Problem: sentence.
Problem: sentence.
Problem: sentence.