Skip to content

Releases: KaBooMa/S1API

v1.6.2

29 Apr 01:22

Choose a tag to compare

1.6.2 (2025-04-29)

Bug Fixes

  • Fixed prior dir issues that was reverted (d9665e9)

v1.6.1

29 Apr 01:20

Choose a tag to compare

1.6.1 (2025-04-29)

Bug Fixes

  • Il2CppBepInEx adjustments and ultimately disabled due to problems... Will need to review later (5974e64)

v1.6.0

29 Apr 01:00
ca60fc2

Choose a tag to compare

1.6.0 (2025-04-29)

Bug Fixes

  • Add il2cppassemblies condition for melon/bepinex (18c6dfe)
  • Fix missed changes from BepInEx merge (a1229c0)
  • remove todo comments from workflows (3257163)
  • Resolve issues with items not being added to arrays properly (b4194e0)

Features

  • Implement payphone calling messages (f880b81)

v1.5.1

29 Apr 00:49

Choose a tag to compare

1.5.1 (2025-04-29)

Bug Fixes

  • Resolved issues w/ addition of BepInEx (a9c9f92)

v1.5.0

28 Apr 01:15
88bf048

Choose a tag to compare

1.5.0 (2025-04-28)

Features

  • base property (will add individual properties later) (3d38787)
  • more UI Features (e872768)

v1.4.4

28 Apr 01:05

Choose a tag to compare

1.4.4 (2025-04-28)

Bug Fixes

v1.4.3

28 Apr 01:04

Choose a tag to compare

1.4.3 (2025-04-28)

Bug Fixes

v1.4.2

28 Apr 00:54

Choose a tag to compare

1.4.2 (2025-04-28)

Bug Fixes

v1.4.1

28 Apr 00:51

Choose a tag to compare

1.4.1 (2025-04-28)

Bug Fixes

v1.4.0

28 Apr 00:47

Choose a tag to compare

1.4.0 (2025-04-28)

Bug Fixes

  • Added BepInEx assembly path for private repo (f82cda1)
  • Added MelonLoader to filename for future BepInEx support (282ed8d)
  • Added the start of the player implementation. (2559d9a)
  • Allowed net6.0 build for S1API (possible hacky solution to allow GitHub action to succeed) (ea40e0d)
  • Corrected Il2Cpp list vs System list; (fc8c1b2)
  • Corrected reference to net6.0 for local deployment Il2Cpp (0e4ba01)
  • Corrected reference to net6.0 for local deployment Il2Cpp (e3b82b0)
  • Disabling BepInEx building until it can be properly built locally (6a8b190)
  • Fixed harmony and reflection referencing for il2cpp build (2d6ae96)
  • Fixed the ID for officers (0ecb4e7)
  • Refactored namespaces globally (5773f76)
  • Remove only destroyed NPC instead of all when OnDestroy is called (fa029b2)
  • Removed stale code (69a1cc5)
  • Resolved BepInEx Il2Cpp/Mono differences (413b925)
  • Resolved issue with missing ' in references (fdd37d8)
  • Resolved merge issues; Adjusted workflows for BepInEx (6dc0bbc)
  • Resolved missing BepInEx reference (139408b)
  • Resolved missing BepInEx reference (475b0fb)
  • Resolving deployment yaml syntax (a97f107)
  • Resolving deployment yaml syntax (f0be39f)
  • Split the interfaces, as they weren't functioning as I originally intended. (0867899)
  • Switched to renames to satisfy TSMM (696f482)
  • Updated .csprojs to use new build configs (908e101)
  • Updated deployment to Mods/ folder (43ec5c5)
  • Using new NPC list in NPC vs NPCPatches for tracking all NPCs (6a464ea)

Features

  • Added documentation generation (ac880f3)
  • Added initial classes for all base game NPCs. (as of current version) (879ed46)
  • Building for net6.0 for Il2Cpp per melon recommendation (and warning resolutions) (88850bb)
  • finished timemanager and gamedatetime (46af489)
  • Implement BepInEx modloader support (c63fd44)
  • Initial npc adjustments to support base NPCs and additional functionality (c7800b4)
  • moneymanager (9955a77)