larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
159 stars 60 forks source link

[ENHANCEMENT] Scripting support for Lua #156

Open EliteMasterEric opened 1 year ago

EliteMasterEric commented 1 year ago

Some games implementing scripted mod support may have a personal preference for Lua-based interpretation over hscript-based interpretation. Polymod already provides the capability for mods to add their own text files, but utility functions for Lua could be useful.

Resources: