X4: Foundations

X4: Foundations

SirNukes Mod Support APIs
Affichage des entrées 1-10 sur 31
< 1  2  3  4 >
Mis à jour le : 5 oct. à 16h18

Fix for timelines debriefing window not displaying.

Mis à jour le : 15 sept. à 23h30

Updated chat window api for 8.0. Fix for hotkeys set in the menu using the ctrl modifier not triggering. Switched to lowercase xml and lua file names for better linux compatability. Fixed issue with OnLoad lua Init functions being called multiple times if another mod includes a copy of older Lua_Loader code.

Mis à jour le : 11 sept. à 17h36

Note: X4 online features do not work with this mod. Patched several lua restricted "Online" functions to return safe values instead of nil for modded menus. Fixed a ui lockup bug when accessing player info.

Mis à jour le : 11 sept. à 12h50

Update for x4 8.0, including 7.5 ui loading changes. Updated hotkey api control menu integration for 7.0 changes, including support for more than two keys per action. Added support for protected ui mode. Pipes api will be disabled in this mode. Note: in this mode the mod might interfere with online functionality due to OnlineGetVersionIncompatibilityState behavior. Added new lua global functions as part of the Lua_Loader_API: Register_Require_Response, adding "require" support to extension lua files in protected ui mode. Register_OnLoad_Init, helping lua files run init functions after the game fully loads. Register_Require_With_Init, combining the above functions in one call. Simple_Menu_API new MD cues: Edit_Registered_Options_Menu Enable_Registered_Options_Menu Disable_Registered_Options_Menu

Mis à jour le : 14 juil. 2024 à 17h15

Fixed interact menu bug introduced in 1.89 that prevented Get_Actions calls.

Mis à jour le : 23 juin 2024 à 20h07

Update for x4 7.0. Switched menu api to the new color system, replacing Helper.color references. Chat api and hotkey menu integration disabled pending further updates.

Mis à jour le : 30 oct. 2021 à 23h47

Fix in interact api for missionid cdata values failing to convert to md, which will now be passed as strings.

Mis à jour le : 28 juil. 2021 à 12h14

Update/fix to interact api for x4 4.10 beta 5.

Mis à jour le : 22 avr. 2021 à 11h34

Hotkey pipe server bugfix.

Mis à jour le : 21 avr. 2021 à 21h41

Improved hotkey api support various keyboard layouts.