mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
b631
few more loot positions and updated tool with remaining list from https://github.com/EpochModTeam/Epoch/issues/528
This commit is contained in:
parent
25b6dd64e5
commit
4dd055d4f3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,11 +1,4 @@
|
||||
/*[[[cog from arma_config_tools import *; json_to_arma()]]]*/
|
||||
/*
|
||||
@author = "Aaron Clark - https://EpochMod.com";
|
||||
@contributors[] = {"Kenneth Bente"};
|
||||
@description = "Loot container offsets for Epoch loot system";
|
||||
@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/release/Sources/epoch_config/Configs/CfgBuildingLootPos.hpp";
|
||||
*/
|
||||
class CfgBuildingLootPos
|
||||
{
|
||||
class Default
|
||||
@ -418,6 +411,44 @@ class CfgBuildingLootPos
|
||||
freezerPos[] = {{{-8.96094,-1.70605,0.508462},360},{{-9.27344,-1.7334,3.85846},360}};
|
||||
cabinetPos[] = {{{-6.55322,-2.76904,5.30856},0}};
|
||||
};
|
||||
class Land_i_Garage_V2_dam_F : Default
|
||||
{
|
||||
toolRackPos[] = {{{5.12695,-2.06641,-0.159975},90}};
|
||||
shoeboxPos[] = {{{-0.900391,1.64063,-0.159975},220}};
|
||||
palletPos[] = {{{1.32031,0.759766,-0.159975},170}};
|
||||
freezerPos[] = {{{-3.42969,-2.76563,-0.159975},190}};
|
||||
};
|
||||
class Land_i_Stone_HouseBig_V1_dam_F : Default
|
||||
{
|
||||
shelfPos[] = {{{-0.191406,-3.48438,-1.65251},178}};
|
||||
fridgePos[] = {{{1.73438,1.0625,-1.65251},360}};
|
||||
bedPos[] = {{{-1.56836,0.713867,1.15249},267}};
|
||||
couchPos[] = {{{-1.58203,-2.34082,1.15249},97}};
|
||||
wardrobePos[] = {{{1.50195,-3.28125,1.19749},178}};
|
||||
tablePos[] = {{{-3.07813,-1.62109,-1.63251},269}};
|
||||
shoeboxPos[] = {{{1.07031,1.16113,1.19749},128}};
|
||||
};
|
||||
class Land_i_Stone_HouseBig_V3_dam_F : Default
|
||||
{
|
||||
bedPos[] = {{{-1.96094,0.71875,1.15249},269}};
|
||||
couchPos[] = {{{-2.11523,-1.89453,1.12749},169}};
|
||||
chairPos[] = {{{2.98047,-3.04883,1.15249},141.7}};
|
||||
filingPos[] = {{{0.0800781,1.31836,1.15249},351.7}};
|
||||
tablePos[] = {{{-3.07617,-1.59766,-1.77251},269}};
|
||||
shoeboxPos[] = {{{-0.470703,0.771484,-0.593828},202.7}};
|
||||
palletPos[] = {{{2.15234,0.814453,-1.65383},202.7}};
|
||||
freezerPos[] = {{{3.11523,-2.91797,-1.65383},92.7}};
|
||||
};
|
||||
class Land_Airport_Tower_dam_F : Default
|
||||
{
|
||||
lootType = "mil";
|
||||
shelfPos[] = {{{1.78906,1.90234,0.798989},0}};
|
||||
filingPos[] = {{{-2.93359,-3.1582,0.812261},229}};
|
||||
pelicanPos[] = {{{0.587891,8.4043,3.79912},9.99995}};
|
||||
lockerPos[] = {{{1.10938,6.14648,-8.19994},360}};
|
||||
shoeboxPos[] = {{{2.2793,-5.125,0.798989},9.99995}};
|
||||
cabinetPos[] = {{{-0.714844,2.58203,-6.82513},270}};
|
||||
};
|
||||
class Land_i_Barracks_V1_F : Land_i_Barracks_V2_F {};
|
||||
class Land_d_Windmill01_F : Default
|
||||
{
|
||||
@ -2299,7 +2330,7 @@ class CfgBuildingLootPos
|
||||
shelfPos[] = {{{-5.3606,-5.2832,-1.15784},270}};
|
||||
pelicanPos[] = {{{3.18213,-3.80811,-1.30784},160}};
|
||||
};
|
||||
class Land_i_Stone_HouseSmall_V2_dam_F : Default
|
||||
class Land_i_Stone_HouseSmall_V1_dam_F : Default
|
||||
{
|
||||
couchPos[] = {{{-6.25098,1.86572,-0.594842},270}};
|
||||
filingPos[] = {{{8.93213,-2.67773,-0.594842},176}};
|
||||
@ -2307,6 +2338,8 @@ class CfgBuildingLootPos
|
||||
tablePos[] = {{{-3.21045,-2.5564,-0.594842},180}};
|
||||
shoeboxPos[] = {{{1.99609,2.25684,-0.274842},320}};
|
||||
};
|
||||
class Land_i_Stone_HouseSmall_V2_dam_F : Land_i_Stone_HouseSmall_V1_dam_F {};
|
||||
class Land_i_Stone_HouseSmall_V3_dam_F : Land_i_Stone_HouseSmall_V1_dam_F {};
|
||||
class Land_cmp_Shed_dam_F : Default
|
||||
{
|
||||
palletPos[] = {{{0.482422,-2.13721,-3.10882},329},{{-3.94287,1.30518,-3.10882},260}};
|
||||
|
@ -1,11 +1,4 @@
|
||||
{
|
||||
"_header": {
|
||||
"@author": "Aaron Clark - https://EpochMod.com",
|
||||
"@contributors": ["Kenneth Bente"],
|
||||
"@description": "Loot container offsets for Epoch loot system",
|
||||
"@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/release/Sources/{filename}"
|
||||
},
|
||||
"CfgBuildingLootPos": {
|
||||
"Default": {
|
||||
"fridgePos": [],
|
||||
@ -5553,6 +5546,269 @@
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_i_Garage_V2_dam_F": {
|
||||
"toolRackPos": [
|
||||
[
|
||||
[
|
||||
5.12695,
|
||||
-2.06641,
|
||||
-0.159975
|
||||
],
|
||||
90
|
||||
]
|
||||
],
|
||||
"shoeboxPos": [
|
||||
[
|
||||
[
|
||||
-0.900391,
|
||||
1.64063,
|
||||
-0.159975
|
||||
],
|
||||
220
|
||||
]
|
||||
],
|
||||
"palletPos": [
|
||||
[
|
||||
[
|
||||
1.32031,
|
||||
0.759766,
|
||||
-0.159975
|
||||
],
|
||||
170
|
||||
]
|
||||
],
|
||||
"freezerPos": [
|
||||
[
|
||||
[
|
||||
-3.42969,
|
||||
-2.76563,
|
||||
-0.159975
|
||||
],
|
||||
190
|
||||
]
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_i_Stone_HouseBig_V1_dam_F": {
|
||||
"shelfPos": [
|
||||
[
|
||||
[
|
||||
-0.191406,
|
||||
-3.48438,
|
||||
-1.65251
|
||||
],
|
||||
178
|
||||
]
|
||||
],
|
||||
"fridgePos": [
|
||||
[
|
||||
[
|
||||
1.73438,
|
||||
1.0625,
|
||||
-1.65251
|
||||
],
|
||||
360
|
||||
]
|
||||
],
|
||||
"bedPos": [
|
||||
[
|
||||
[
|
||||
-1.56836,
|
||||
0.713867,
|
||||
1.15249
|
||||
],
|
||||
267
|
||||
]
|
||||
],
|
||||
"couchPos": [
|
||||
[
|
||||
[
|
||||
-1.58203,
|
||||
-2.34082,
|
||||
1.15249
|
||||
],
|
||||
97
|
||||
]
|
||||
],
|
||||
"wardrobePos": [
|
||||
[
|
||||
[
|
||||
1.50195,
|
||||
-3.28125,
|
||||
1.19749
|
||||
],
|
||||
178
|
||||
]
|
||||
],
|
||||
"tablePos": [
|
||||
[
|
||||
[
|
||||
-3.07813,
|
||||
-1.62109,
|
||||
-1.63251
|
||||
],
|
||||
269
|
||||
]
|
||||
],
|
||||
"shoeboxPos": [
|
||||
[
|
||||
[
|
||||
1.07031,
|
||||
1.16113,
|
||||
1.19749
|
||||
],
|
||||
128
|
||||
]
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_i_Stone_HouseBig_V3_dam_F": {
|
||||
"bedPos": [
|
||||
[
|
||||
[
|
||||
-1.96094,
|
||||
0.71875,
|
||||
1.15249
|
||||
],
|
||||
269
|
||||
]
|
||||
],
|
||||
"couchPos": [
|
||||
[
|
||||
[
|
||||
-2.11523,
|
||||
-1.89453,
|
||||
1.12749
|
||||
],
|
||||
169
|
||||
]
|
||||
],
|
||||
"chairPos": [
|
||||
[
|
||||
[
|
||||
2.98047,
|
||||
-3.04883,
|
||||
1.15249
|
||||
],
|
||||
141.7
|
||||
]
|
||||
],
|
||||
"filingPos": [
|
||||
[
|
||||
[
|
||||
0.0800781,
|
||||
1.31836,
|
||||
1.15249
|
||||
],
|
||||
351.7
|
||||
]
|
||||
],
|
||||
"tablePos": [
|
||||
[
|
||||
[
|
||||
-3.07617,
|
||||
-1.59766,
|
||||
-1.77251
|
||||
],
|
||||
269
|
||||
]
|
||||
],
|
||||
"shoeboxPos": [
|
||||
[
|
||||
[
|
||||
-0.470703,
|
||||
0.771484,
|
||||
-0.593828
|
||||
],
|
||||
202.7
|
||||
]
|
||||
],
|
||||
"palletPos": [
|
||||
[
|
||||
[
|
||||
2.15234,
|
||||
0.814453,
|
||||
-1.65383
|
||||
],
|
||||
202.7
|
||||
]
|
||||
],
|
||||
"freezerPos": [
|
||||
[
|
||||
[
|
||||
3.11523,
|
||||
-2.91797,
|
||||
-1.65383
|
||||
],
|
||||
92.7
|
||||
]
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_Airport_Tower_dam_F": {
|
||||
"lootType": "mil",
|
||||
"shelfPos": [
|
||||
[
|
||||
[
|
||||
1.78906,
|
||||
1.90234,
|
||||
0.798989
|
||||
],
|
||||
0
|
||||
]
|
||||
],
|
||||
"filingPos": [
|
||||
[
|
||||
[
|
||||
-2.93359,
|
||||
-3.1582,
|
||||
0.812261
|
||||
],
|
||||
229
|
||||
]
|
||||
],
|
||||
"pelicanPos": [
|
||||
[
|
||||
[
|
||||
0.587891,
|
||||
8.4043,
|
||||
3.79912
|
||||
],
|
||||
9.99995
|
||||
]
|
||||
],
|
||||
"lockerPos": [
|
||||
[
|
||||
[
|
||||
1.10938,
|
||||
6.14648,
|
||||
-8.19994
|
||||
],
|
||||
360
|
||||
]
|
||||
],
|
||||
"shoeboxPos": [
|
||||
[
|
||||
[
|
||||
2.2793,
|
||||
-5.125,
|
||||
0.798989
|
||||
],
|
||||
9.99995
|
||||
]
|
||||
],
|
||||
"cabinetPos": [
|
||||
[
|
||||
[
|
||||
-0.714844,
|
||||
2.58203,
|
||||
-6.82513
|
||||
],
|
||||
270
|
||||
]
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_i_Barracks_V1_F": {
|
||||
"_inherit": "Land_i_Barracks_V2_F"
|
||||
},
|
||||
@ -23678,7 +23934,7 @@
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_i_Stone_HouseSmall_V2_dam_F": {
|
||||
"Land_i_Stone_HouseSmall_V1_dam_F": {
|
||||
"couchPos": [
|
||||
[
|
||||
[
|
||||
@ -23731,6 +23987,12 @@
|
||||
],
|
||||
"_inherit": "Default"
|
||||
},
|
||||
"Land_i_Stone_HouseSmall_V2_dam_F": {
|
||||
"_inherit": "Land_i_Stone_HouseSmall_V1_dam_F"
|
||||
},
|
||||
"Land_i_Stone_HouseSmall_V3_dam_F": {
|
||||
"_inherit": "Land_i_Stone_HouseSmall_V1_dam_F"
|
||||
},
|
||||
"Land_cmp_Shed_dam_F": {
|
||||
"palletPos": [
|
||||
[
|
||||
|
@ -1 +1 @@
|
||||
build=630;
|
||||
build=631;
|
||||
|
@ -1 +1 @@
|
||||
build=630;
|
||||
build=631;
|
||||
|
@ -1 +1 @@
|
||||
build=630;
|
||||
build=631;
|
||||
|
@ -1 +1 @@
|
||||
build=630;
|
||||
build=631;
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -41,7 +41,34 @@ BIS_fnc_returnVector = {
|
||||
_v
|
||||
};
|
||||
|
||||
_import = ["Land_Slum_01_F","Land_Shed_03_F","Land_Slum_02_F","Land_House_Native_02_F","Land_House_Small_03_F","Land_House_Native_01_F","Land_Shed_05_F","Land_Shed_04_F","Land_Addon_05_F","Land_Shed_06_F","Land_House_Small_04_F","Land_House_Small_01_F","Land_Shop_Town_04_F","Land_Shop_Town_01_F","Land_House_Small_05_F","Land_Slum_05_F","Land_WaterTower_01_F","Land_Shed_02_F","Land_House_Small_06_F","Land_Shop_Town_02_F","Land_House_Small_02_F","Land_Shed_01_F","Land_Shop_Town_03_F","Land_Addon_03_F","Land_MetalShelter_01_F","Land_MetalShelter_02_F","Land_Slum_03_F","Land_Supermarket_01_F","Land_Shop_City_04_F","Land_Addon_02_F","Land_Addon_04_F","Land_House_Big_05_F","Land_Shop_City_07_F","Land_Addon_01_F","Land_House_Big_03_F","Land_House_Big_01_F","Land_Hotel_02_F","Land_Slum_04_F","Land_GarageShelter_01_F","Land_WoodenShelter_01_F","Land_PierWooden_02_hut_F","Land_Church_03_F","Land_Shed_07_F","Land_School_01_F","Land_Temple_Native_01_F","Land_Shop_City_06_F","Land_Shop_Town_05_F","Land_Shop_City_03_F","Land_Church_01_F","Land_Warehouse_03_F","Land_FireEscape_01_short_F","Land_House_Big_04_F","Land_Shop_City_02_F","Land_Shop_City_01_F","Land_Hotel_01_F","Land_WindmillPump_01_F","Land_Shop_Town_05_addon_F","Land_FuelStation_01_shop_F","Land_FuelStation_01_workshop_F","Land_FuelStation_01_pump_F","Land_FuelStation_02_workshop_F","Land_Mausoleum_01_F","Land_Barracks_01_grey_F","Land_Church_02_F","Land_SCF_01_warehouse_F","Land_Shed_Small_F","Land_GuardHouse_01_F","Land_Airport_01_controlTower_F","Land_Airport_01_terminal_F","Land_FuelStation_02_pump_F","Land_dp_smallTank_F","Land_Barracks_01_camo_F","Land_spp_Transformer_F","Land_TBox_F","Land_FuelStation_02_roof_F","Land_House_Big_02_F","Land_PierWooden_01_dock_F","Land_PierWooden_01_hut_F","Land_SCF_01_storageBin_medium_F","Land_ContainerLine_01_F","Land_DPP_01_waterCooler_F","Land_DPP_01_smallFactory_F","Land_GantryCrane_01_F","Land_ContainerLine_03_F","Land_StorageTank_01_small_F","Land_MobileCrane_01_F","Land_SCF_01_shed_F","Land_ContainerLine_02_F","Land_FireEscape_01_tall_F","Land_MobileCrane_01_hook_F","Land_Shop_City_05_F","Land_MultistoryBuilding_01_F","Land_MultistoryBuilding_03_F","Land_MultistoryBuilding_04_F","Land_Cathedral_01_F","Land_Airport_01_hangar_F","Land_Airport_02_controlTower_F","Land_Airport_02_terminal_F","Land_Airport_02_hangar_right_F","Land_Airport_02_hangar_left_F","Land_BasaltWall_01_gate_F","Land_DPP_01_mainFactory_F","Land_CombineHarvester_01_wreck_F","Land_SCF_01_heap_bagasse_F","Land_SCF_01_generalBuilding_F","Land_SCF_01_washer_F","Land_SCF_01_shredder_F","Land_SCF_01_clarifier_F","Land_SCF_01_feeder_F","Land_SCF_01_chimney_F","Land_SCF_01_boilerBuilding_F","Land_SCF_01_crystallizer_F","Land_SCF_01_crystallizerTowers_F","Land_Radar_Small_F","Land_MiningShovel_01_abandoned_F","Land_SM_01_reservoirTower_F","Land_HaulTruck_01_abandoned_F","Land_Warehouse_01_F","Land_Warehouse_02_F","Land_SM_01_shelter_narrow_F","Land_SM_01_shelter_wide_F","Land_SM_01_shed_unfinished_F","Land_WarehouseShelter_01_F","Land_SY_01_reclaimer_F","Land_SY_01_stockpile_01_F","Land_SY_01_stockpile_02_F","Land_ContainerCrane_01_F","Land_SM_01_shed_F"];
|
||||
_import = ["Land_TentHangar_V1_F",
|
||||
"Land_TentHangar_V1_dam_F",
|
||||
"Land_Dome_Big_F",
|
||||
"Land_Dome_Small_F",
|
||||
"Land_GH_MainBuilding_entry_F",
|
||||
"Land_dp_smallTank_F",
|
||||
"Land_i_House_Big_01_V1_dam_F",
|
||||
"Land_i_House_Big_01_V2_dam_F",
|
||||
"Land_i_House_Big_01_V3_dam_F",
|
||||
"Land_u_House_Big_01_V1_dam_F",
|
||||
"Land_i_House_Big_02_V2_dam_F",
|
||||
"Land_i_Shop_01_V1_dam_F",
|
||||
"Land_i_Shop_01_V2_dam_F",
|
||||
"Land_i_Shop_01_V3_dam_F",
|
||||
"Land_u_Shop_01_V1_dam_F",
|
||||
"Land_i_Shop_02_V1_dam_F",
|
||||
"Land_i_Shop_02_V2_dam_F",
|
||||
"Land_i_Shop_02_V3_dam_F",
|
||||
"Land_u_Shop_02_V1_dam_F",
|
||||
"Land_i_House_Small_01_V1_dam_F",
|
||||
"Land_i_House_Small_01_V2_dam_F",
|
||||
"Land_i_House_Small_01_V3_dam_F",
|
||||
"Land_u_House_Small_01_V1_dam_F",
|
||||
"Land_i_House_Small_02_V1_dam_F",
|
||||
"Land_i_House_Small_02_V2_dam_F",
|
||||
"Land_i_House_Small_02_V3_dam_F",
|
||||
"Land_u_House_Small_02_V1_dam_F",
|
||||
"Land_i_House_Small_03_V1_dam_F"];
|
||||
|
||||
EPB = [];
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user