Jump to content

firefly2442

Member
  • Content Count

    563
  • Joined

  • Last visited

  • Medals

Everything posted by firefly2442

  1. firefly2442

    Arma2MySQL

    I would check the log files for both Arma2NET and Arma2NETMySQL to see what's happening. That will paint a more clear picture to see if it's able to connect to the server or not.
  2. firefly2442

    Arma2MySQL

    That looks ok. Does Arma2NETExplorer work? I'm confused why the System.IO.FileNotFound exception is showing up in the RPT but not in the log files. That doesn't make sense to me. Can you try deleting the logs and re-running everything? Also, can you post your Database text file (remove the password first).
  3. firefly2442

    Altis Life RPG

    You can probably find more posts/support on their website: http://www.altisliferpg.com/
  4. firefly2442

    Arma2MySQL

    SQLite version: 1.0.89.0? What's inside the @Arma2NET/AddIns folder?
  5. firefly2442

    Arma2MySQL

    Well, that System.IO.FileNotFound is troubling. What's your folder structure setup look like? Where are the DLLs and so on?
  6. firefly2442

    Arma2MySQL

    Are you expecting that the SELECT statement will return something else? I guess I'm not sure what the problem is. Can you provide more details? What are you expecting? ---------- Post added at 18:59 ---------- Previous post was at 18:58 ---------- I'm guessing the plugin probably isn't there. Check the Addins folder and make sure it matches that provided by the instructions. I bet you're missing the .DLL.
  7. firefly2442

    Arma2MySQL

    It looks like it's working to me. Is there anything in the database?
  8. firefly2442

    Arma2MySQL

    What does the Arma2NETMySQL log say?
  9. firefly2442

    Arma2NET

    This is for the database reference dependencies (I'm assuming) so there's no way to check.
  10. firefly2442

    Arma2NET

    You're probably missing a dependency.
  11. firefly2442

    Arma2MySQL

    Oh, the dev version, yeah, there ya go. ---------- Post added at 23:32 ---------- Previous post was at 23:28 ---------- Is that code public? Yeah, it's definitely something I want to fix/change. I'll take a look again.
  12. firefly2442

    Arma2MySQL

    Ahh sorry, yeah this file: @Arma2NET\Arma2Net.AddInProxy.dll
  13. firefly2442

    Arma2MySQL

    You need to reference the Arma2Net.dll file. Not the folder.
  14. firefly2442

    Arma2MySQL

    Hmm, that's interesting. I haven't seen that one before. Thanks for testing, I'll check it out.
  15. firefly2442

    Arma2MySQL

    There's a beta version up on dropbox (Arma2NETMySQLPlugin_v0.2.0.0-beta1.zip). This uses the new (under development) version of Arma2NET and is Windows only (at this time). There are some interface changes so you will need to make adjustments to existing missions that use the current stable 0.1 version. There is updated documentation in the zip folder itself. You should not need to install the MySQL or SQLite dependencies as they are already provided. There are also some minor security improvements and the example mission is updated to reflect this. I'm working on a Linux port but have been quite busy lately so it might be awhile. As always, testing is most appreciated.
  16. firefly2442

    Arma2MySQL

    I'm not sure what you mean. What files specifically?
  17. firefly2442

    Arma2NET

    We should probably continue this discussion over here: http://forums.bistudio.com/showthread.php?128795-Arma2MySQL Since this thread is for Arma2NET specifically. However, you're using the Async command which is exactly what it's supposed to do. See the online readme for more details and examples. If you want it to run and block until it returns, use Arma2NETMySQLCommand.
  18. firefly2442

    Arma2MySQL

    Is the code inside an isServer check? http://community.bistudio.com/wiki/isServer If you look at the example mission, the server_events.sqf file has additional details, although the core of it is the same. If you are able to get the example mission working, I'm guessing the issue has something to do with your mission and the SQF code.
  19. firefly2442

    Arma2MySQL

    Hmm, can you try running the query with Arma2NETExplorer? There are instructions in the readme for this. If that works, then I'm guessing the issue is in the SQF code. ---------- Post added at 21:46 ---------- Previous post was at 21:45 ---------- What do the Arma2NETMySQL logs say?
  20. ArmaBriefingConversion https://github.com/firefly2442/ArmaBriefingConversion Just a small program I put together for converting missions. This program batch upconverts old OFP and Arma style missions to the new briefing system used in Arma2. It parses the briefing.html file and pulls out the appropriate sections and creates a briefing.sqf file. Debriefing is still kept and saved to a new briefing.html file. It's mostly untested at the moment, although it seems to be able to run without any errors. Hopefully this is helpful to someone who is nostalgic about all the great old missions that are out there. If anyone wants to add support to this program for converting from Arma2 to Arma3, I would certainly love to get a pull request on Github. ;)
  21. Made a couple of tweaks and improvements. Should be able to run on more missions now without failing. Updates are on Github. Thanks to "Snake Man" for testing.
  22. firefly2442

    Arma2NET

    OK, I was able to replicate the build. Thank you again for the instructions. Just FYI, I was not able to get this working on Ubuntu 12.04 and Mono v2. I had to upgrade Ubuntu to 14.04 which has Mono v3 and Monodevelop v4. I also noticed it didn't seem to work without sudo initially. Then I installed the following extra packages and it seemed to "fix" it. libmono-addins-cil-dev libmono-addins-msbuild0.2-cil libmono-cecil-cil I don't know if it was just a fluke or what but it now appears to work without sudo.
  23. firefly2442

    Arma2NET

    Awesome, thank you very much. I will give this a try. :)
  24. firefly2442

    Arma2NET

    Would it be possible for you to post additional details on how you have everything setup and compiled? What version of Mono (packages and so on), how you setup the projects to build, etc.? I've tried compiling it myself but have had issues. I think it would help us to test this and get the ball rolling so to speak. Cheers. :)
  25. firefly2442

    Arma2NET

    So sudo/root was required for DateTime to work?
×