X4: Foundations

X4: Foundations

SirNukes Mod Support APIs
31개 중 1~10개 표시 중
< 1  2  3  4 >
업데이트: 2025년 10월 5일 오후 4시 18분
작성자: SirNukes

Fix for timelines debriefing window not displaying.

업데이트: 2025년 9월 15일 오후 11시 30분
작성자: SirNukes

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.

업데이트: 2025년 9월 11일 오후 5시 36분
작성자: SirNukes

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.

업데이트: 2025년 9월 11일 오후 12시 50분
작성자: SirNukes

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

업데이트: 2024년 7월 14일 오후 5시 15분
작성자: SirNukes

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

업데이트: 2024년 6월 23일 오후 8시 07분
작성자: SirNukes

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.

업데이트: 2021년 10월 30일 오후 11시 47분

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

업데이트: 2021년 7월 28일 오후 12시 14분

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

업데이트: 2021년 4월 22일 오전 11시 34분

Hotkey pipe server bugfix.

업데이트: 2021년 4월 21일 오후 9시 41분

Improved hotkey api support various keyboard layouts.