View Single Post
01/28/24, 02:29 PM   #1
robert.labrie
AddOn Author - Click to view addons
Join Date: Dec 2021
Posts: 17
Powershell saved variable parser

Piling on I wanted to share my eso_tools which are (eventually) a set (currently one) of PowerShell scripts to make it easier to rifle through saved vars.

I chose PowerShell because it's available on all Windows systems. I had planned to use the Lua.dll that ships with TTC since most people have that but I found it hard to work with and NLua just loads the whole script into a .Net object that is super easy to walk with PowerShell.

Hope someone finds this useful, if I find other things to contribute I will and pull requests welcome.

https://github.com/robertlabrie/eso_tools

PS: If you have a better source for the globals please tell me I'll change the way that script works.

Cheers,
Robert
  Reply With Quote