[BNW] Lua and external java program communication

linksbrawler

Chieftain
Joined
Oct 22, 2016
Messages
4
Hello,I wrote a Java program that takes user inputs and moves Civ V camera using a series of keyboard inputs.
I would like to extend this program such that it can call more specific Civ V Lua functions.

Would it be possible to do this? I thought using networking with LuaSockets would work. Unfortunately, I'm unable to use LuaSockets since Lua in Civ V is sandboxed. Are there alternative options in which I can send instructions to Civ V without using a series of complicated keyboard presses?

Thanks!
 
Top Bottom