From 9a7a314a85cd8f3355b97b2ad6794f21f85665bc Mon Sep 17 00:00:00 2001 From: Rob B Date: Thu, 25 Jul 2024 05:15:52 -0500 Subject: [PATCH] feat: update tools page with new tools, remove old tools (#172) --- src/lib/components/mods/ModDescription.svelte | 2 +- src/routes/tools/+page.svelte | 31 +++++-------------- 2 files changed, 9 insertions(+), 24 deletions(-) diff --git a/src/lib/components/mods/ModDescription.svelte b/src/lib/components/mods/ModDescription.svelte index fdb9ba0b3..810f34a65 100644 --- a/src/lib/components/mods/ModDescription.svelte +++ b/src/lib/components/mods/ModDescription.svelte @@ -13,7 +13,7 @@
+ message="This mod is hidden, which means it won't display in searches, and the Mod Manager will not display any view/download count or logo for it. A developer could choose to hide their mod for any number of reasons. Perhaps the mod is a library mod and not intended to be viewed directly, or maybe the developer doesn't want to develop the mod any more. Check the mod page for more information." />
{/if}
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 5c7ef267e..d6f918262 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -27,13 +27,6 @@ description: 'Recipe calculator using sankey diagrams.', link: 'https://kirkmcdonald.github.io/satisfactory-calculator/calc.html' }, - { - name: 'Map', - author: 'Cornik and S4XXX', - logo: '', - description: 'Satisfactory map based on in-game coordinates.', - link: 'https://www.satisfactorymap.com/' - }, { name: 'SatisGraphtory', author: 'tehalexf and thinkaliker', @@ -43,7 +36,7 @@ link: 'https://satisgraphtory.com/' }, { - name: 'Satisfactory Calculator', + name: 'Satisfactory Calculator Interactive Map (SCIM)', author: 'Anthor', logo: '', description: 'Collection of tools for Satisfactory (Production planner, Interactive map, Recipes, etc)', @@ -64,13 +57,6 @@ description: 'A UI kit for Satisfactory mods', link: 'https://github.com/deantendo/sfuikit' }, - { - name: 'Ficsit.info', - author: 'Nevir', - logo: 'https://github.com/ficsit/ficsit.info/blob/master/web/assets/site-icons/maskable-512.png?raw=true', - description: 'Production line optimization tool, and game info database', - link: 'https://ficsit.info/' - }, { name: "Daniel's Satisfactory Tools", author: 'DanielTheProgrammer', @@ -78,14 +64,6 @@ description: 'Visualize production chains, and browse items and recipes!', link: 'https://daniel2013.github.io/satisfactory/' }, - { - name: 'Satisfactory Toolbox', - author: 'Lucek', - logo: '', - description: - 'Factory tool collection, with main tool called "factory planner" with detailed, realtime stats for production and consumption, overclocking and much more.', - link: 'https://toolbox.satisfactory.lucek.io/' - }, { name: 'Satisfactory 3D Map', author: 'Moritz', @@ -94,6 +72,13 @@ 'Shows all objects within a savegame in 3D and provides a simple version of the game world for spatial context. Additionally, all properties and values of objects are shown.', link: 'https://github.com/moritz-h/satisfactory-3d-map' }, + { + name: 'FactorioLab', + author: 'Doug Broad', + logo: 'https://factoriolab.github.io/factoriolab.webp', + description: 'Production calculator supporting multiple factory games and visualization approaches', + link: 'https://factoriolab.github.io/satisfactory' + }, { name: 'Satisfactory Dedicated Server Remote Manager', author: 'GreyHak',