aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Coop/mod.json
blob: 9f657cdd7255297565414c98742cd6585b99161c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
disabled{
	"ApiId" : "Northstar.Coop",
	"Name" : "Northstar.Coop",
	"Description" : "Various script patches to fix functionality for coop servers",
	"Authors" : [
		"BobTheBob"
	],
	"Contacts" : [
		"BobTheBob#1150"
	],
	"Version" : "0.1",
	"CustomScripts": [
		{
			"Path": "sp/_coop_sp_utils.gnut",
			"RunOn": "SERVER && SP",
			"ServerCallback": "CoopSpUtils_Init"
		},
		{
			"Path": "sp/sh_coop_sp_utils.gnut",
			"RunOn": "( CLIENT || SERVER ) && SP",
			"ServerCallback": "ClCoopSpUtils_Init"
		}
	]
}