Skip to content

Commit cf915ed

Browse files
committed
vehicle menu is now fully customizable via resource-pack
1 parent 30e7213 commit cf915ed

File tree

72 files changed

+1995
-1626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1995
-1626
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
{
2+
"displayName": "preset.dscombat.alexis_plane",
3+
"inventory_background": "dscombat:textures/ui/vehicle_inventory_backgrounds/alexis_plane.png",
4+
"inventory_slots_pos": [
5+
{
6+
"slot_name": "pilot_seat",
7+
"slot_ui_x": 48,
8+
"slot_ui_y": 20
9+
},
10+
{
11+
"slot_name": "left_wing_1",
12+
"slot_ui_x": 48,
13+
"slot_ui_y": 40
14+
},
15+
{
16+
"slot_name": "left_wing_2",
17+
"slot_ui_x": 68,
18+
"slot_ui_y": 40
19+
},
20+
{
21+
"slot_name": "right_wing_1",
22+
"slot_ui_x": 48,
23+
"slot_ui_y": 60
24+
},
25+
{
26+
"slot_name": "right_wing_2",
27+
"slot_ui_x": 68,
28+
"slot_ui_y": 60
29+
},
30+
{
31+
"slot_name": "frame_1",
32+
"slot_ui_x": 48,
33+
"slot_ui_y": 80
34+
},
35+
{
36+
"slot_name": "internal_1",
37+
"slot_ui_x": 48,
38+
"slot_ui_y": 100
39+
},
40+
{
41+
"slot_name": "internal_2",
42+
"slot_ui_x": 68,
43+
"slot_ui_y": 100
44+
},
45+
{
46+
"slot_name": "internal_3",
47+
"slot_ui_x": 88,
48+
"slot_ui_y": 100
49+
},
50+
{
51+
"slot_name": "internal_4",
52+
"slot_ui_x": 108,
53+
"slot_ui_y": 100
54+
},
55+
{
56+
"slot_name": "internal_5",
57+
"slot_ui_x": 128,
58+
"slot_ui_y": 100
59+
},
60+
{
61+
"slot_name": "internal_6",
62+
"slot_ui_x": 148,
63+
"slot_ui_y": 100
64+
}
65+
],
66+
"presetId": "alexis_plane"
67+
}
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
{
2+
"displayName": "preset.dscombat.andolf_sub",
3+
"inventory_background": "dscombat:textures/ui/vehicle_inventory_backgrounds/andolf_sub.png",
4+
"inventory_slots_pos": [
5+
{
6+
"slot_name": "pilot_seat",
7+
"slot_ui_x": 48,
8+
"slot_ui_y": 20
9+
},
10+
{
11+
"slot_name": "seat1",
12+
"slot_ui_x": 68,
13+
"slot_ui_y": 20
14+
},
15+
{
16+
"slot_name": "seat2",
17+
"slot_ui_x": 88,
18+
"slot_ui_y": 20
19+
},
20+
{
21+
"slot_name": "seat3",
22+
"slot_ui_x": 108,
23+
"slot_ui_y": 20
24+
},
25+
{
26+
"slot_name": "seat4",
27+
"slot_ui_x": 128,
28+
"slot_ui_y": 20
29+
},
30+
{
31+
"slot_name": "seat5",
32+
"slot_ui_x": 148,
33+
"slot_ui_y": 20
34+
},
35+
{
36+
"slot_name": "frame_1",
37+
"slot_ui_x": 48,
38+
"slot_ui_y": 80
39+
},
40+
{
41+
"slot_name": "frame_2",
42+
"slot_ui_x": 68,
43+
"slot_ui_y": 80
44+
},
45+
{
46+
"slot_name": "frame_3",
47+
"slot_ui_x": 88,
48+
"slot_ui_y": 80
49+
},
50+
{
51+
"slot_name": "frame_4",
52+
"slot_ui_x": 108,
53+
"slot_ui_y": 80
54+
},
55+
{
56+
"slot_name": "frame_5",
57+
"slot_ui_x": 128,
58+
"slot_ui_y": 80
59+
},
60+
{
61+
"slot_name": "frame_6",
62+
"slot_ui_x": 148,
63+
"slot_ui_y": 80
64+
},
65+
{
66+
"slot_name": "internal_1",
67+
"slot_ui_x": 48,
68+
"slot_ui_y": 100
69+
},
70+
{
71+
"slot_name": "internal_2",
72+
"slot_ui_x": 68,
73+
"slot_ui_y": 100
74+
},
75+
{
76+
"slot_name": "internal_3",
77+
"slot_ui_x": 88,
78+
"slot_ui_y": 100
79+
},
80+
{
81+
"slot_name": "internal_4",
82+
"slot_ui_x": 108,
83+
"slot_ui_y": 100
84+
},
85+
{
86+
"slot_name": "internal_5",
87+
"slot_ui_x": 128,
88+
"slot_ui_y": 100
89+
},
90+
{
91+
"slot_name": "internal_6",
92+
"slot_ui_x": 148,
93+
"slot_ui_y": 100
94+
}
95+
],
96+
"presetId": "andolf_sub"
97+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"displayName": "preset.dscombat.axcel_truck",
3+
"inventory_background": "dscombat:textures/ui/vehicle_inventory_backgrounds/axcel_truck.png",
4+
"inventory_slots_pos": [
5+
{
6+
"slot_name": "pilot_seat",
7+
"slot_ui_x": 48,
8+
"slot_ui_y": 20
9+
},
10+
{
11+
"slot_name": "seat2",
12+
"slot_ui_x": 68,
13+
"slot_ui_y": 20
14+
},
15+
{
16+
"slot_name": "cargo_bed_1",
17+
"slot_ui_x": 48,
18+
"slot_ui_y": 80
19+
},
20+
{
21+
"slot_name": "internal_1",
22+
"slot_ui_x": 48,
23+
"slot_ui_y": 100
24+
},
25+
{
26+
"slot_name": "internal_2",
27+
"slot_ui_x": 68,
28+
"slot_ui_y": 100
29+
},
30+
{
31+
"slot_name": "internal_3",
32+
"slot_ui_x": 88,
33+
"slot_ui_y": 100
34+
},
35+
{
36+
"slot_name": "internal_4",
37+
"slot_ui_x": 108,
38+
"slot_ui_y": 100
39+
}
40+
],
41+
"presetId": "axcel_truck"
42+
}
Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
{
2+
"displayName": "preset.dscombat.e3sentry_plane",
3+
"inventory_background": "dscombat:textures/ui/vehicle_inventory_backgrounds/e3sentry_plane.png",
4+
"inventory_slots_pos": [
5+
{
6+
"slot_name": "pilot_seat",
7+
"slot_ui_x": 48,
8+
"slot_ui_y": 20
9+
},
10+
{
11+
"slot_name": "seat1",
12+
"slot_ui_x": 68,
13+
"slot_ui_y": 20
14+
},
15+
{
16+
"slot_name": "seat2",
17+
"slot_ui_x": 88,
18+
"slot_ui_y": 20
19+
},
20+
{
21+
"slot_name": "seat3",
22+
"slot_ui_x": 108,
23+
"slot_ui_y": 20
24+
},
25+
{
26+
"slot_name": "seat4",
27+
"slot_ui_x": 128,
28+
"slot_ui_y": 20
29+
},
30+
{
31+
"slot_name": "seat5",
32+
"slot_ui_x": 148,
33+
"slot_ui_y": 20
34+
},
35+
{
36+
"slot_name": "seat6",
37+
"slot_ui_x": 48,
38+
"slot_ui_y": 40
39+
},
40+
{
41+
"slot_name": "seat7",
42+
"slot_ui_x": 68,
43+
"slot_ui_y": 40
44+
},
45+
{
46+
"slot_name": "seat8",
47+
"slot_ui_x": 88,
48+
"slot_ui_y": 40
49+
},
50+
{
51+
"slot_name": "seat9",
52+
"slot_ui_x": 108,
53+
"slot_ui_y": 40
54+
},
55+
{
56+
"slot_name": "seat10",
57+
"slot_ui_x": 128,
58+
"slot_ui_y": 40
59+
},
60+
{
61+
"slot_name": "seat11",
62+
"slot_ui_x": 148,
63+
"slot_ui_y": 40
64+
},
65+
{
66+
"slot_name": "left_wing_1",
67+
"slot_ui_x": 48,
68+
"slot_ui_y": 60
69+
},
70+
{
71+
"slot_name": "left_wing_2",
72+
"slot_ui_x": 68,
73+
"slot_ui_y": 60
74+
},
75+
{
76+
"slot_name": "right_wing_1",
77+
"slot_ui_x": 48,
78+
"slot_ui_y": 60
79+
},
80+
{
81+
"slot_name": "right_wing_2",
82+
"slot_ui_x": 68,
83+
"slot_ui_y": 60
84+
},
85+
{
86+
"slot_name": "frame_1",
87+
"slot_ui_x": 48,
88+
"slot_ui_y": 80
89+
},
90+
{
91+
"slot_name": "internal_1",
92+
"slot_ui_x": 48,
93+
"slot_ui_y": 100
94+
},
95+
{
96+
"slot_name": "internal_2",
97+
"slot_ui_x": 68,
98+
"slot_ui_y": 100
99+
},
100+
{
101+
"slot_name": "internal_3",
102+
"slot_ui_x": 88,
103+
"slot_ui_y": 100
104+
},
105+
{
106+
"slot_name": "internal_4",
107+
"slot_ui_x": 108,
108+
"slot_ui_y": 100
109+
},
110+
{
111+
"slot_name": "internal_5",
112+
"slot_ui_x": 128,
113+
"slot_ui_y": 100
114+
},
115+
{
116+
"slot_name": "internal_6",
117+
"slot_ui_x": 148,
118+
"slot_ui_y": 100
119+
},
120+
{
121+
"slot_name": "internal_7",
122+
"slot_ui_x": 168,
123+
"slot_ui_y": 100
124+
},
125+
{
126+
"slot_name": "internal_8",
127+
"slot_ui_x": 188,
128+
"slot_ui_y": 100
129+
}
130+
],
131+
"presetId": "e3sentry_plane"
132+
}

0 commit comments

Comments
 (0)