Вы находитесь на странице: 1из 4

=======================

Name: MenuQue
Version: 16a
Author: Kyoma
Thread: http://http://forums.bethsoft.com/topic/1455885-relz-menuque-3/
=======================

Details
----------
This plugin for the Oblivion Script Extender is the result of me looking into how
both OBSE works and how the game works. It began as a small plugin with only a
handful of UI and quest functions. But it quickly grew far larger than I could have
ever imagined. For a full list of functions and descriptions check out the
documentation in the archive. But it is safe to say that the bulk of these
functions allow for greater and/or easier manipulation of the UI (through script)
aswell as help create new UI elements or whole new menus. The possibilities are
nearly endless.

Other features:
* The ability to load an additional 25 extra fonts, giving a larger variaty
to choose from.
* The ability to load additional strings.xml files, which the game uses as a
source for string localization (e.g. language and translation).
* Easy to use replication of the few hardcoded behaviours of the UI, like
scrolling, dragging or small typing boxes.
* The ability to create and manage additional skills using the amazing
AddActorValues plugin.
* A handful of fixes, enhancements and additions to the UI.

For a complete description on these features check out the cs wiki page for MenuQue
here: http://cs.elderscrolls.com/constwiki/index.php/Category:MenuQue.

To install
------------
* Copy the Data folder and its content to your "Oblivion" folder.
- This plugin requires OBSE v20 or higher! You can find the latest version at
"http://obse.silverlock.org/"
- To view the command documentation you can open the
"menuque_command_doc.html" file in the archive or visit the TESNexus page for the
latest version.
- The ini file will be (re)created when needed.
- (for modders) The name of the plugin (to be used with IsPluginInstalled) is
"OBSE_Kyoma_MenuQue" and the current version number is 16.

To uninstall
-------------
* Delete or change the extension of the "MenuQue.dll" found in your
"Oblivion\Data\obse\plugins" folder. Optionally delete the "MenuQue" folder and
"MenuQue.ini"

Compatibility
--------------
The only known incompatibility is with any of the "asian language" OBSE plugin.
When used with any of those be sure to change "bAllowExtraFonts" to 0 in the ini.
Otherwise it WILL crash your game.

Version History
----------------

v16a
* Fixed GetMousePos returning incorrect values.

v16
* Made it possible to use an extra font directly in the xml by using its name
as a token, e.g. &MyFont;
* Fixed bug with scroll systems in menus that already have a vanilla scroll
bar.
* Fixed bug with undocumented xml string operators.

v15
* Minor changes to layout of source files and docs.
* Now includes a dummy dll with the old filename (OBSE_Kyoma_MenuQue) to
ensure the old dll doesn't accidentally get loaded.

v14a
* Really fixed memory leak this time.
* Added option to ShowMagicPopupMenu to force close it.

v14
* Added GetAVSkillMasteryLevelC, GetAVSkillMasteryLevelF and tile_GetVar.
* Fixed alignment issues with custom drag elements introduced by version 13.
* Fixed bug in CS where books without a 'teaching' skill were being saved as
if teaching conjuration (21).
* Fixed bug where GetBookSkillTaught command returned conjuration (21)
instead of invalid (-1) for 'non-teaching' books.
* Fixed bug where GetTrainerSkill & GetBookSkillTaught return value was off
by 21 for default skills.
* Other fixes for skill-using forms (books, npcs, etc).
* Fixed memory leak with tile traits

v13d
* Fix xml parse issues when a child element is defined before any traits.
* Fix possible crash in the CS when a non-default skill has a default actor
value.
* Actor value box in the CS skill dialog no longer contains default actor
values.

v13c
* Fixed bug where the menu would no longer be valid inside the "OnClose" menu
event.

v13b
* Fixed rare bug where an xml trait with an initial value of 0 wasn't
displayed properly.

