Taireru LLC

Download Icon

About TML

TML IDE, made by Taireru LLC, is a free and easy to use IDE for progamming. It supports Python, C#, Ruby, C++, Lua, and Luau. Though, it is mainly used for modding Taireru LLC games.

How do I set my programming language?

TML IDE, or TML, does not automatically set what language you are programming in. To set your language you simply need to first put said languages comment tag and then '--++KEYHERE++--'. The IDE picks up on what language is inserted in the tags and sets that as your programming language. For example you can do '# --++py++--' for Python.

Yeah, but what are the keys?

Each supported programming language and its keys are as follows:

  • Python: 'py'
  • C#: 'cs'
  • Ruby: 'rb'
  • C++: 'cpp'
  • Lua: 'lua'
  • Luau: 'luau'
  • How do I make a mod?

    All Taireru LLC games use specific modding files unique to us called '.tml' or Tyrell's Mod Loader files.

    Under the 'Mod' section in the app you will find buttons for Convert a mod and 'Deconvert' a mod. With these all you have to do as a player is write the code and TML IDE makes it a mod file for you.

    Can't we just use regular '.py', '.cs', '.rb', etc. files insead of .tml?

    '.tml' files are the only files accepted by our games due to the specific structure of them. While we could modify our games to work with other file types it would be too time intensive and less secure.

    How do I know what game/app supports what language of modding?

    Well thats simple; they will be listed below here for your use:

  • Alkherm Online - Python
  • Ninja Cat - NOT IMPLEMENTED
  • "BBQ" - Python