View Single Post
06/12/16, 02:16 PM   #3
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
Originally Posted by Ayantir View Post
This first issue is easy to handle, because both variables (two arrays of hundreds of thousands of lines) are equal..
You may be hitting the hard limit of ~262k constants per file. It can be saved, but not loaded properly.
http://www.esoui.com/forums/showpost...5&postcount=33
http://www.lua.org/source/5.1/lcode.c.html#addk
http://www.lua.org/source/5.1/lopcodes.h.html#SIZE_Bx
  Reply With Quote