View Single Post
Old 08-01-11, 11:53 AM   #3
Trevally.
Navy Seal
 
Join Date: Apr 2007
Location: AN1536 (Orkney)
Posts: 5,451
Downloads: 166
Uploads: 28


Default

look in the options.py for the following:-

# do we go to TCx (where x is defined by TCxOnMessageBoxTextDesiredTCLevel) when one of the following messages is posted in the messagebox?
# change below to either True or False
TCxOnMessageBoxText = True
# if TCxOnMessageBoxText is enabled then it will trigger on the following numbers from menu.txt:
# NOTE: all must be placed on single line with no breaks for options exporter to work correctly!
TCxOnMessageBoxTextNumbers = [ 9200,9201,9202,9203,9204,9205,817,4800,4801,9206,9 207,9208,9209,9210,9211,9212,7666,7667 ]
# if TCxOnMessageBoxText is enabled and one of the texts from TCxOnMessageBoxTextNumbers is found, what TC level do we go to?
TCxOnMessageBoxTextDesiredTCLevel = 1
# do we go to TC1 on any messagebox text?
# change below to either True or False
TC1OnAnyMessageBoxText = False

Now anytime one of those messages appear - your game will drop to TC1

You can check out those codes in the menu.txt and then add or remove to your style
__________________
Trevally Mods for SH5
Trevally. is offline   Reply With Quote