Ответ: NewUIs_TDC_ByTheDarkWraith. Обсуждение и перевод.
Сообщение от berrkut
В версии мода NewUIs_TDC_4_5_2_ByTheDarkWraith был скрывающийся интерфейс. Мне очень понравилось! Как сделать также в 4_7_0 ?????
это делается так, заходим в MODS\NewUIs_TDC_4_7_0_ByTheDarkWraith\data\Scripts\Menu\TheDarkWraithUserOptions.py
и правим это:
Скрытый текст:
это скрывает приборы управления (скорость, глубину, повороты)
# do the essential controls (depth, heading, etc.) hide when moused out and show when moused in?
# change below to either True or False
EssentialControlsScroll = False
это скрывает мини карту
# the mini-map will set to TAI mode on those stations selected.
# change below to either True or False
TAIModeOnScopeUZOStationSelected = False
это скрывает перескоп слева сверху
# does the depth indicator of the scopes in the top left scroll out of view when moused out and scroll back into view when moused in?
ScopesDepthIndicatorScrolls = False
это скрывает прибор пуска торпед слева сверху
# does the torpedo box of the scopes in the top left scroll out of view when moused out and scroll back into view when moused in?
ScopesTorpedoBoxScrolls = False
это скрывает окно сообщений
# does the messagebox show when moused in and hide when moused out?
MessageBoxScrolls = False
это скрывает иконки офицеров
# do the officers scroll down when moused out and scroll up when moused in?
# change below to either True or False
OfficersScroll = False
это скрывает панель сверху с права
# Do the top right bars hide when you mouse out and show when you mouse in?
# change below to either True or False
TopRightBarsScroll = False
где выделено ставить True
Крайний раз редактировалось SashaKA001; 19.10.2010 в 16:34.
---------------------- Всегда Пожалуйста ----------------------