Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 764 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 764 Bytes

LWAPI (Sonic2013)

LWAPI also known as Sonic2013, is a reverse engineering attempt at creating an API library for Sonic Lost World (codename: Sonic2013) for easily creating mods that interact with the game universe.

What can and cannot be done

Currently, the library is still being developed and only the bare minimum can be done.

Can Do:

  • Create simple game objects
  • Send and recieve actor messages
  • Register object resource information
  • Interact with game services
  • Creating simple game services (untested)

Can't Do:

  • Load resources
  • Register set objects
  • World interaction (collision)
  • A lot of things

Sample usage

Coming Soon.

The library is currently is a massive work in progress. Therefore, there are currently no samples available.