Skip to content
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
2 changes: 2 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ exclude = [
"https://www.gnu.org/",
# This is a valid page but still 404s for some reason
"https://www.audiokinetic.com/en/download/",
# As of 05/2026 they are captcha blocked -> 403s
"https://www.audiokinetic.com/en/",
# unable to get local issuer certificate
"https://questions.satisfactorygame.com/",
# 403s despite being valid pages
Expand Down
3 changes: 1 addition & 2 deletions modules/ROOT/pages/Development/Cpp/Cookbook.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ return length;

== Latent Functions

https://mikelis.net/easy-c-latent-functions-in-unreal-engine-blueprints/

https://web.archive.org/web/20260202052337/https://mikelis.net/easy-c-latent-functions-in-unreal-engine-blueprints/

== Creating K2 Nodes

Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/ForUsers/DedicatedServerSetup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const unshuffled = [
"Bisect Hosting",
"Zap Hosting",
"Supercraft",
"Nitrado",
"GTX Gaming",
"Nodecraft",
"Gravel Host",
Expand All @@ -82,7 +81,7 @@ list.innerHTML = shuffled.map(host => `<li>${host}</li>`).join('');
[id="UnsupportedHosting"]
==== Unsupported Hosts

// cspell:ignore gportal
// cspell:ignore gportal nitrado
====
The following 3rd party hosting services are known to **_NOT_ support mods**,
regardless of what their websites and marketing pages claim:
Expand All @@ -100,6 +99,7 @@ _we offer no support for them_.
They provide their own UI for mod installation, but we do not support this ourselves. See their docs for details.
- gportal - Doesn't show the proper game file tree.
You may have success with manual mod installation, but we offer no support for that process.
- Nitrado - FTP connection often responds with "invalid response" to valid requests.
====

It is also worth noting that AMP causes SFTP to throw weird errors,
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ After you've finished your mod (or at least its first version), you might want t

The community used to have a Discourse-powered forums website for modding discussion,
but it has since been archived due to low usage.
You can find the archives https://forums.ficsit.app/[here].
You can find the archives https://web.archive.org/web/20260309124622/https://forums.ficsit.app/index-2.html[here].

== Contributing

Expand Down
16 changes: 0 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion supplemental-ui/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<div class="navbar-dropdown is-right">
<a class="navbar-item" href="https://discord.ficsit.app">Discord</a>
<a class="navbar-item" href="https://github.com/satisfactorymodding">GitHub</a>
<a class="navbar-item" href="https://forums.ficsit.app">Archived Forums</a>
</div>
</div>
</div>
Expand Down
Loading