Trouble in Terrorist Town: Level Creation: Difference between revisions
m (Clean) |
m (Replaced deprecated {{Game name}} template with {{Software}} counterpart. Action performed by bot) |
||
Line 1: | Line 1: | ||
{{Rewrite}} | {{Rewrite}} | ||
{{toc-right}} | {{toc-right}} | ||
A Level Creation Guide for {{ | A Level Creation Guide for {{ttt|4}} | ||
For general mapping tutorials, see [[:Category:Level Design]] | For general mapping tutorials, see [[:Category:Level Design]] | ||
<br> | <br> | ||
For {{ | For {{ttt2|4}} see [[Trouble in Terrorist Town 2: Level Creation |here]] | ||
You need for Trouble in Terrorist Town: | You need for Trouble in Terrorist Town: | ||
Line 33: | Line 33: | ||
<br> | <br> | ||
Making maps for {{ | Making maps for {{ttt|4}} is essentially the same as creating maps for other {{src|4.1}} games with a few exceptions. TTT has its FGD file available [[Garrys Mod.fgd/Trouble in Terrorist Town.fgd|here]] which includes gamemode-specific entities. Map examples are available at https://www.troubleinterroristtown.com/development/mapping/ | ||
== Entities == | == Entities == |
Revision as of 07:38, 31 May 2024

You can discuss the changes here.
A Level Creation Guide for Trouble in Terrorist Town
For general mapping tutorials, see Category:Level Design
For Trouble in Terrorist Town 2 see here
You need for Trouble in Terrorist Town:
Garry's Mod
Counter-Strike: Source (Materials, Textures, Models)
Getting StartedSpecial Objects |
Making maps for Trouble in Terrorist Town is essentially the same as creating maps for other
Source games with a few exceptions. TTT has its FGD file available here which includes gamemode-specific entities. Map examples are available at https://www.troubleinterroristtown.com/development/mapping/
Entities
ttt_credit_adjust This entity allows you to give or take credits away from a Detective or Traitor player.
ttt_damageowner This entity allows you to correctly attribute damage to the player that activated it. (Traitor traps, etc)
ttt_game_text This entity allows you to display text on the screens of a role, or all players
ttt_logic_role This entity allows you to check if the role of the !activator
ttt_map_settings This entity allows you to control things related to your map, like player models or prop procession.