View Single Post
Old 04-22-10, 09:21 AM   #843
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by java`s revenge View Post
I have installed the last version 1.6 now and I don`t get the teleporting and the tdc to work.

Am using sh3 gui and i have altered the details in the .py file.

Which keys / knobs do i have to press to see the tdc?

Who can help me out? Here is the file,

# Edited by TheDarkWraith for NewUIs_TDC_1_6_0
# Edited on 4/21/2010 @ 2320


# User Options for DarkWraith's mods



# NOTE!!!!
# These are the keys the game recognizes:
# A-Z of the alphabet (Capitalized!)
# Tab, Enter, Shift, Ctrl, Alt, Escape, PageUp, PageDown, End, Home, Left, Up, Right, Down, Insert, Delete, numbers 0-9 (which are Keyx - i.e. 4 would be Key4), F1-F11 functions keys.



##################################### Game False ####################################
# required to disable the snorkel orders for the officers. DO NOT CHANGE!
#
SnorkelEnabled = False


##################################### UI Stuff (SH3/4/5 modes) ##################################

#+++++++++++++ UI Style ++++++++++++++
# Possible UI Styles:
SH5Enhanced = 0
SH3Style = 1
SH4Style = 2

# the current UI Style (only possible values are: SH3Style, SH4Style, SH5Enhanced)
UIStyle = SH3Style


###################################### Teleporting ##############################################
# the hotkeys assigned to the teleport commands
#
# if you do not want a hotkey for a teleport command then use None
# i.e. TeleportToObsScope = None
#
# if you want to assign a hotkey for a teleport command then change the x to whatever key you want
# i.e. TeleportToObsScope = MenuKeyManagerWrapper.Keys.x where x = the key desired (in capital letters!)
#
#if you want to use a number then you would use:
# TeleportToObsScope = MenuKeyManagerWrapper.Keys.Keyx where x = the number desired
#
TeleportToObsScope = MenuKeyManagerWrapper.Keys.O
TeleportToAttackScope = MenuKeyManagerWrapper.Keys.F
TeleportToUZO = MenuKeyManagerWrapper.Keys.U
TeleportToRadar = None
TeleportToHydrophone = MenuKeyManagerWrapper.Keys.H
TeleportToDeckGun = None
TeleportToFlakGun = None

First off make the changes listed above in yellow.
When you say the teleporting doesn't work, what happens when you press the 'O', 'U', or 'H' keys?
Did you enable one of the TDC add-on mods? You have to enable either the All dials, minimal dials, spread angle only, or no dials TDC add-on mod for the mod to work correctly. If you have enabled one of those add-on mods then according to the way your options file is setup the dials will be visible right from the start.
TheDarkWraith is offline   Reply With Quote