v13a
* Fixed skill experience not always initializing properly when starting a new
game.
* Fixed bug with hash notation in the "tile_XXX" commands when also
specifying a name.
* Added version check for AddActorValues to prevent problems with older
versions.
v13
* Fixed possible crash on exit.
* Fixed possible bug with overwritten commands that could make them behave
slightly different.
* Fixed fail-safe for using extra skills with other form (books & npcs) not
working properly. Now it really is safe to use in mods without MenuQue.
* Added GetSkillForm command.

v12a
* An intermediary version to confirm several bugfixes.

v12
* Fixed crash when closing the levelup menu.
* Fixed crash when attempting to open a non-existing file with
ShowGenericMenu.
* Fixed required skill experience not always updating for extra skills,
leading to the wrong values in the stats menu.
* Added ShowLevelupMenu, GetAllSkills, GetTrainingMenuSkill,
GetTrainingMenuLevel & GetTrainingMenuCost commands.
* Changed GetSkillCode so the return value can safely be stored in script
variables and can now be used with actor value code commands (GetAVC, ModAVC,
SetAVC, etc).
* Extra skills now work with OBSE's OnSkillUp event, using the same value as
what GetSkillCode returns.
* Extra skills can now be used by books as teaching skill and by npcs as
training skill, both in the CS and with the relative OBSE commands.

v11b
* Several fixes for X-Skills, it should now be in a more usable state.
* Added GetSkillCode and 'F' versions for most skill commands.
* Added more options for X-Skills.
* Added the option to fix case sensitivity for texture paths.
* Added the option to configure the quickkeys in the controls menu.
* Fixed a bug with OnClick and OnMouseover and corrected the docs on their
parameters.
* Fixed a bug with GetWorldMapDoor not working on new games until the map
menu is opened.

v11a
* Hotfix for bug with mqGetMenuGlobalFloat and mqSetMenuGlobalFloat.

v11
* Changed internal structure and filenames.
* Rewrote most internal code, providing many bugfixes in one big swoop.
* Added missing GetTextEditBox and ShowTextEditMenu commands.
* Fixed GetTextEditString not returning text from most recent box like it
should.
* Simplified tile_XXX commands.
* Upped requirement to OBSE v20.
* Added the "X-Skills" feature.
* INI now contains small description for each setting.

v10 beta5
* Fixed menu events not working.

v10 beta4
* Fixed bug with InsertXML leading to faulty element names.
v10 beta3
* Fixed another crash with some of the UI commands.

v10 beta2
* Fixed ambiguity with numeric and string values in the UI, which led to the
display of just a '0'.
* Fixed crash with using text edit.
* Other enhancements and tweaks.

v10 beta1
* Alot of internal changes, mostly passive and for future features.
* A new (and hopefully final) set of UI commands: tile_GetFloat,
tile_GetString and tile_SetValue. With much greater and more flexible usage.
* A function to retrieve all loaded fonts (default and/or extra).
* Commands for manipulating the text in small TextEdit boxes.
* Added fix for message duration always being 3 seconds (default duration is
configurable).
* Added fix for the DUMMY text when there are no more ranks (text is now
configurable).
* Fixed a few possible problems with "menu events" and added a few new ones.

v9a
* Now really works with OBSE v19.

v9
* Lowered requirement to OBSE v19.
* Fixed two crashes with background processes of the menu enhancements.
* Fixed bug with GetWorldMapData not working properly for parented
worldspaces.
* Fixed bug with GetGenericButtonPressed not working properly

Credits
------------
* The OBSE team for making OBSE and scruggsy in particular for decoding basic font-
related stuff.
* shadeMe, TheNiceOne, andalaybay, Claviticus for help debugging, suggestions and
general support and motivation.
* JRoush for his excellent work on COEF.
* JRoush for his excellent work on AddActorValues.
* All the others I may have forgotten, please don't be mad...! :P

