Worth Cart
Jump to navigation
Jump to search
This article is about cart creation by editing the zscarts.txt files. Both the Main and Point Save cart files can be found in C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\data.
Worth Menu Items' Cart ID
Gun
|
Ammo
|
Melee
|
Tool
|
Deployable
|
Trinket
|
Other
|
Trait
|
Cart Text Document Format
"Loadout Name" is for the player to name their loadout.
"Item" is replaced by, for example, "pshtr".
["Variant",X.0]] is replaced by, for example, ["brassknuckles",1.0].
[
[
"Loadout 1 Name",
[
"Item 1",
...
],
[
[
"Variant",
X.0
],
...
]
],
...,
[
"Loadout X Name",
[
"Item 1",
...
],
[
[
"Variant",
X.0
],
...
]
]
]