GeoFS-V3.9_Core-Library

Shared logic and utilities for standalone GeoFS addons.

Verze ze dne 24. 04. 2026. Zobrazit nejnovější verzi.

Tento skript by neměl být instalován přímo. Jedná se o knihovnu, kterou by měly jiné skripty využívat pomocí meta příkazu // @require https://update.greatest.deepsurf.us/scripts/575240/1807326/GeoFS-V39_Core-Library.js

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
AwesomeOddEven-NightKeys-LunarBlink
Verze
1.0.0
Vytvořeno
24. 04. 2026
Aktualizováno
24. 04. 2026
Size
863 B
Licence
neuvedeno

🛠️ GeoFS-V3.9_Core-Library

GeoFS-V3.9_Core-Library is the foundational logic layer for the AwesomeOddEven extension suite. It abstracts the complex GeoFS internals into a clean, reliable API, allowing you to focus on building features rather than fighting the simulator's DOM and initialization timing.


🚀 Purpose

Think of this as the "Operating System" for your extensions. It handles:

  • Lifecycle Management: Ensures scripts only run when GeoFS is fully initialized via the SafeInit protocol.
  • Internal API Wrappers: Provides simplified access to geofs.aircraft.instance, telemetry, and physics variables.
  • Cross-Module Communication: Acts as the bridge between the Design System and feature-specific scripts like the Failure Simulator.

🛠️ Integration

This library is a required dependency for most AwesomeOddEven tools.

For Developers

Include this in your Tampermonkey header to unlock the core utility functions:

// @require https://raw.githack.com/AwesomeOddEven-NightKeys-LunarBlink/GeoFS-V3.9_Core-Library/main/standalone.user.js