diff --git a/res/config/momentum.json b/res/config/momentum.json index 13980de..c3a352f 100644 --- a/res/config/momentum.json +++ b/res/config/momentum.json @@ -58,9 +58,15 @@ { "name": "Momentum Mod Wiki", "type": "link", - "action": "https://wiki.stratasource.org/momentum", + "action": "https://docs.momentum-mod.org", "icon_override": "${GAME_ICON}" }, + { + "name": "Strata Wiki", + "type": "link", + "action": "https://wiki.stratasource.org", + "icon_override": "${STRATA_ICON}" + }, { "name": "Momentum Mod Issue Tracker", "type": "link", diff --git a/res/config/p2ce.json b/res/config/p2ce.json index a32d429..26684cc 100644 --- a/res/config/p2ce.json +++ b/res/config/p2ce.json @@ -1,6 +1,6 @@ { "game_default": "p2ce", - "window_height": 600, + "window_height": 625, "mod_template_url": "https://github.com/StrataSource/p2ce-mod-template/archive/refs/heads/main.zip", "supports_p2ce_addons": true, "sections": [ @@ -75,10 +75,10 @@ "name": "Links", "entries": [ { - "name": "Portal 2: CE Wiki", + "name": "Strata Wiki", "type": "link", - "action": "https://wiki.stratasource.org/p2ce", - "icon_override": "${GAME_ICON}" + "action": "https://wiki.stratasource.org", + "icon_override": "${STRATA_ICON}" }, { "name": "Portal 2: CE Issue Tracker", @@ -97,6 +97,11 @@ { "name": "Quick Access", "entries": [ + { + "name": "Addons Folder", + "type": "directory", + "action": "${ROOT}/p2ce/addons" + }, { "name": "Custom Folder", "type": "directory",