Skip to content

Commit

Permalink
fix: update links to strata wiki, add link to addons folder for p2ce,…
Browse files Browse the repository at this point in the history
… add link to mom wiki for mom
  • Loading branch information
craftablescience committed Dec 24, 2024
1 parent 25c034e commit d5918f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
8 changes: 7 additions & 1 deletion res/config/momentum.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
13 changes: 9 additions & 4 deletions res/config/p2ce.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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",
Expand All @@ -97,6 +97,11 @@
{
"name": "Quick Access",
"entries": [
{
"name": "Addons Folder",
"type": "directory",
"action": "${ROOT}/p2ce/addons"
},
{
"name": "Custom Folder",
"type": "directory",
Expand Down

0 comments on commit d5918f4

Please sign in to comment.