Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update links to point to new wiki #64

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions reaper/cogs/auto_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
)
controller.add_field(
name="\u200b",
value="Try following the [controller not working](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#controller) wiki section for multiple ways you can fix a controller not working on Northstar.",
value="Try following the [controller not working](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#controller-not-working) wiki section for multiple ways you can fix a controller not working on Northstar.",
)

# Embed for automatically replying to potential questions about installing mods for Northstar
Expand All @@ -48,12 +48,12 @@
)
installmods.add_field(
name="Manual mod installation",
value="See the [manual mod installation section](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/manual-installation#installing-northstar-mods-manually) of the wiki.",
value="See the [manual mod installation section](https://docs.northstar.tf/Wiki/installing-northstar/manual-installation/#installing-northstar-mods-manually) of the wiki.",
)

# Embed for automatically replying to mentions of "Couldn't find player account"
playeraccount = discord.Embed(
description='I noticed that you may have asked for help regarding the "Couldn\'t find player account" error. Please read the [wiki section for this issue](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#playeraccount) to solve the error.',
description='I noticed that you may have asked for help regarding the "Couldn\'t find player account" error. Please read the [wiki section for this issue](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#couldnt-find-player-accountinvalid-master-server-token) to solve the error.',
color=0x5D3FD3,
)

Expand All @@ -80,7 +80,7 @@
# Embed for default EA stuff
ea = discord.Embed(
title='I noticed you may have asked for help regarding the "Couldn\'t write log file!" error.',
description="If you have the game installed on EA, please follow the [wiki section](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#cannot-write-log-file-when-using-northstar-on-ea-app) for solving this issue.",
description="If you have the game installed on EA, please follow the [wiki section](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#cannot-write-log-file-when-using-northstar-on-ea-app) for solving this issue.",
color=0x5D3FD3,
)

Expand Down
14 changes: 7 additions & 7 deletions reaper/cogs/image_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
)

operation_not_permitted = discord.Embed(
description="EA's default install directory has some issues associated with it, which can be solved by following the [wiki section about this error](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#cannot-write-log-file-when-using-northstar-on-ea-app)",
description="EA's default install directory has some issues associated with it, which can be solved by following the [wiki section about this error](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#cannot-write-log-file-when-using-northstar-on-ea-app)",
color=common_embed_color,
)
operation_not_permitted.add_field(
Expand All @@ -37,7 +37,7 @@
)

mod_failed_sanity = discord.Embed(
description="The \"Mod failed sanity check\" error is specific to FlightCore, and means that the mod isn't properly formatted and FlightCore can't automatically install it. However, you can still follow the [manual mod install guide](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/manual-installation#installing-northstar-mods-manually) to install the mod you wanted.",
description="The \"Mod failed sanity check\" error is specific to FlightCore, and means that the mod isn't properly formatted and FlightCore can't automatically install it. However, you can still follow the [manual mod install guide](https://docs.northstar.tf/Wiki/installing-northstar/manual-installation/#installing-northstar-mods-manually) to install the mod you wanted.",
color=common_embed_color,
)
mod_failed_sanity.add_field(
Expand All @@ -46,7 +46,7 @@
)

log_file = discord.Embed(
description='I noticed you encountered the "Failed creating log file!" error.\n\nPlease follow the [wiki section](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#cannot-write-log-file-when-using-northstar-on-ea-app) for solving this issue.',
description='I noticed you encountered the "Failed creating log file!" error.\n\nPlease follow the [wiki section](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#cannot-write-log-file-when-using-northstar-on-ea-app) for solving this issue.',
color=common_embed_color,
)
log_file.add_field(
Expand All @@ -55,7 +55,7 @@
)

msvcp = discord.Embed(
description='The "MSVCP120.dll" or "MSVCR120.dll" error comes up when you\'re missing a dependency Titanfall 2 uses to run. Follow the [wiki section for this issue](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#msvcr) to solve it.',
description='The "MSVCP120.dll" or "MSVCR120.dll" error comes up when you\'re missing a dependency Titanfall 2 uses to run. Follow the [wiki section for this issue](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#msvcr120dll-msvcp120dll-not-found) to solve it.',
color=common_embed_color,
)
msvcp.add_field(
Expand All @@ -64,7 +64,7 @@
)

playeraccount = discord.Embed(
description='Try following the guide on solving the "Couldn\'t find player account" and "Invalid master server token" errors [here](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#playeraccount)',
description='Try following the guide on solving the "Couldn\'t find player account" and "Invalid master server token" errors [here](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#couldnt-find-player-accountinvalid-master-server-token)',
color=common_embed_color,
)
playeraccount.add_field(
Expand All @@ -73,7 +73,7 @@
)

origin_offline = discord.Embed(
description='Try following the guide on solving the "Origin Offline" and "Origin logged out" errors [here](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#origin-offline)',
description='Try following the guide on solving the "Origin Offline" and "Origin logged out" errors [here](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#origin-offlineorigin_logged_out)',
color=common_embed_color,
)
origin_offline.add_field(
Expand Down Expand Up @@ -127,7 +127,7 @@
)

