LoTROInterface Wiki

From LoTROInterface Wiki

(Difference between revisions)
Jump to: navigation, search
Current revision (13:13, 9 February 2017) (view source)
(How-to Guides: Forum pages moved from "http://forums.lotro.com/showthread.php?" to "https://www.lotro.com/forums/showthread.php?")
 
(10 intermediate revisions not shown.)
Line 3: Line 3:
If you have questions about creating a plugin or interface please visit our [http://www.lotrointerface.com/forums/ forums]. Lord of the Rings Online Plugins are available for download [http://www.lotrointerface.com/downloads/ here]. Stop on in and see what is new.
If you have questions about creating a plugin or interface please visit our [http://www.lotrointerface.com/forums/ forums]. Lord of the Rings Online Plugins are available for download [http://www.lotrointerface.com/downloads/ here]. Stop on in and see what is new.
__NOTOC__
__NOTOC__
-
 
== Getting Started ==
== Getting Started ==
 +
* [[How to use plugins]]
 +
* [[Introduction to Lua UI scripts]]
== How-to Guides ==
== How-to Guides ==
 +
[https://www.lotro.com/forums/showthread.php?428196-Writing-LoTRO-Lua-Plugins-for-Noobs&p=5784183#post5784183 Writing LoTRO Lua Plugins for Noobs] contains an excellent series of posts by Garan and other authors in the LotRO plugin community.
== API Reference ==
== API Reference ==
 +
''Main article [[LotRO_API_Reference]]''
 +
 +
LotRO's Lua API consists of four packages, containing various classes, that add onto a basic implementation of Lua (5.1). The implementation of Lua consists of only the math and string libraries, almost entirely for security reasons (i.e. preventing access to a user's computer, running external libraries, etc.). Each of the API's packages has their own specific role, covering everything from managing the plugin itself, to delivering gameplay data and events.
 +
 +
== Lotro Mod Manager ==
 +
 +
The Lotro Mod Manager is an external manager that helps to maintain order amongst plugins. The plugins need to be in the [[LotroMod]] format in order to work smoothly and seamlessly.
 +
 +
You can find the [http://www.lotrointerface.com/downloads/info409-LotroModManager.html Lotro Mod Manager] at [http://www.lotrointerface.com/downloads/info409-LotroModManager.html http://www.lotrointerface.com/downloads/info409-LotroModManager.html]

Current revision

Lord of the Rings Online provides us with the option to modify the default user interface and now create lua scripts. LoTROInterface is dedicated to providing not only a large collection of plugins & interfaces created by many talented authors, but also help you learn to add on or create your own as well.

If you have questions about creating a plugin or interface please visit our forums. Lord of the Rings Online Plugins are available for download here. Stop on in and see what is new.

Getting Started

How-to Guides

Writing LoTRO Lua Plugins for Noobs contains an excellent series of posts by Garan and other authors in the LotRO plugin community.

API Reference

Main article LotRO_API_Reference

LotRO's Lua API consists of four packages, containing various classes, that add onto a basic implementation of Lua (5.1). The implementation of Lua consists of only the math and string libraries, almost entirely for security reasons (i.e. preventing access to a user's computer, running external libraries, etc.). Each of the API's packages has their own specific role, covering everything from managing the plugin itself, to delivering gameplay data and events.

Lotro Mod Manager

The Lotro Mod Manager is an external manager that helps to maintain order amongst plugins. The plugins need to be in the LotroMod format in order to work smoothly and seamlessly.

You can find the Lotro Mod Manager at http://www.lotrointerface.com/downloads/info409-LotroModManager.html

Personal tools