GeoFS-V3.9_Core-Library

Shared logic and utilities for standalone GeoFS addons.

Tính đến 24-04-2026. Xem phiên bản mới nhất.

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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.

(I already have a user style manager, let me install it!)

Tác giả
AwesomeOddEven-NightKeys-LunarBlink
Phiên bản
1.0.0
Đã tạo
24-04-2026
Đã cập nhật
24-04-2026
Kích thước
863 Byte
Giấy phép
N/A

🛠️ 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