Вам также может понравиться

  • Honeymoon in Vegas Word File
    Honeymoon in Vegas Word File
    Документ3 страницы
    Honeymoon in Vegas Word File
    Elena
    Оценок пока нет
  • Windows Batch File Programming
    Windows Batch File Programming
    От Everand
    Windows Batch File Programming
    Рейтинг: 2 из 5 звезд
    2/5 (2)
  • Shakespeare Ubd Unit Plan
    Shakespeare Ubd Unit Plan
    Документ16 страниц
    Shakespeare Ubd Unit Plan
    api-239477809
    Оценок пока нет
  • Restricted Earth Fault Relay
    Restricted Earth Fault Relay
    Документ5 страниц
    Restricted Earth Fault Relay
    suleman247
    50% (2)
  • 01 Childrenswear Safety Manual 2009 - Clothing
    01 Childrenswear Safety Manual 2009 - Clothing
    Документ57 страниц
    01 Childrenswear Safety Manual 2009 - Clothing
    morshed_mahamud7055
    38% (8)
  • PCI20107, Overview of Boiler Commissioning and Startup PDF
    PCI20107, Overview of Boiler Commissioning and Startup PDF
    Документ17 страниц
    PCI20107, Overview of Boiler Commissioning and Startup PDF
    Marc Anmella
    Оценок пока нет
  • ECU MS 4 Sport Manualpdf
    ECU MS 4 Sport Manualpdf
    Документ26 страниц
    ECU MS 4 Sport Manualpdf
    Lucas Duarte
    Оценок пока нет
  • NEWS
    NEWS
    Документ24 страницы
    NEWS
    Hector Bautista
    Оценок пока нет
  • CHANGELOG
    CHANGELOG
    Документ22 страницы
    CHANGELOG
    1231danh
    Оценок пока нет
  • CHANGELOG
    CHANGELOG
    Документ20 страниц
    CHANGELOG
    andresmsantosh
    Оценок пока нет
  • Contents - Index: Link: Go Here To Download Linux/Win Sidewinderphotocolourbalancer, Config. and Install
    Contents - Index: Link: Go Here To Download Linux/Win Sidewinderphotocolourbalancer, Config. and Install
    Документ14 страниц
    Contents - Index: Link: Go Here To Download Linux/Win Sidewinderphotocolourbalancer, Config. and Install
    Samuel Alexander Marchant
    Оценок пока нет
  • QB64 v0.954 Readme
    QB64 v0.954 Readme
    Документ13 страниц
    QB64 v0.954 Readme
    yogo3912
    Оценок пока нет
  • Change Log
    Change Log
    Документ22 страницы
    Change Log
    Naib Billo
    Оценок пока нет
  • شات سهرات العرب للجوال
    شات سهرات العرب للجوال
    Документ14 страниц
    شات سهرات العرب للجوال
    رافت العساف
    Оценок пока нет
  • Revisions
    Revisions
    Документ37 страниц
    Revisions
    santosh kumar
    Оценок пока нет
  • Do Not Delete
    Do Not Delete
    Документ65 страниц
    Do Not Delete
    ScribdMeUp
    Оценок пока нет
  • WHATSNEW
    WHATSNEW
    Документ136 страниц
    WHATSNEW
    lukakravos
    Оценок пока нет
  • Archivetempwifi-Hacker SH
    Archivetempwifi-Hacker SH
    Документ170 страниц
    Archivetempwifi-Hacker SH
    ELOY SANDOVAL GAONA
    Оценок пока нет
  • X-Launcher Changelog en
    X-Launcher Changelog en
    Документ5 страниц
    X-Launcher Changelog en
    JOKO SUSILO
    Оценок пока нет
  • Change Log
    Change Log
    Документ1 страница
    Change Log
    Ian Sharma-Cook (c00ky)
    Оценок пока нет
  • Changes
    Changes
    Документ84 страницы
    Changes
    Pedro Sousa
    Оценок пока нет
  • NEWS
    NEWS
    Документ27 страниц
    NEWS
    ricardoflorentin99
    Оценок пока нет
  • Actb Article
    Actb Article
    Документ3 страницы
    Actb Article
    anon-667784
    Оценок пока нет
  • Change Log
    Change Log
    Документ6 страниц
    Change Log
    dũng đặng ngọc
    Оценок пока нет
  • Change Log
    Change Log
    Документ24 страницы
    Change Log
    Mauro Calv
    Оценок пока нет
  • Revisionesss
    Revisionesss
    Документ35 страниц
    Revisionesss
    Diego Alejandro Alonso Lopez
    Оценок пока нет
  • Change Log
    Change Log
    Документ4 страницы
    Change Log
    azhan.aardh07
    Оценок пока нет
  • Change Log
    Change Log
    Документ4 страницы
    Change Log
    thomas thomasjoseph
    Оценок пока нет
  • Change Log
    Change Log
    Документ150 страниц
    Change Log
    Nagy Attila
    Оценок пока нет
  • Novedades Flexsim 4.52
    Novedades Flexsim 4.52
    Документ4 страницы
    Novedades Flexsim 4.52
    Henry Maza Príncipe
    Оценок пока нет
  • Change Log
    Change Log
    Документ10 страниц
    Change Log
    truongquoctuanpro
    Оценок пока нет
  • Revisions
    Revisions
    Документ40 страниц
    Revisions
    Huy Đỗ
    Оценок пока нет
  • News
    News
    Документ21 страница
    News
    JoaquinE.Veron
    Оценок пока нет
  • News DEV C++
    News DEV C++
    Документ17 страниц
    News DEV C++
    Prem Ankur
    Оценок пока нет
  • Skse64 Whatsnew
    Skse64 Whatsnew
    Документ12 страниц
    Skse64 Whatsnew
    Denisaft
    Оценок пока нет
  • Sfall Readme
    Sfall Readme
    Документ15 страниц
    Sfall Readme
    jobatett2
    Оценок пока нет
  • Change Log
    Change Log
    Документ3 страницы
    Change Log
    SATUGAIMER TROLEOS ZOMBIES ANIMACIONES Y RAMDOM
    Оценок пока нет
  • Usb Tree View
    Usb Tree View
    Документ10 страниц
    Usb Tree View
    ALARMAX SEGURIDAD ELECTRÓNICA & DIGITAL
    Оценок пока нет
  • Changes
    Changes
    Документ105 страниц
    Changes
    Marinos Giannoukakis
    Оценок пока нет
  • Changelog
    Changelog
    Документ8 страниц
    Changelog
    Banyu Atha Riswanto
    Оценок пока нет
  • Arduino
    Arduino
    Документ40 страниц
    Arduino
    Ruth Yraida Barrios Novoa
    Оценок пока нет
  • Change Log
    Change Log
    Документ9 страниц
    Change Log
    Ricardo Díaz Garduño
    Оценок пока нет
  • History
    History
    Документ19 страниц
    History
    ariefstbk
    Оценок пока нет
  • Wake On Lan EX
    Wake On Lan EX
    Документ4 страницы
    Wake On Lan EX
    Saša Ninković
    Оценок пока нет
  • History
    History
    Документ152 страницы
    History
    Alissonant
    Оценок пока нет
  • What's New 2.5.2
    What's New 2.5.2
    Документ8 страниц
    What's New 2.5.2
    indians jones
    Оценок пока нет
  • Readme
    Readme
    Документ6 страниц
    Readme
    vkrish6
    Оценок пока нет
  • OFGREAD
    OFGREAD
    Документ13 страниц
    OFGREAD
    dragela
    Оценок пока нет
  • History PE Explorer
    History PE Explorer
    Документ10 страниц
    History PE Explorer
    Vinicius Testeiro
    Оценок пока нет
  • Logic Works 5 Version History
    Logic Works 5 Version History
    Документ4 страницы
    Logic Works 5 Version History
    Anhx Tao
    Оценок пока нет
  • WHATSNEW
    WHATSNEW
    Документ92 страницы
    WHATSNEW
    Nguyễn Việt Đức
    Оценок пока нет
  • JPDF Tweak Readme
    JPDF Tweak Readme
    Документ3 страницы
    JPDF Tweak Readme
    felix_scribd
    Оценок пока нет
  • Revisions
    Revisions
    Документ34 страницы
    Revisions
    Hassan Allawi
    Оценок пока нет
  • Changes
    Changes
    Документ49 страниц
    Changes
    Rakesh Ravindran
    Оценок пока нет
  • Release Notes
    Release Notes
    Документ22 страницы
    Release Notes
    john gilberting
    Оценок пока нет
  • Revisions
    Revisions
    Документ39 страниц
    Revisions
    justin
    Оценок пока нет
  • New Vgiuyf
    New Vgiuyf
    Документ18 страниц
    New Vgiuyf
    fapika4706
    Оценок пока нет
  • Readme
    Readme
    Документ4 страницы
    Readme
    Enoc Valenzuela
    Оценок пока нет
  • Change Log
    Change Log
    Документ41 страница
    Change Log
    jgj38j90
    Оценок пока нет
  • LogicWorks 5 Version History
    LogicWorks 5 Version History
    Документ3 страницы
    LogicWorks 5 Version History
    Eman Ishaq
    Оценок пока нет
  • Sfall Readme
    Sfall Readme
    Документ16 страниц
    Sfall Readme
    llamalegs
    Оценок пока нет
  • ScriptHookDotNet Readme
    ScriptHookDotNet Readme
    Документ8 страниц
    ScriptHookDotNet Readme
    Fajar Hari Mulia
    Оценок пока нет
  • RELEASENOTES
    RELEASENOTES
    Документ35 страниц
    RELEASENOTES
    Matías Oviedo
    Оценок пока нет
  • Hex Editor Neo 5
    Hex Editor Neo 5
    Документ26 страниц
    Hex Editor Neo 5
    shaooo
    Оценок пока нет
  • NagVis Extending
    NagVis Extending
    Документ6 страниц
    NagVis Extending
    Rupesh Basnet
    Оценок пока нет
  • Cdewjfnreifjre README
    Cdewjfnreifjre README
    Документ11 страниц
    Cdewjfnreifjre README
    Nils Schultz
    Оценок пока нет
  • Contemporary Arts
    Contemporary Arts
    Документ16 страниц
    Contemporary Arts
    antoinette
    100% (2)
  • Safety Data Sheet: Section 1. Identification
    Safety Data Sheet: Section 1. Identification
    Документ10 страниц
    Safety Data Sheet: Section 1. Identification
    Anonymous Wj1DqbE
    Оценок пока нет
  • SPE-171076-MS The Role of Asphaltenes in Emulsion Formation For Steam Assisted Gravity Drainage (SAGD) and Expanding Solvent - SAGD (ES-SAGD)
    SPE-171076-MS The Role of Asphaltenes in Emulsion Formation For Steam Assisted Gravity Drainage (SAGD) and Expanding Solvent - SAGD (ES-SAGD)
    Документ14 страниц
    SPE-171076-MS The Role of Asphaltenes in Emulsion Formation For Steam Assisted Gravity Drainage (SAGD) and Expanding Solvent - SAGD (ES-SAGD)
    Daniel Felipe
    Оценок пока нет
  • Radiant Protection Force Pvt. LTD.,: Col David Devasahayam
    Radiant Protection Force Pvt. LTD.,: Col David Devasahayam
    Документ13 страниц
    Radiant Protection Force Pvt. LTD.,: Col David Devasahayam
    abhilash0029
    Оценок пока нет
  • MAF 451 Suggested Solutions - A) I) Process 1
    MAF 451 Suggested Solutions - A) I) Process 1
    Документ9 страниц
    MAF 451 Suggested Solutions - A) I) Process 1
    anis izzati
    Оценок пока нет
  • Thinking Out Lound
    Thinking Out Lound
    Документ2 страницы
    Thinking Out Lound
    Exita Conia
    Оценок пока нет
  • Ecosystems FYBCom PDF
    Ecosystems FYBCom PDF
    Документ41 страница
    Ecosystems FYBCom PDF
    Shouvik pal
    Оценок пока нет
  • Marketing Plan Potato Food Truck
    Marketing Plan Potato Food Truck
    Документ25 страниц
    Marketing Plan Potato Food Truck
    Ahasan h. Shuvo
    Оценок пока нет
  • Microsoft 365 Licensing
    Microsoft 365 Licensing
    Документ18 страниц
    Microsoft 365 Licensing
    wendy yohanes
    Оценок пока нет
  • Bhakra Nangal Project1
    Bhakra Nangal Project1
    Документ3 страницы
    Bhakra Nangal Project1
    Sonam Pahuja
    100% (1)
  • Phyto Pharmacy: Current Concepts and GMP Norms
    Phyto Pharmacy: Current Concepts and GMP Norms
    Документ22 страницы
    Phyto Pharmacy: Current Concepts and GMP Norms
    Sunitha Katta
    100% (1)
  • Netflix Annual Report 2010
    Netflix Annual Report 2010
    Документ76 страниц
    Netflix Annual Report 2010
    Arman Ali
    Оценок пока нет
  • SOLIDWORKS 2022 Whitepaper UsingDesignAutomationtoReduceCostsIncreaseProfitability Final
    SOLIDWORKS 2022 Whitepaper UsingDesignAutomationtoReduceCostsIncreaseProfitability Final
    Документ10 страниц
    SOLIDWORKS 2022 Whitepaper UsingDesignAutomationtoReduceCostsIncreaseProfitability Final
    Alba R.
    Оценок пока нет
  • Flexure Hinge Mechanisms Modeled by Nonlinear Euler-Bernoulli-Beams
    Flexure Hinge Mechanisms Modeled by Nonlinear Euler-Bernoulli-Beams
    Документ2 страницы
    Flexure Hinge Mechanisms Modeled by Nonlinear Euler-Bernoulli-Beams
    Mobile Sun
    Оценок пока нет
  • Barclays Personal Savings Accounts
    Barclays Personal Savings Accounts
    Документ10 страниц
    Barclays Personal Savings Accounts
    TH
    Оценок пока нет
  • Congenital Abnormalities of The Female Reproductive Tract
    Congenital Abnormalities of The Female Reproductive Tract
    Документ14 страниц
    Congenital Abnormalities of The Female Reproductive Tract
    Mary Sheshira
    Оценок пока нет
  • FFL/ A: Tutorial On Reed-Solomon Error Correction Coding
    FFL/ A: Tutorial On Reed-Solomon Error Correction Coding
    Документ144 страницы
    FFL/ A: Tutorial On Reed-Solomon Error Correction Coding
    batman chamkadar
    Оценок пока нет
  • Automatic Drive Positioner: Section
    Automatic Drive Positioner: Section
    Документ207 страниц
    Automatic Drive Positioner: Section
    Hakob Adamyan
    Оценок пока нет
  • Product Management Software Director in Austin TX Resume Chad Threet
    Product Management Software Director in Austin TX Resume Chad Threet
    Документ2 страницы
    Product Management Software Director in Austin TX Resume Chad Threet
    Chad Threet
    Оценок пока нет
  • BIO CH04 Foundations
    BIO CH04 Foundations
    Документ12 страниц
    BIO CH04 Foundations
    Dyuana Stevenson
    0% (1)
  • Mini Test 2 - HS
    Mini Test 2 - HS
    Документ4 страницы
    Mini Test 2 - HS
    Ngan Nguyen Thu
    Оценок пока нет
  • SPR, RCS-9627CN, No
    SPR, RCS-9627CN, No
    Документ5 страниц
    SPR, RCS-9627CN, No
    Amaresh Nayak
    Оценок пока нет
  • Times Like This Strip-by-Strip (Part 1)
    Times Like This Strip-by-Strip (Part 1)
    Документ49 страниц
    Times Like This Strip-by-Strip (Part 1)
    Joseph Houk
    Оценок пока нет
  • Medicine Colloquium Exam - 2015 A
    Medicine Colloquium Exam - 2015 A
    Документ41 страница
    Medicine Colloquium Exam - 2015 A
    racha
    Оценок пока нет