Skip to content

Settlers 4 Mod Api v0.4-RC

Pre-release
Pre-release
Compare
Choose a tag to compare
@nyfrk nyfrk released this 05 Sep 17:24
· 71 commits to master since this release
  • Add most almost all of marios lua functions to the API
  • Add the games lua interface to the API allowing you to call lua functions from C and vice versa
  • Fix a bug that caused custom ui elements to use the selected image when not in rect of the element

See the wiki for the current reference of the library: https://github.com/nyfrk/S4ModApi/wiki

Note to mod developers: This is a prerelease. APIs and ABIs may get changed, extended or removed. Please do not release mods that link against prerelease builds as the ABI may change and is not maintained for backward compatibility. If you release a mod, make sure that it works with a non-prerelease version of the library. If you were linking to a prerelease you will have to recompile against newer versions.