From 0ae60d2d382e7273bee2e1244b7ccc0ed845b8e9 Mon Sep 17 00:00:00 2001 From: Laura Sofia Heimann Date: Sun, 3 May 2026 11:23:54 +0200 Subject: [PATCH] Add "Default Mode" to links --- res/config/momentum.json | 7 +++++++ res/config/p2ce.json | 7 +++++++ res/config/revolution.json | 7 +++++++ 3 files changed, 21 insertions(+) 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",