NorthstarMods/Northstar.Coop/mod.json

22 lines
457 B
JSON

{
"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"
}
}
]
}