Rent server

Login

TTmod

Pure server-side mod for LiF:YO Dedicated Servers

TTmod (Server Mod)

Latest Version: 1.5 (Mar 05, 2020)

TTmod is a pure server-side mod for LiF:YO Dedicated Servers. The main purpose is taking live information from a gameserver and writing it to the database so that web-apps like the LiF:YO Livemap can access it.

It also provides RCON command processing, statistic tracking, MOTD support, GuildGUI client integration, and a powerful open API for other mods.

TTmod Configuration
TTmod API Documentation


Download TTmod v1.5

Installation

  1. Unpack the zip file into the LiF:YO server directory (where the main server executable is located). Do not rename the TTmod folder.
  2. Edit TTmod/config.cs if necessary.
  3. Add the following line to the end of main.cs:
    exec("TTmod/init.cs");
  4. Restart your server.

Configuration

Configuration is done via the config.cs file inside the TTmod folder. All options are commented and self-explanatory.

For detailed explanations, see the Full TTmod Documentation.

Uninstallation

To fully remove TTmod, delete the TTmod folder and execute the following SQL:

DROP TABLE IF EXISTS
nyu_chars_info,
nyu_online_players,
nyu_rcon_queue,
nyu_tracker_chars,
nyu_tracker_stats,
nyu_ttmod_info,
nyu_ttmod_tokens;

Modding API

TTmod adds powerful TorqueScript functions and mechanics that can be used to develop scripts or entire mods for LiF:YO.

» Full Documentation

Changelog

v1.5 – Mar 5, 2020

v1.4 – Feb 14, 2020

v1.3 – Jul 18, 2018

v1.2 – May 31, 2018

v1.1 – Mar 4, 2018

v1.0 – Aug 16, 2017

Please sign in through Steam:

    Keep me logged in

FeudalTools uses OpenID provided by Steam for user authentication. The login is fully processed on Steam servers. Your password is not transmitted through our servers or network.