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: 1 addition & 1 deletion src/lib/components/mods/ModDescription.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="p-4">
<AnnouncementRow
importance={AnnouncementImportance.Info}
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 chose 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." />
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." />
</div>
{/if}
<div class="card h-fit p-4">
Expand Down
31 changes: 8 additions & 23 deletions src/routes/tools/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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)',
Expand All @@ -64,28 +57,13 @@
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',
logo: 'https://i.imgur.com/Ogt0r9k.png',
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',
Expand All @@ -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',
Expand Down