Invisible, Inc.

Invisible, Inc.

Sim Constructor + Sequential Mod Loader
69개 중 21~30개 표시 중
< 1  2  3  4  5  6  7 >
업데이트: 2022년 2월 4일 오후 1시 22분

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

업데이트: 2022년 1월 21일 오전 11시 28분

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.

업데이트: 2022년 1월 14일 오전 5시 02분

Fixed modApi:addNewUIScreen

업데이트: 2022년 1월 10일 오후 12시 41분

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.

업데이트: 2022년 1월 7일 오전 5시 14분

Values for mainframe_iceBonus other than 1 are now supported.

업데이트: 2021년 12월 12일 오전 8시 16분

Potential fix for non-steam versions of mod_manager.

업데이트: 2021년 11월 16일 오전 9시 35분

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

업데이트: 2021년 11월 16일 오전 1시 43분

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)

업데이트: 2021년 9월 15일 오전 3시 30분

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.

업데이트: 2021년 7월 10일 오전 4시 39분

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.