1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Community App KTMC++ [Unmaintained] 0.2.1

A simple yet powerful tool to replace KScript2 in C++/Angelscript

Mods: Downburst, Mazey
  1. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    AsuMagic submitted a new resource:

    KTMC++ - A simple yet powerful tool to replace KScript2 in C++/Angelscript

    Read more about this resource...
     
    Last edited: Nov 3, 2018
  2. Leo

    Leo Haxor

    Messages:
    503
    You should include an example servers config. Whatever I tried to insert there failed.
     
  3. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    Here is an example :
    Code:
    // This file contains the server list.
    // You can modify and add servers. Don't damage everything though.
    string[] servers_ip =
    {
       "xxx.xxx.xxx.xxx", // Put "s around the IPs. At the end of every line in those put a ,
       "xxx.xxx.xxx.xxx" // Do not put a , on the last one.
    };
    uint[] servers_ports =
    {
       xxxxx, // Do not put "s around ports.
       xxxxx
    };
    string[] servers_passwords =
    {   
       "password1",
       "password2"
    };
    RConnection@[] connections;
     
  4. Leo

    Leo Haxor

    Messages:
    503
    Asu I am at work now. Can you come to channel in about 2 hours?
     
  5. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    A new update with a brand-new Linux build is out!
    A lot of bugfixes, improvments, and a little script to fix your API crash issues on next map - hopefully.

    @Bunnie, @Fernegulus (run a linux vm you pleb)

    Thanks to Leo for support and his test server, ehe.
     
  6. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    AsuMagic updated KTMC++ with a new update entry:

    Hotfix

    Read the rest of this update entry...
     
  7. marcel5

    marcel5 Horde Gibber
    1. Zen Laboratories

    Messages:
    20
    Congratulations asumagic, the tool actually prevents of this happening:

    But at the moment it requires libs that are not in stable versions of Debian or Ubuntu. in which the majority of VPSs breaks trying to update the system. are as you launch a version compiled for the libs of Ubuntu 14.04 LTS and Debian Jessie ?
     
  8. Asu

    Asu THD Team THD Team Forum Moderator

    Messages:
    1,580
    IIRC i compiled this into a recent Linux Mint OS with GCC 4.9.
    Debian 8 and Ubuntu 15.04 should have recent enough libc to run it. It is possible, but dangerous to upgrade libc on Debian 7, Ubuntu 14.10, etc. - I did manage to make it, but it should be left as this.
    MM has added a patch in the next KAG update that should fix the api crash issue with my way (probably, or they managed to spot the problem in the apicode, ask Geti for that?)
     
Mods: Downburst, Mazey