AtlyssLua
Provides Lua scripting via Lua-CSharp.
| Date uploaded | 8 months ago |
| Version | 0.1.0 |
| Download link | Marioalexsan-AtlyssLua-0.1.0.zip |
| Downloads | 26698 |
| Dependency string | Marioalexsan-AtlyssLua-0.1.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
LuaCSharp
This is a barebones wrapper mod that simply provides Lua scripting via a fork of Lua-CSharp.
It's primarily intended to be used as a dependency for ModAudio.
You can use it as part of your own code mods, but keep in mind that this package provides only the runtime assembly. To use Lua-CSharp's source generator, you will need to fork the repository and reference the generator in your project.
This package was built from commit 053738b3b.
Licensing
Both the upstream Lua-CSharp repository and the fork version used in this package are licensed under the MIT license.
CHANGELOG
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2025-Oct-05
Changed
Initial mod release