Results 1 to 4 of 4

Thread: IL2ClodCommander Server Manager

  1. #1
    Student Pilot
    Join Date
    Jul 2021
    Posts
    2
    Post Thanks / Like
    Total Downloaded
    368.5 KB

    Question IL2ClodCommander Server Manager

    Hello all!


    I was doing some research about how to connect and save player data to an SQL database when I stumbled across a tool called IL2ClodCommander. I've been attempting to setup this program to my server, but keep running into errors with the the program such as,

    Utilities.getLocation - Exception with Location System.FormatException: Input string was not in a correct format.
    at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
    at System.Convert.ToDouble(String value)
    at IL2CloDCommander.Utility.Utilities.getLocation(Str ing locationString)

    and....

    SortieController.sortieBegin - Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
    Parameter name: index
    at System.ThrowHelper.ThrowArgumentOutOfRangeExceptio n(ExceptionArgument argument, ExceptionResource resource)
    at IL2CloDCommander.Controller.SortieController.sorti eBegin(List`1 args)


    Link to the original post - http://forum.1cpublishing.eu/showthread.php?t=30853


    Has anyone used this program before, or knows what might be throwing these errors? Any help would be appreciated!

  2. #2
    ATAG_Colander's Avatar
    Join Date
    Nov 2011
    Location
    Bir Tawil
    Posts
    11,128
    Post Thanks / Like
    Total Downloaded
    255.73 MB

    Re: IL2ClodCommander Server Manager

    Hi Matt,

    That software is from 2012, I'm not sure how compatible with the current game version it is.


  3. #3
    Student Pilot
    Join Date
    Jul 2021
    Posts
    2
    Post Thanks / Like
    Total Downloaded
    368.5 KB

    Re: IL2ClodCommander Server Manager

    Thanks for the reply!

    It's defiantly not out of the box compatible anymore, I've already had to edit the dll file to even get it partially working. Do you know of any alternatives to saving player data like this? Unfortunately, I'm not good enough at C# and SQL to make my own program from scratch.

  4. #4
    Team Fusion Artist's Avatar
    Join Date
    Mar 2010
    Posts
    2,866
    Post Thanks / Like
    Total Downloaded
    319.97 MB

    Re: IL2ClodCommander Server Manager

    Hi Mattmad1234

    have a look at the ServerStats Module in the Sample Multiplayer Mission (Team Fusion Resources => ▶ Missions ▶ Multiplayer).

    It demonstrates both on how to connect to a (MySql or MariaDb) Database Server, how to access/collect game and player data, and how to integrate it in a Mission (see SampleMission.cs). There's also a README in src/modules/ServerStats.

    The ATAG servers uses this to populate

    https://theairtacticalassaultgroup.c...ayer_stats.php

    https://theairtacticalassaultgroup.com/

    https://theairtacticalassaultgroup.c...t_missions.php

    Cheers,
    Artist

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •