Shared logic and utilities for standalone GeoFS addons.
Tính đến
Script này sẽ không được không được cài đặt trực tiếp. Nó là một thư viện cho các script khác để bao gồm các chỉ thị meta
// @require https://update.greasyfork.org/scripts/575240/1807326/GeoFS-V39_Core-Library.js
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.
Think of this as the "Operating System" for your extensions. It handles:
SafeInit protocol.geofs.aircraft.instance, telemetry, and physics variables.This library is a required dependency for most AwesomeOddEven tools.
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