diff --git a/cspell.json b/cspell.json index 7a9e5db6..f7c147f4 100644 --- a/cspell.json +++ b/cspell.json @@ -7,12 +7,14 @@ // words - list of words to be always considered correct "words": [ "cfworker", + "Deantendo", "felte", "fenv", "ficsit", "gpgsign", "pnpx", "prismjs", + "SCIM", "smui", "tolgee", "uplugin", diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 7fa614d2..60ec7d3c 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -3,14 +3,15 @@ import ToolCard from '$lib/components/tools/ToolCard.svelte'; import MetaDescriptors from '$lib/components/utils/MetaDescriptors.svelte'; + // cspell:ignore SatisGraphtory tehalexf thinkaliker Moritz const tools: Tool[] = [ { - name: 'Save Editor', - author: 'Goz3rr', - logo: 'https://cdn.jsdelivr.net/gh/Goz3rr/SatisfactorySaveEditor@6958101e3f2c0e50ba92df798ebefe4e6bdd4eb5/Reference%20Materials/SatisfactorySaveEditorLogo.png', + name: 'Satisfactory Calculator Interactive Map (SCIM)', + author: 'Anthor', + logo: 'https://i.imgur.com/vPKmL9d.png', description: - 'A work in progress save editor for Satisfactory. Consists of both a save parser and an application for viewing and editing the parsed data. (Supports Update 5 save files.)', - link: 'https://github.com/Goz3rr/SatisfactorySaveEditor' + 'Collection of tools for Satisfactory - Production planner, Interactive map/save editor, Recipes, etc. (Supports 1.0 Release save files.)', + link: 'https://satisfactory-calculator.com/' }, { name: 'Satisfactory Tools', @@ -20,6 +21,21 @@ 'A collection of powerful tools for planning and building the perfect base. Calculate your production or consumption, browse items, buildings, and schematics and share your builds with others!', link: 'https://www.satisfactorytools.com/' }, + { + 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 Save File Python Tools', + author: 'GreyHak', + logo: 'https://raw.githubusercontent.com/GreyHak/sat_sav_parse/main/sat_py_icon.png', + description: + 'A set of Python tools for parsing Satisfactory save files, and then displaying and manipulating the contents. (Supports 1.0 Release save files.)', + link: 'https://github.com/GreyHak/sat_sav_parse' + }, { name: 'Recipe Calculator', author: 'KirkMcDonald', @@ -28,80 +44,58 @@ link: 'https://kirkmcdonald.github.io/satisfactory-calculator/calc.html' }, { - name: 'SatisGraphtory', - author: 'tehalexf and thinkaliker', - logo: 'https://cdn.jsdelivr.net/gh/rhocode/rhocode.github.io@4713b4887e8821f1482de7af4ae32fb6a4b2bcaf/img/satoolsfactory_icons/dot.png', + name: 'Satisfactory 3D Map', + author: 'Moritz', + logo: '', description: - 'This is a factory planner/optimizer/analyzer tool for factories old and new! Simulate resource chains, factory layouts, and more!', - link: 'https://satisgraphtory.com/' + '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: 'Satisfactory Calculator Interactive Map (SCIM)', - author: 'Anthor', - logo: '', - description: 'Collection of tools for Satisfactory (Production planner, Interactive map, Recipes, etc)', - link: 'https://satisfactory-calculator.com/' + name: 'Satisfactory Dedicated Server Remote Manager', + author: 'GreyHak', + logo: 'https://raw.githubusercontent.com/GreyHak/sdsrm/main/sdsrm_icon.png', + description: + 'Manage your 1.0+ Dedicated Server remotely with this Python GUI through the new Dedicated Server HTTPS API. If you want a make your own remote manager, a Python library is available.', + link: 'https://github.com/GreyHak/sdsrm' }, { - name: 'Savegame Tool', - author: 'SillyBits', - logo: '', + name: 'Satisfactory Logistics', + author: 'leonardfactory', + logo: 'https://satisfactory-logistics.xyz/images/logo/logo-square-big.png', description: - 'Allows for numerous options regarding satisfactory savegames, e.g. searching and erasing damaged entities. (Supports Update 3 save files.)', - link: 'https://github.com/SillyBits/satisfactory-savegame-tool-ng' + 'Keep track of in-game Logistics (by train, drones, vehicles), setup inputs and outputs between them and see how many items are consumed and where.', + link: 'https://satisfactory-logistics.xyz/' }, { name: 'Satisfactory UI Kit', author: 'Deantendo', logo: '', - description: 'A UI kit for Satisfactory mods', + description: 'A UI kit for developing Satisfactory mods.', link: 'https://github.com/deantendo/sfuikit' }, { name: "Daniel's Satisfactory Tools", author: 'DanielTheProgrammer', logo: 'https://i.imgur.com/Ogt0r9k.png', - description: 'Visualize production chains, and browse items and recipes!', + description: 'Visualize production chains, and browse items and recipes! (Pre-1.0 release recipes)', link: 'https://daniel2013.github.io/satisfactory/' }, { - name: 'Satisfactory 3D Map', - author: 'Moritz', - logo: '', - description: - '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 Save File Python Tools', - author: 'GreyHak', - logo: 'https://raw.githubusercontent.com/GreyHak/sat_sav_parse/main/sat_py_icon.png', - description: - 'A set of Python tools for parsing Satisfactory save files, and then displaying and manipulating the contents. (Supports 1.0 Release save files.)', - link: 'https://github.com/GreyHak/sat_sav_parse' - }, - { - name: 'Satisfactory Dedicated Server Remote Manager', - author: 'GreyHak', - logo: 'https://raw.githubusercontent.com/GreyHak/sdsrm/main/sdsrm_icon.png', + name: 'Save Editor', + author: 'Goz3rr', + logo: 'https://cdn.jsdelivr.net/gh/Goz3rr/SatisfactorySaveEditor@6958101e3f2c0e50ba92df798ebefe4e6bdd4eb5/Reference%20Materials/SatisfactorySaveEditorLogo.png', description: - 'Manage your 1.0+ Dedicated Server remotely with this Python GUI through the new Dedicated Server HTTPS API. If you want a make your own remote manager, a Python library is available.', - link: 'https://github.com/GreyHak/sdsrm' + 'A work in progress save editor for Satisfactory. Consists of both a save parser and an application for viewing and editing the parsed data. (Supports Update 5 save files.)', + link: 'https://github.com/Goz3rr/SatisfactorySaveEditor' }, { - name: 'Satisfactory Logistics', - author: 'leonardfactory', - logo: 'https://satisfactory-logistics.xyz/images/logo/logo-square-big.png', + name: 'SatisGraphtory', + author: 'tehalexf and thinkaliker', + logo: 'https://cdn.jsdelivr.net/gh/rhocode/rhocode.github.io@4713b4887e8821f1482de7af4ae32fb6a4b2bcaf/img/satoolsfactory_icons/dot.png', description: - 'Keep track of in-game Logistics (by train, drones, vehicles), setup inputs and outputs between them and see how many items are consumed and where.', - link: 'https://satisfactory-logistics.xyz/' + 'This is a factory planner/optimizer/analyzer tool for factories old and new! Simulate resource chains, factory layouts, and more! (pre-Update 4 recipes)', + link: 'https://satisgraphtory.com/' } ];