<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.threethieves.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.threethieves.org/feed.php">
        <title>Terror Town Wiki</title>
        <description></description>
        <link>https://wiki.threethieves.org/</link>
        <image rdf:resource="https://wiki.threethieves.org/_media/favicon.ico" />
       <dc:date>2026-04-20T04:52:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.threethieves.org/addon_examples?rev=1692163854&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/admin_commands?rev=1688685436&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/advanced_entities_explanation?rev=1775518134&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/custom_modeldoc_properties?rev=1734030954&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/custom_teams_and_roles?rev=1690926008&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/custom_weaponry?rev=1692659559&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/doors_and_elevators?rev=1775518198&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/how_to_make_a_ttt_map?rev=1776617423&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/logic_entities?rev=1684983960&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/setting_up_an_addon?rev=1690772586&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/special_tags?rev=1691983887&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.threethieves.org/start?rev=1775520226&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.threethieves.org/_media/favicon.ico">
        <title>Terror Town Wiki</title>
        <link>https://wiki.threethieves.org/</link>
        <url>https://wiki.threethieves.org/_media/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.threethieves.org/addon_examples?rev=1692163854&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-16T05:30:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>addon_examples</title>
        <link>https://wiki.threethieves.org/addon_examples?rev=1692163854&amp;do=diff</link>
        <description>Addon Examples

Weapons

Golden Deagle by Xenthio

Roles

Seance by Alexandra

Phantom by Nobody

Jester by Nobody

Gameplay

Minigame Manager by SmartMario1</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/admin_commands?rev=1688685436&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-06T23:17:16+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>admin_commands</title>
        <link>https://wiki.threethieves.org/admin_commands?rev=1688685436&amp;do=diff</link>
        <description>About the Moderation System

There is a robust moderation system built into TTT that allows for common moderation tasks, including banning and kicking players, adding or removing slays, managing player admin roles, and gagging and muting players.

Permission levels</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/advanced_entities_explanation?rev=1775518134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-06T23:28:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>advanced_entities_explanation</title>
        <link>https://wiki.threethieves.org/advanced_entities_explanation?rev=1775518134&amp;do=diff</link>
        <description>Doors and Elevators

This page will go over rotating doors, sliding doors, and elevators for your TTT map.

Rotating Doors

A door that will need to rotate on a pivot to open.



To implement, create a new empty in the outliner and add the Rotating Door</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/custom_modeldoc_properties?rev=1734030954&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-12T19:15:54+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>custom_modeldoc_properties</title>
        <link>https://wiki.threethieves.org/custom_modeldoc_properties?rev=1734030954&amp;do=diff</link>
        <description>Custom ModelDoc Properties

When working with TTT as the parent addon. You have access to addition features in ModelDoc for your models. This page contains all customs features and what they do

terrortown_data

A node to add to a physics prop that will change how it behaves. Below is a proper setup of the node and descriptions for the properties of the node.</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/custom_teams_and_roles?rev=1690926008&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-01T21:40:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>custom_teams_and_roles</title>
        <link>https://wiki.threethieves.org/custom_teams_and_roles?rev=1690926008&amp;do=diff</link>
        <description>Custom Teams and Roles

Custom teams and roles are created by deriving from the BaseTeam class. New roles will automatically be picked up and loaded when the game first starts if they derive from this class.

Properties and methods

A number of properties and methods can be overridden to customize the team.</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/custom_weaponry?rev=1692659559&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-21T23:12:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>custom_weaponry</title>
        <link>https://wiki.threethieves.org/custom_weaponry?rev=1692659559&amp;do=diff</link>
        <description>Custom Weaponry

You can create custom weaponry from deriving from one of the following classes:

	*  Gun (Gun provides common useful methods such as ShootBullet that gun like weapons would find useful, it is derived from Weapon)
	*  Melee (Melee has an Attack method, it is derived from Weapon)</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/doors_and_elevators?rev=1775518198&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-06T23:29:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>doors_and_elevators</title>
        <link>https://wiki.threethieves.org/doors_and_elevators?rev=1775518198&amp;do=diff</link>
        <description>Doors and Elevators

This page will go over rotating doors, sliding doors, and elevators for your TTT map.

Rotating Doors

A door that will need to rotate on a pivot to open.



To implement, create a new empty in the outliner and add the Rotating Door</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/how_to_make_a_ttt_map?rev=1776617423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-19T16:50:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>how_to_make_a_ttt_map</title>
        <link>https://wiki.threethieves.org/how_to_make_a_ttt_map?rev=1776617423&amp;do=diff</link>
        <description>How to Make a TTT Map

Whether you are starting a new level or adding support for an existing map making it game ready is pretty simple. All that is required are weapon placements and spawnpoints. The rest of the entities are optional (Doors and Elevators).

Targeting the game in your addon project</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/logic_entities?rev=1684983960&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-05-25T03:06:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>logic_entities</title>
        <link>https://wiki.threethieves.org/logic_entities?rev=1684983960&amp;do=diff</link>
        <description>L</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/setting_up_an_addon?rev=1690772586&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-31T03:03:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>setting_up_an_addon</title>
        <link>https://wiki.threethieves.org/setting_up_an_addon?rev=1690772586&amp;do=diff</link>
        <description>About Addons

Addons are additional s&amp;box content packs loadable in the context of a game. In this tutorial, we&#039;ll create an addon for Trouble of Terrorist Town so you can add code that changes the behavior of the game - whether it be custom weapons, custom roles, or something else entirely.</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/special_tags?rev=1691983887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-08-14T03:31:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>special_tags</title>
        <link>https://wiki.threethieves.org/special_tags?rev=1691983887&amp;do=diff</link>
        <description>Special Tags

The game has a few special tags to help with mapping.

Penetrable Tag

The penetrable tag allows for anything that has the tag to be shot through, can go through up to 32 things. Useful for situations where you might have a thin wall or weak cover like a piece of plywood. Should be used sparingly.</description>
    </item>
    <item rdf:about="https://wiki.threethieves.org/start?rev=1775520226&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-07T00:03:46+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://wiki.threethieves.org/start?rev=1775520226&amp;do=diff</link>
        <description>Welcome to the Trouble in Terrorist Town Wiki

This wiki serves as a guide for creating content for Trouble in Terrorist Town in s&amp;box. Navigate below for a guide on the type of content you want to create!

Mapping Guides

	*  How to Make a TTT Map
	*  Doors and Elevators

Addon Guides

Dedicated Server Guides</description>
    </item>
</rdf:RDF>
