WildStar:Houston: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Houston is the particular (wildstar) lua and form editor coming with any wildstar installation to help the folks out there developing wildstar addons. It does not need some se...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Houston is the particular | Houston is the particular WildStar Lua and form editor that comes with any WildStar installation to help with developing [[\AddOn|WildStar AddOn]]s. It does not need some separate download. If you got WildStar installed, you have Houston already. | ||
Some really good information and introduction can be found | Some really good information and introduction can be found here: | ||
http://wildstarnasa.com/2014/01/a-complete-newbies-guide-to-apollo-and-houston/ | http://wildstarnasa.com/2014/01/a-complete-newbies-guide-to-apollo-and-houston/ | ||
== Features == | |||
*Graphical Form Designer for visual elements (windows, buttons...) | *Graphical Form Designer for visual elements (windows, buttons...) | ||
*(Weak but mostly up to date and complete) '''API Documentation''' (Helpfile with classes, evens and functions/methods available for addon | *(Weak but mostly up to date and complete) '''API Documentation''' (Helpfile with classes, evens and functions/methods available for addon development) | ||
*Project Browser | *Project Browser | ||
*Generic IDE stuff like code indent, highlight and partial code-complete | *Generic IDE stuff like code indent, highlight and partial code-complete | ||
== HowTo == | |||
*Loading | *Loading sound files: http://www.readycheck.org/lui/guide_sounds.html | ||
**This is | **This is an example for adding sounds to the Lui Aura addon, but the description can be used in order to create custom sounds for your addon |
Latest revision as of 17:31, 10 August 2023
Houston is the particular WildStar Lua and form editor that comes with any WildStar installation to help with developing WildStar AddOns. It does not need some separate download. If you got WildStar installed, you have Houston already.
Some really good information and introduction can be found here:
http://wildstarnasa.com/2014/01/a-complete-newbies-guide-to-apollo-and-houston/
Features[edit]
- Graphical Form Designer for visual elements (windows, buttons...)
- (Weak but mostly up to date and complete) API Documentation (Helpfile with classes, evens and functions/methods available for addon development)
- Project Browser
- Generic IDE stuff like code indent, highlight and partial code-complete
HowTo[edit]
- Loading sound files: http://www.readycheck.org/lui/guide_sounds.html
- This is an example for adding sounds to the Lui Aura addon, but the description can be used in order to create custom sounds for your addon