SLA Posted June 22, 2011 Share Posted June 22, 2011 Патч 2.0.07 - автоматическое сокрытие аддонов по ALT+Z Цитата из патч-ноута АО 2.0.07: Quote: Пользовательские аддоны теперь скрываются с экрана по нажатии Alt+Z и при показе главного меню игры. Это работает лишь в случае, если главная форма названа именем аддона. Вот так! Начиная с версии АО 2.0.07, нам больше не нужны никакие хитрые методы для сокрытия аддонов по Alt+Z. Теперь, это достигается одним простым действием: В файле MainForm.(WidgetForm).xdb, в теге <Name> (где обычно написано MainForm) нужно написать имя аддона. Например: Code: <Name>MyAddonName</Name> И аддон будет автоматически скрываться/показываться при нажатии ALT+Z, и при показе главного меню =) Пора начинать переименовывать MainForm'ы!.. English: Patch 2.0.07 - automatic addons hiding on ALT+Z Quote from AO 2.0.07 patchnote: Quote: User addons are now automatically hidden from the screen by pressing ALT+Z, and when showing the main menu of the game. This works only if the MainForm of an addon is named after the addon. That's it! Starting from version AO 2.0.07, we don't need any sneaky tricks to hide our addons on pressing ALT+Z anymore. Now, this is achieved in one simple step: In the MainForm.(WidgetForm).xdb file, in <Name> tag (there is usually written MainForm) we have to write the name of the addon. For example: Code: <Name>MyAddonName</Name> And the addon will automatically hide/show when you press ALT+Z, and when displaying the main menu =) It's time to start renaming MainForm's!.. Quote Link to comment Share on other sites More sharing options...
Guest phoenixpg Posted June 23, 2011 Share Posted June 23, 2011 В придачу к этому, не работает конфигвиндоу. Quote Link to comment Share on other sites More sharing options...
Recommended Posts