X4: Foundations

X4: Foundations

SirNukes Mod Support APIs
Showing 11-20 of 27 entries
< 1  2  3 >
Update: Oct 7, 2020 @ 11:55am

Refined pipes dll loading to work with both 3.3 release and hotfix 1. Fixed possible lua loader failure on txt files due to x4 resetting search paths.

Update: Jun 26, 2020 @ 10:31am

Refinement to chat window api to better detect the window closing and reopening.

Update: Jun 14, 2020 @ 2:26pm

Adjusted Simple_Menu_Options.Write_Option_Value to support ids with and without a $ prefix.

Update: Jun 13, 2020 @ 4:25pm

Added Chat_Window_API.

Update: May 28, 2020 @ 12:31pm

Fixing action table error from prior version.

Update: May 28, 2020 @ 12:01pm

Interact api: fixed loss of action ordering. Japanese translation by Arkblade.

Update: May 24, 2020 @ 7:14pm

German translation, by Le Leon.

Update: May 24, 2020 @ 7:08pm

Menu api: added update support for slider values. Pipes api: added extra error detection print for denied access errors.

Update: May 15, 2020 @ 6:30pm

Large expansion of the Interact Menu API, including dynamic condition checking in md to determine which actions should show, better control over action display (icons, left/right text, etc), and providing much more information on the context in which a menu is opened.

Update: May 12, 2020 @ 7:26pm

Start of joint change log. named_pipes: added continuous read requests. hotkeys: Suppress hotkeys when typing into text boxes. Support for processing multiple keys per frame. simple_options: Added $skip_initial_callback param. Added Write_Option_Value and Read_Option_Value cues. simple_menu: Fixed column indexing for Call_Table_Method on options menus. Added options menu onOpen signal param with $id, $echo, $columns.