We thought that lua is great for small beginner projects and is pretty fast, but for larger projects it can get messy and unmaintainable pretty quick.
Therefore we (Onfire Network) made a toolset to write gamemodes in typescript. As of now we implemented almost any function the lua api has (some had no documentation).
Our build tool fully automatically builds your gamemode into a client.lua and server.lua using a transpiler.
A starter guide will follow in the Tutorials section soon.
API: https://github.com/OnfireNetwork/OnsetTypescriptAPI
MariaDB: https://github.com/OnfireNetwork/OnsetTypescriptMariaDB
Examples: https://github.com/OnfireNetwork/Ons...scriptExamples
Hope this helps you creating fun gamemodes
Therefore we (Onfire Network) made a toolset to write gamemodes in typescript. As of now we implemented almost any function the lua api has (some had no documentation).
Our build tool fully automatically builds your gamemode into a client.lua and server.lua using a transpiler.
A starter guide will follow in the Tutorials section soon.
API: https://github.com/OnfireNetwork/OnsetTypescriptAPI
MariaDB: https://github.com/OnfireNetwork/OnsetTypescriptMariaDB
Examples: https://github.com/OnfireNetwork/Ons...scriptExamples
Hope this helps you creating fun gamemodes
Comment