Is there an easy way to edit the default hints in ttt? Where is the code for it located?
Pretty sure they're all in the language file.
gamemode/lang/en or english/
[LUA]
--- Tips, shown at bottom of screen to spectators
-- Tips panel
L.tips_panel_title = "Tips"
L.tips_panel_tip = "Tip:"
-- Tip texts
L.tip1 = "Traitors can search a corpse silently, without confirming the death, by holding {walkkey} and pressing {usekey} on the corpse."
[/LUA]
Acecool is right.
garrysmod/gamemodes/terrortown/gamemode/lang english.lua
from line 666 and downwards.
Sorry, you need to Log In to post a reply to this thread.