???
Математика на уровне МГУ

Показано с 1 по 25 из 712

Тема: NewUIs_TDC_ByTheDarkWraith. Обсуждение и перевод.

Комбинированный просмотр

Предыдущее сообщение Предыдущее сообщение   Следующее сообщение Следующее сообщение
  1. #1
    Курсант Аватар для berrkut
    Регистрация
    03.05.2010
    Адрес
    Самара
    Возраст
    40
    Сообщений
    187

    Ответ: NewUIs_TDC_ByTheDarkWraith. Обсуждение и перевод.

    В версии мода NewUIs_TDC_4_5_2_ByTheDarkWraith был скрывающийся интерфейс. Мне очень понравилось! Как сделать также в 4_7_0 ?????

  2. #2
    Sink 'Em All! Аватар для Vitovt
    Регистрация
    11.09.2010
    Адрес
    Vingt mille lieues sous les mers
    Возраст
    42
    Сообщений
    275

    Ответ: NewUIs_TDC_ByTheDarkWraith. Обсуждение и перевод.

    Цитата Сообщение от 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

  3. #3
    Механик Аватар для SashaKA001
    Регистрация
    14.03.2010
    Адрес
    47°46′46″N 37°14′51″E
    Возраст
    50
    Сообщений
    486

    Ответ: 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.
    ----------------------
    Всегда Пожалуйста
    ----------------------

Ваши права

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •