diff --git a/res/config/momentum.json b/res/config/momentum.json index c3a352f..4e623b0 100644 --- a/res/config/momentum.json +++ b/res/config/momentum.json @@ -7,21 +7,21 @@ { "name": "Momentum Mod - Dev Mode", "type": "command", - "action": "${ROOT}/bin/${PLATFORM}/chaos", + "action": "${ROOT}/bin/${PLATFORM}/momentum", "arguments": ["-game", "${GAME}", "-dev", "-console"], "icon_override": "${GAME_ICON}" }, { "name": "Momentum Mod - Dev && Tools Mode", "type": "command", - "action": "${ROOT}/bin/${PLATFORM}/chaos", + "action": "${ROOT}/bin/${PLATFORM}/momentum", "arguments": ["-game", "${GAME}", "-dev", "-console", "-tools"], "icon_override": "${GAME_ICON}" }, { "name": "Momentum Mod - Safe Mode (No Custom Content)", "type": "command", - "action": "${ROOT}/bin/${PLATFORM}/chaos", + "action": "${ROOT}/bin/${PLATFORM}/momentum", "arguments": ["-game", "${GAME}", "-nousermount", "-nocustommount"], "icon_override": "${GAME_ICON}" } diff --git a/res/config/p2ce.json b/res/config/p2ce.json index 1c45056..edf193b 100644 --- a/res/config/p2ce.json +++ b/res/config/p2ce.json @@ -10,21 +10,21 @@ { "name": "Portal 2: CE - Dev Mode", "type": "command", - "action": "${ROOT}/bin/${PLATFORM}/chaos", + "action": "${ROOT}/bin/${PLATFORM}/p2ce", "arguments": ["-game", "${GAME}", "-dev", "-console"], "icon_override": "${GAME_ICON}" }, { "name": "Portal 2: CE - Dev && Tools Mode", "type": "command", - "action": "${ROOT}/bin/${PLATFORM}/chaos", + "action": "${ROOT}/bin/${PLATFORM}/p2ce", "arguments": ["-game", "${GAME}", "-dev", "-console", "-tools"], "icon_override": "${GAME_ICON}" }, { "name": "Portal 2: CE - Safe Mode", "type": "command", - "action": "${ROOT}/bin/${PLATFORM}/chaos", + "action": "${ROOT}/bin/${PLATFORM}/p2ce", "arguments": ["-game", "${GAME}", "-nousermount", "-nocustommount"], "icon_override": "${GAME_ICON}" }