Skip to content

Commit

Permalink
feat: update tools page with new tools, remove old tools (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 authored Jul 25, 2024
1 parent 7452f43 commit 9a7a314
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
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

0 comments on commit 9a7a314

Please sign in to comment.