Цитата Сообщение от berrkut Посмотреть сообщение
В версии мода NewUIs_TDC_4_5_2_ByTheDarkWraith был скрывающийся интерфейс. Мне очень понравилось! Как сделать также в 4_7_0 ?????
Открываем файл TheDarkWraithUserOptions.py и правим:
Скрытый текст:
# Do the top right bars hide when you mouse out and show when you mouse in?
# change below to either True or False
TopRightBarsScroll = True

# do the essential controls (depth, heading, etc.) hide when moused out and show when moused in?
# change below to either True or False
EssentialControlsScroll = True

# do the essential controls (depth, heading, etc.) hide when moused out and show when moused in?
# change below to either True or False
EssentialControlsScroll = True

# 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 = True

# 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 = True

# does the messagebox show when moused in and hide when moused out?
MessageBoxScrolls = True

# do the order categories scroll down when moused out and scroll up when moused in?
# set to True to have the order categories scroll
# change below to either True or False
OrderCategoriesScroll = True

# do the officers scroll down when moused out and scroll up when moused in?
# change below to either True or False
OfficersScroll = True