Skip to content

Commit d5918f4

Browse files
fix: update links to strata wiki, add link to addons folder for p2ce, add link to mom wiki for mom
1 parent 25c034e commit d5918f4

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

res/config/momentum.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@
5858
{
5959
"name": "Momentum Mod Wiki",
6060
"type": "link",
61-
"action": "https://wiki.stratasource.org/momentum",
61+
"action": "https://docs.momentum-mod.org",
6262
"icon_override": "${GAME_ICON}"
6363
},
64+
{
65+
"name": "Strata Wiki",
66+
"type": "link",
67+
"action": "https://wiki.stratasource.org",
68+
"icon_override": "${STRATA_ICON}"
69+
},
6470
{
6571
"name": "Momentum Mod Issue Tracker",
6672
"type": "link",

res/config/p2ce.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"game_default": "p2ce",
3-
"window_height": 600,
3+
"window_height": 625,
44
"mod_template_url": "https://github.com/StrataSource/p2ce-mod-template/archive/refs/heads/main.zip",
55
"supports_p2ce_addons": true,
66
"sections": [
@@ -75,10 +75,10 @@
7575
"name": "Links",
7676
"entries": [
7777
{
78-
"name": "Portal 2: CE Wiki",
78+
"name": "Strata Wiki",
7979
"type": "link",
80-
"action": "https://wiki.stratasource.org/p2ce",
81-
"icon_override": "${GAME_ICON}"
80+
"action": "https://wiki.stratasource.org",
81+
"icon_override": "${STRATA_ICON}"
8282
},
8383
{
8484
"name": "Portal 2: CE Issue Tracker",
@@ -97,6 +97,11 @@
9797
{
9898
"name": "Quick Access",
9999
"entries": [
100+
{
101+
"name": "Addons Folder",
102+
"type": "directory",
103+
"action": "${ROOT}/p2ce/addons"
104+
},
100105
{
101106
"name": "Custom Folder",
102107
"type": "directory",

0 commit comments

Comments
 (0)