http://pastebin.com/YTbgbQ6a
I can specify colors just fine,
however, add:
http://pastebin.com/Ee8atKQC
Which takes a defined color and builds it into a \#\#\#\# type string and I then insert it via:
Code: Select all
colors = VFS.Include("gamedata/colors.lua")
local ExoColor = tostring(colors["exoColor"].argb)
local RefColor = tostring(colors["refColor"].argb)
local MatColor = tostring(colors["matColor"].argb)