Thread Tools Display Modes
06/30/14, 05:31 AM   #1
Brandalf
 
Brandalf's Avatar
Join Date: Mar 2014
Posts: 6
Where to get started for a Lua/XML newbie

I have done a couple of the tutorials on the esoui wiki but overall I don't feel like they are teaching me as much as I'm just along for the ride. Is there any kind of useful resources out there for someone like me who has limited Lua/XML knowledge? But has some basic knowledge of HTML/CSS and slightly less knowledge of Python/JavaScript? Maybe something along the lines of learning python the hard way? Thanks in advance for any insight you may be able to provide
  Reply With Quote
06/30/14, 07:00 AM   #2
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Originally Posted by Brandalf View Post
I have done a couple of the tutorials on the esoui wiki but overall I don't feel like they are teaching me as much as I'm just along for the ride. Is there any kind of useful resources out there for someone like me who has limited Lua/XML knowledge? But has some basic knowledge of HTML/CSS and slightly less knowledge of Python/JavaScript? Maybe something along the lines of learning python the hard way? Thanks in advance for any insight you may be able to provide
When searching for specifci things, I often land in this Toutorial:
http://www.lua.org/pil/contents.html

Way back (2-3 months) I wrote this introduction into Lua for fellow programmers. Most of the missing information has been worked into the wiki by now:
forums.elderscrollsonline.com/discussion/98053/short-guide-to-addon-programming

But especially the hints on just how global global is in lua stays valid.
  Reply With Quote
06/30/14, 09:15 AM   #3
farangkao
 
farangkao's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 59
Check out ZBS ,it has some easy lessons for LUA Beginners (not ESO related)

Link in my Signature.
  Reply With Quote
06/30/14, 06:58 PM   #4
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
My favorite way to learn is to read other people's code. Find a fairly simple add-on, or one that seems to do something interesting to you, or one that does something similar to what you want to do. I also strongly recommend the Zgoo add-on to see the environment in which you will be developing.
  Reply With Quote
07/01/14, 01:16 AM   #5
Brandalf
 
Brandalf's Avatar
Join Date: Mar 2014
Posts: 6
Thanks for the insight and links everyone. I will look into all of this
  Reply With Quote

ESOUI » Developer Discussions » Lua/XML Help » Where to get started for a Lua/XML newbie


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off