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

KTMC++ [Unmaintained] 0.2.1

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

  1. Linux(-only) build, major updates, code cleaning, bugfixing, demo.

    Asu
    The first major update.
    This one provides only a linux build yet (since I'd guess around 95% of KAG servers are running Linux or a shitty home-network Windows server, it shouldn't matter too much. Stick to the older version if you just want to watch your servers because currently this build improves nothing in this).

    Installation instructions :
    - Unzip this somewhere on your linux box or your linux server (if it allows running your own software, i.e. a VPS or a dedicated server). The 'unzip' commandline program may do the job for you ('sudo apt-get update && sudo apt-get install unzip && unzip ./KTMC.zip' for Debian/Ubuntu/Mint/anythinghavingapt-get).
    - This build only is 64-bit yet, you'll need a 64-bit OS and you will need to download 64-bit SFML librairies. Download this and extract it to /usr/lib/ on your VPS/dedi.
    - If it throws an error about GLIBC_blahblah, update your OS. Debian-based distro instructions :
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get install libstdc++6
    - Everything should work, if not ask some details there.

    Run it! :
    - Modify /Scripts/servers.as to let KTMC++ connect to your KAG servers. There are examples in it. If you have a problems, make sure you've read what outputs KTMC++ to the console.
    - Run a screen (screen -S KTMC)
    - Run KTMC (./KTMC++)
    - Enjoy!

    This version embeds a fix for the API crash problem. If it's not fixing them all, it may be a great help.
Return to update list...