flightcore_default_titanfall_ea_default_path = discord.Embed(
description="Detected FlightCore error message with mention of default install path for Titanfall2 using EA App.\nUsing the instructions provided in the following link might resolve your issue: https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting#cannot-write-log-file-when-using-northstar-on-ea-app",
description="Detected FlightCore error message with mention of default install path for Titanfall2 using EA App.\nUsing the instructions provided in the following link might resolve your issue: https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/#cannot-write-log-file-when-using-northstar-on-ea-app",
color=common_embed_color,
)
flightcore_default_titanfall_ea_default_path.add_field(
Expand Down
10 changes: 5 additions & 5 deletions reaper/cogs/install_channel_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
helpembed = discord.Embed(title="Having issues with Northstar?", color=0xFFF9AC)
helpembed.add_field(
name="Troubleshooting issues with Northstar or installing Northstar",
value="Check out the [FAQ](https://r2northstar.gitbook.io/r2northstar-wiki/faq) and [troubleshooting](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/troubleshooting) pages of the wiki for your error\n\nIf you can't find your error, feel free to open a ticket in the [help channel](https://discordapp.com/channels/920776187884732556/922663326994018366/1101924175343517827) by reading the embedded message and clicking the button to open a ticket",
value="Check out the [FAQ](https://docs.northstar.tf/Wiki/faq/) and [troubleshooting](https://docs.northstar.tf/Wiki/installing-northstar/troubleshooting/) pages of the wiki for your error\n\nIf you can't find your error, feel free to open a ticket in the [help channel](https://discordapp.com/channels/920776187884732556/922663326994018366/1101924175343517827) by reading the embedded message and clicking the button to open a ticket",
)

# Embeds for the installation channel - Manual
Expand All @@ -19,7 +19,7 @@
)
manual.add_field(
name="\u200b",
value="Download the newest `.zip` from the [releases page](https://github.com/R2Northstar/Northstar/releases/latest)\n\nFollow the [Manual installation guide](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/manual-installation)",
value="Download the newest `.zip` from the [releases page](https://github.com/R2Northstar/Northstar/releases/latest)\n\nFollow the [Manual installation guide](https://docs.northstar.tf/Wiki/installing-northstar/manual-installation/)",
)

# Embeds for the installation channel - Automatic
Expand All @@ -30,17 +30,17 @@
)
installation.add_field(
name="FlightCore",
value="Simple, easy to use mod manager and Northstar installer. Most stable mod manager.\n\nWorks on Windows and Linux, and is actively updated.\n\n[Download (Windows)](https://r2northstartools.github.io/FlightCore/index.html?win-setup)\n\n[Guide to setting up FlightCore](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/northstar-installers/flightcore-guide)",
value="Simple, easy to use mod manager and Northstar installer. Most stable mod manager.\n\nWorks on Windows and Linux, and is actively updated.\n\n[Download (Windows)](https://r2northstartools.github.io/FlightCore/index.html?win-setup)\n\n[Guide to setting up FlightCore](https://docs.northstar.tf/Wiki/installing-northstar/northstar-installers/flightcore-guide/)",
inline=True,
)
installation.add_field(
name="VTOL",
value="Advanced, feature rich mod manager and Northstar installer. Additionally very useful if you might want to make mods.\n\nWorks on Windows, and is actively updated.\n\n[Download (Windows)](https://github.com/BigSpice/VTOL/releases/latest/download/VTOL_Installer.msi)\n\n[Guide to setting up VTOL](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/northstar-installers/vtol-guide)",
value="Advanced, feature rich mod manager and Northstar installer. Additionally very useful if you might want to make mods.\n\nWorks on Windows, and is actively updated.\n\n[Download (Windows)](https://github.com/BigSpice/VTOL/releases/latest/download/VTOL_Installer.msi)\n\n[Guide to setting up VTOL](https://docs.northstar.tf/Wiki/installing-northstar/northstar-installers/vtol-guide/)",
inline=True,
)
installation.add_field(
name="Viper",
value="Simple, easy to use mod manager and Northstar installer. Good when it works.\n\nWorks on Windows and Linux, and occasionally recieves bug fix updates.\n\n[Download (Windows)](https://0negal.github.io/viper/index.html?win-setup)\n\n[Guide to setting up Viper](https://r2northstar.gitbook.io/r2northstar-wiki/installing-northstar/northstar-installers/viper-guide)",
value="Simple, easy to use mod manager and Northstar installer. Good when it works.\n\nWorks on Windows and Linux, and occasionally recieves bug fix updates.\n\n[Download (Windows)](https://0negal.github.io/viper/index.html?win-setup)\n\n[Guide to setting up Viper](https://docs.northstar.tf/Wiki/installing-northstar/northstar-installers/viper-guide/)",
inline=True,
)

Expand Down
Loading