Forums » Off-Topic
How does Vendetta integrate Lua into its code?
Hello,
A few friends and I are working on making our own game, using C for the back-end components and Lua for the logic code. I recently heard that Vendetta is using Lua, and I'm curious as to what manner it is used. If one of the developers is willing and able to let me know how this works, it would be greatly appreciated.
Thanks,
atg
A few friends and I are working on making our own game, using C for the back-end components and Lua for the logic code. I recently heard that Vendetta is using Lua, and I'm curious as to what manner it is used. If one of the developers is willing and able to let me know how this works, it would be greatly appreciated.
Thanks,
atg
Have fun with pointers...
not related to vo specifically, but maybe this'll help some:
http://www.lua.org/pil/24.html
http://www.lua.org/pil/24.html
I understand how Lua works, what I'm wondering is for which functions is Lua used in VO?
I guess i somehow misread before :/
Anyway, not being a dev i can only say that whole user interface is written in Lua using IUP (gui toolkit).
Oh and you can write plugins in lua as a something of a sideeffect of that, might want to poke around that a bit, see how that works maybe?
Anyway, not being a dev i can only say that whole user interface is written in Lua using IUP (gui toolkit).
Oh and you can write plugins in lua as a something of a sideeffect of that, might want to poke around that a bit, see how that works maybe?
Thanks for the reply, are there currently any guides out about how to make these Lua mods for VO? I've poked around a bit and I'm having no success finding it.
Thanks,
atg
Thanks,
atg
no guides as such but
we have unofficial API at http://www.vo-wiki.com/racecar
also take a look at pinned threads at community projects forum,that's also where plugins are posted, which you can use as example.
beyond that just ask, either here
or maybe on #vo-lua channel on irc.slashnet.org
we have unofficial API at http://www.vo-wiki.com/racecar
also take a look at pinned threads at community projects forum,that's also where plugins are posted, which you can use as example.
beyond that just ask, either here
or maybe on #vo-lua channel on irc.slashnet.org
That's exactly what I was looking for, thanks for the link.
atg
atg
The 'sandboxed' API available to players is only part of the actual API, though. :)