aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Coop/mod.json
blob: 5cb4daf52752466be3fe7124439539ef7a2f5a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"Name": "Northstar.Coop",
	"Description": "[WIP] Allows the singleplayer campaign to be played in multiplayer",
	"Version": "0.0.0",
	"LoadPriority": 0,
	"Scripts": [
		{
			"Path": "sh_sp_coop.gnut",
			"RunOn": "SP"
		},
		{
			"Path": "sh_sp_coop_lobby.gnut",
			"RunOn": "( CLIENT || SERVER ) && MP",
			"ClientCallback": {
				"After": "SingleplayerCoopLobby_Init"
			},
			"ServerCallback": {
				"After": "SingleplayerCoopLobby_Init"
			}
		}
	]
}