Skip to content

Releases: open-modding-platform/omp-lswtss

v0.5.0

25 Dec 22:00
Compare
Choose a tag to compare

Add Boosters (Jetpack Booster & Jump Booster) to Galaxy Unleashed Mod.

v0.4.0

24 Dec 11:20
Compare
Choose a tag to compare

The first release of Galaxy Unleashed mod.

v0.3.0

08 Dec 05:49
Compare
Choose a tag to compare

Initial release after reworking most of the project to use C# instead of Rust.

The Demo package consists of:

  • Driver (module responsible for loading Engines)
  • Runtime Engine (module responsible for loading Mods)
  • CFuncHook1 (library mod providing native function hooking)
  • CApi1 (library mod providing direct access to API exposed from the game)
  • InputHook1 (library mod providing functionality to hook into input system)
  • Overlay1 (library mod providing functionality to create overlays with CEF)
  • V1 (library mod providing a base framework for creating mods)
  • "Test" Mod (currently it only features NPC Spawning/Spawner functionality, accessible through F1 key)

The Demo package was adjusted to work with both Steam & EGS versions*.

* - LEGO Star Wars: The Skywalker Saga is currently free to grab on Epic Games Store until 12/12

v0.2.0

26 Jan 17:34
Compare
Choose a tag to compare

Added

  • Mod Bootstrapper
  • Consistent custom characters GUID generation

v0.1.0

23 Jan 06:29
Compare
Choose a tag to compare

Initial pre-release