Hi! A couple of months back I was working on a mod for Counter-Strike 2 called DuoScript. It allows you to write plugins for source-engine games using Luau (“Roblox Lua”)
I’m still working on it, but I haven’t touched it in a while so I’ve put in on GitHub in case anyone is interested in taking a peek (This is not suitable for making game modifications at the moment!)
The thing —> https://github.com/Mooshua/DuoScript
Have fun!
What works:
I’m still working on it, but I haven’t touched it in a while so I’ve put in on GitHub in case anyone is interested in taking a peek (This is not suitable for making game modifications at the moment!)
The thing —> https://github.com/Mooshua/DuoScript
Have fun!
What works:
- Plugin Loading (“.duo” files)
- Metamod “Extensions”
- Minimal file/time/threading/logging API
- Fully concurrent, callbackless, and await-less asynchronous API (I am very proud of this)