From 7452f438f71cc1c0a9d870d71be5d09fed73efa7 Mon Sep 17 00:00:00 2001 From: GreyHak <479851+GreyHak@users.noreply.github.com> Date: Thu, 18 Jul 2024 15:30:37 -0700 Subject: [PATCH] feat: add Satisfactory Dedicated Server Remote Manager to Tools page (#171) --- src/routes/tools/+page.svelte | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte index 5cf3045d2..5c7ef267e 100644 --- a/src/routes/tools/+page.svelte +++ b/src/routes/tools/+page.svelte @@ -93,6 +93,14 @@ 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: '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' } ];