diff --git a/res/config/momentum.json b/res/config/momentum.json index ed63982..2e3d873 100644 --- a/res/config/momentum.json +++ b/res/config/momentum.json @@ -6,6 +6,13 @@ { "name": "Game", "entries": [ + { + "name": "Momentum Mod - Default Mode", + "type": "command", + "action": "${ROOT}/bin/${PLATFORM}/momentum", + "arguments": ["-game", "${GAME}", "-console"], + "icon_override": "${GAME_ICON}" + }, { "name": "Momentum Mod - Dev Mode", "type": "command", diff --git a/res/config/p2ce.json b/res/config/p2ce.json index a4909f2..9eeac54 100644 --- a/res/config/p2ce.json +++ b/res/config/p2ce.json @@ -11,6 +11,13 @@ { "name": "Game", "entries": [ + { + "name": "Portal 2: CE - Default Mode", + "type": "command", + "action": "${ROOT}/bin/${PLATFORM}/p2ce", + "arguments": ["-game", "${GAME}", "-console"], + "icon_override": "${GAME_ICON}" + }, { "name": "Portal 2: CE - Dev Mode", "type": "command", diff --git a/res/config/revolution.json b/res/config/revolution.json index d876e07..28a7e30 100644 --- a/res/config/revolution.json +++ b/res/config/revolution.json @@ -6,6 +6,13 @@ { "name": "Game", "entries": [ + { + "name": "Portal: Revolution - Default Mode", + "type": "command", + "action": "${ROOT}/bin/${PLATFORM}/revolution", + "arguments": ["-game", "${GAME}", "-console"], + "icon_override": "${GAME_ICON}" + }, { "name": "Portal: Revolution - Dev Mode", "type": "command",