Jump to content

naparuba

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by naparuba

  1. Hi, I think Lua bindings can be used for extend mangos like SD2 can do for creatures. With Lua you can update easily the behavior of the creatures (you do not need to recompile). The integration can be not so difficult. It just need to look at the functions SD2 use and export them so that its can be used in LUA. For examples Lua bindings are use in the open source game Xmoto so level creator can "scripts" the levels and the source code is fairly light. I think the SD2 part do not need a huge computing power so it can be export into LUA. Just the high level description is in LUA, the low level functions like "send a spell" are in C, they just are call from LUA. Do you think is a good idea? It can be for more than creature behavior, we just need to export the good functions to LUA library.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use