diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 0b34da1..55c5522 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -4,20 +4,15 @@ import { RouterProvider, createRouter } from '@tanstack/react-router' import './styles/index.css' import "../runtime.js" import "@wailsio/runtime"; -// Import the generated route tree import { routeTree } from './routeTree.gen.js' -// Create a new router instance const router = createRouter({ routeTree }) - -// Register the router instance for type safety declare module '@tanstack/react-router' { interface Register { router: typeof router } } -// Render the app const rootElement = document.getElementById('root')! if (!rootElement.innerHTML) { const root = ReactDOM.createRoot(rootElement) diff --git a/frontend/src/pages/about/index.tsx b/frontend/src/pages/about/index.tsx index a4f5c47..f72f2a4 100644 --- a/frontend/src/pages/about/index.tsx +++ b/frontend/src/pages/about/index.tsx @@ -3,7 +3,7 @@ import { Link } from "@tanstack/react-router"; export default function AboutPage() { return (
Launch the game and your Firefly Private Server (PS).
+Launch the game and your Firefly GO Server (PS).
This site is a another version of {" "} - SR Tools {" "} + Firefly Tools {" "} developed by {" "} Me {"(Kain)"}
@@ -95,9 +95,24 @@ export default function SrToolsPage() {Instantly apply setups to Firefly Private Server using Connect PS โ no manual file uploads required.
+Instantly apply setups to Firefly GO Server using Connect PS โ no manual file uploads required.
+ Enhance your Firefly GO Server experience with extra features: +
+Export and import full builds using freesr-data.json.
Patch and update game files using{" "} - Hdiffz Tool - {" "}(HDiffPatch) โ fast & lightweight incremental updates. -
++ Patch & Update Game Files +
++ Use the{" "} + Diff Tool{" "} + (DiffPatch) for fast & lightweight incremental updates. +
++ Supports Hdiff, Ldiff, and custom diff formats. +
++ Instantly hides the entire game UI โ often used in DIM showcase videos. +
++ Remove the Lens Flare censor effect ๐ for a cleaner experience. +
++ No need to type chat commands anymore โ configure everything through the + web: adjust monster HP, set cycles, view logs, and more. +
+/hp WAVE HP โ Set monster HP for a specific wave
Example: /hp 1 2000000 sets Wave 1 monster HP to 2,000,000
/hp 0 disables HP override
+ /hp N โ Set monster HP (only available in Theorycraft mode)
+
+ /hp 0 โ Disable the set HP feature
+
+ /hp Wave V1 V2 ... โ Set HP for each monster in a specific wave
+
+ Example: /hp 1 2000000 3000000 sets wave 1 monster1 HP=2,000,000 and monster2 HP=3,000,000
+