forked from citizenfx/fivem
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpremake5_builds.lua
More file actions
30 lines (30 loc) · 783 Bytes
/
Copy pathpremake5_builds.lua
File metadata and controls
30 lines (30 loc) · 783 Bytes
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
return {
five = {
game_3788 = "3788_0",
game_3751 = "3751_0",
game_3570 = "3570_0",
game_3407 = "3407_0",
game_3323 = "3323_0",
game_3258 = "3258_0",
game_3095 = "3095_0",
game_2944 = "2944_0",
game_2802 = "2802_0",
game_2699 = "2699_0",
game_2612 = "2612_1",
game_2545 = "2545_0",
game_2372 = "2372_0",
game_2189 = "2189_0",
game_2060 = "2060_2",
game_1604 = "1604_0",
game_1 = "1", -- Special build that is used to remove all DLCs from the game.
},
rdr3 = {
game_1491 = "1491_50",
game_1436 = "1436_31",
game_1355 = "1355_18",
game_1311 = "1311_20",
},
ny = {
game_43 = "43_0",
}
}