forked from eupedrocecel/rsg-jobwagon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.lua
88 lines (78 loc) · 2.08 KB
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Config = {}
Config.CartInvKeybind = 'O' -- opens cart inventory
-- job settings
Config.JobsSettings = {
['stdeniswholesale'] = {
carthash = joaat('wagon04x'),
spawncoords = vector4(2333.1894, -1479.587, 45.956836, 148.38502),
cargohash = joaat('pg_teamster_wagon04x_gen'),
lightupgardehash = joaat('pg_teamster_wagon04x_lightupgrade3'),
maxweight = 500000,
maxslots = 40,
},
['blkwholesale'] = {
carthash = joaat('wagon04x'),
spawncoords = vector4(-738.3441, -1345.372, 43.855888, 185.47911),
cargohash = joaat('pg_teamster_wagon04x_gen'),
lightupgardehash = joaat('pg_teamster_wagon04x_lightupgrade3'),
maxweight = 500000,
maxslots = 40,
},
['macfarranch'] = {
carthash = joaat('chuckwagon000x'),
spawncoords = vector4(-2376.891, -2383.489, 61.529312, 185.90876),
cargohash = joaat('pg_vl_rancher05'),
lightupgardehash = joaat('pg_teamster_chuckwagon002x_lightupgrade3'),
maxweight = 500000,
maxslots = 40,
},
['prongranch'] = {
carthash = joaat('chuckwagon000x'),
spawncoords = vector4(-2572.45, 362.97662, 150.49966, 86.822937),
cargohash = joaat('pg_vl_rancher05'),
lightupgardehash = joaat('pg_teamster_chuckwagon002x_lightupgrade3'),
maxweight = 500000,
maxslots = 40,
},
}
--[[
--------------------------
cart information
--------------------------
wagontraveller01x
wagon06x
wagon05x
wagon04x
wagon03x
wagon02x
UTILLIWAG
supplywagon
stagecoach006x
stagecoach005x
stagecoach004x
stagecoach002x
stagecoach001x
logwagon
hutercart01
coach6
coach5
coach4
coach3
coach2
chuckwagon002x
chuckwagon000x
cart08
cart07
cart06
cart05
cart04
cart03
cart02
cart01
buggy03
buggy02
buggy01
--------------------------
-- https://github.com/femga/rdr3_discoveries/blob/f729ba03f75a591ce5c841642dc873345242f612/vehicles/vehicle_modding/vehicle_propsets.lua
-- https://github.com/femga/rdr3_discoveries/blob/f729ba03f75a591ce5c841642dc873345242f612/vehicles/vehicle_modding/vehicle_lantern_propsets.lua
--]]