Worth Cart

From Sunrust Wiki
Revision as of 16:46, 14 September 2021 by Imzcared (talk | contribs) (Updated.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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
			],
			...
		]
	]
]