Jump to content

Axe Cop

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Axe Cop

  • Rank
    Newbie
  1. yeah I also noticed you need a 32-bit version of the JVM, might be because ArmA is running in 32-but and it's a native call to the JNI it has to be a 32-bit JVM to work properly. About the SQF stuff, there are no move events as far as I know, you can just use a infinite loop or something and get the position with "position player" or getPosATL player" or whatever you need. depends what you wanna do with the positions and how often you need to refresh them? :D
  2. Thanks for this great extension micovery! :) I was about to do something like this myself but this is even better I think! Thanks again for your work. Quick question: do you think it is good practise to spawn a thread on the SQF side and calling the extention from there, if the java side is blocking the thread for some time? Or better do a threaded solution on the java side and do a "callback" to the SQF script (which would be harder if you need the return value in the SQF code). I am still wondering why there is not much going on in this thread, really sad (we will never know if there will ne an official Java API or not I guess)? Anyway you should provide a simple config option to disable logging of info messages, since you have said it yourself: "not good for production". ;) I will inform you if I come up with something useful and share it here.
×