Sapiens

Sapiens

Hammerstone Framework
Showing 11-20 of 23 entries
< 1  2  3 >
Update: 26 Sep, 2023 @ 12:35am

RELEASE: 1.4.0

  • Added patching mods support
  • Patched mainThread/ui/actionUI to support more than 6 buttons in the wheel
  • Created the uiController to be able to retrieve all views
  • Patched all UI modules to register with the uiController
  • Fixed logging so it allows for more than one message arguments

Update: 16 Sep, 2023 @ 6:16am

RELEASE 1.3.1

Add utils:capsCase to avoid breakage in Furniture mod

Update: 15 Sep, 2023 @ 11:31am

RELEASE: 1.3.0

  • Add 'resource:addResourceToGroup'
  • Add support for DDAPI resources to inject themselves into existing groups (i.e., fertilizer)
  • Fixed log spam when using `locale:getUnchecked'
  • Added support for 'disabledUntilAdditionalResearchDiscovered' inside of the `hs_buildable` component (research)

Update: 4 Sep, 2023 @ 12:32pm

RELEASE: 1.2.0

  • Code cleanup
  • Fixed issue where 'harvestables' were not generating correctly.
  • Added initial support for mobs
  • Fixed issue where craftables were no longer showing in the UI panel, likely re-introducing an issue with craftables using resource groups failing
  • Added support for 'defaultModelShouldOverrideResourceObject' in hs_buildable
  • Unknown storage_identifier no longer crashes without log message

Update: 20 Jun, 2023 @ 1:50pm

RELEASE: 1.1.1

  • Fixes an issue where DDAPI objects could crash on storage preview
  • Fixed issue where craftables could load before resource groups, causing them to fail to generate
  • The 'loadOrder' argument to shadow:shadow is now optional

Update: 22 May, 2023 @ 3:34pm

RELEASE: 1.1.0

  • Introduces a new 'shadow' syntax for mods to use
  • GameObject props are now based on `hs_object` component instead of `hs_buildable` component.

Update: 23 Apr, 2023 @ 7:05am

RELEASE: 1.0.0

This version of hammerstone introduces the 'DDAPI', which is a data-driven API for sapiens.

Update: 17 Dec, 2022 @ 12:51pm

Update: 17 Dec, 2022 @ 12:43pm

Update: 7 Sep, 2022 @ 11:24am