Invisible, Inc.

Invisible, Inc.

Sim Constructor + Sequential Mod Loader
Showing 21-30 of 69 entries
< 1  2  3  4  5  6  7 >
Update: Feb 4, 2022 @ 1:22pm

Standardized the way addItemDef works. It now always checks if there's an item with the same id in stores.

Update: Jan 21, 2022 @ 11:28am

Generation option masks now operate by value, rather than string.
Fixed that an inverted requirement only worked if set to nil instead of false.
For finer control over masks, you can replace the requirement field with the raw and passFunction fields in the masks and requirements tables respectively.
- raw, if set to true, causes the value of the option to be saved to the masks table, rather than a simple true/false.
- passFunction should be a function that takes the table of masks as a parameter and returns a boolean for whether the option should be shown.

Update: Jan 14, 2022 @ 5:02am

Fixed modApi:addNewUIScreen

Update: Jan 10, 2022 @ 12:41pm

Added new functions for modifying hud elements to modApi: addNewUIScreen, insertUIElement, insertUIElementsAtPath, insertUIElements, modifyUIElement, and modifyUIElements. They unload automatically, so call them in load instead of init.
simdefs.SCREEN_CUSTOMS is now considered legacy code: It remains available but further use is discouraged.

Update: Jan 7, 2022 @ 5:14am

Values for mainframe_iceBonus other than 1 are now supported.

Update: Dec 12, 2021 @ 8:16am

Potential fix for non-steam versions of mod_manager.

Update: Nov 16, 2021 @ 9:35am

Fixed that shop and compiler terminals didn't account for increased program slots when dragging instead of clicking.

Update: Nov 16, 2021 @ 1:43am

On the generation options screen, changing enabled mods no longer resets other mods' options.
Fixed bug that added locked doors to laser panels. (Unverified, if you still get locked doors leading to an empty tile or into lasers, send me the savefile)

Update: Sep 15, 2021 @ 3:30am

Calling pairs on itemdefs will now iterate over it alphabetically, to guarantee consistent order across mod reloads.
To achieve this effect on other tables, add them to the global ALPHABETICAL_PAIRS table.

Update: Jul 10, 2021 @ 4:39am

Fixed crash when more than 12 programs were installed.
Fixed a vanilla bug, where some laser barriers could rarely replace doors with walls, making parts of the level inaccessible.