Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Gullyable
Forum: General Authoring Discussion 02/06/22, 11:51 AM
Replies: 20
Views: 7,986
Posted By Gullyable
I worked way too hard on the wrong way to go...

I worked way too hard on the wrong way to go about this and thanks for your patience :) It was time to do some major refactoring so I created the sandbox_refactor branch...
Forum: General Authoring Discussion 02/05/22, 02:40 PM
Replies: 20
Views: 7,986
Posted By Gullyable
Here's what's in my EsoGrinder.txt: ## Title:...

Here's what's in my EsoGrinder.txt:

## Title: ESO Grinder
## Description: Log loot to your ESO save file and from there to a database via the EFSM Python service.
## Author: Marc Jordan
## Version:...
Forum: General Authoring Discussion 02/04/22, 06:01 PM
Replies: 7
Views: 6,026
Posted By Gullyable
Here's the code that produced that negative gold...

Here's the code that produced that negative gold number. Negative gold here is normal when you're paying for something. It was weird because AFAIK there was no reason to lose gold at that moment....
Forum: General Authoring Discussion 02/04/22, 05:52 PM
Replies: 20
Views: 7,986
Posted By Gullyable
I'm not understanding completely :) My addon is...

I'm not understanding completely :) My addon is the generated esoui_constants_live.lua and in the same directory just a single file EsoGrinder.lua that needs to use those functions. I have this in...
Forum: General Authoring Discussion 02/03/22, 06:59 PM
Replies: 20
Views: 7,986
Posted By Gullyable
I'm now using your DumpVars to generate...

I'm now using your DumpVars to generate esoui_constants_live.lua as follows:

local ACTIONBARSLOTTYPE_STRINGS = {
[1] = "ACTION_TYPE_ABILITY",
[6] = "ACTION_TYPE_CHAMPION_SKILL",
[7] =...
Forum: General Authoring Discussion 02/03/22, 05:13 PM
Replies: 20
Views: 7,986
Posted By Gullyable
Thanks! I've got it updating DumpVars savefile...

Thanks!

I've got it updating DumpVars savefile properly. A bit more python and I'll be there...
Forum: General Authoring Discussion 02/03/22, 12:42 PM
Replies: 20
Views: 7,986
Posted By Gullyable
I don't see DumpVars published.. should I pull...

I don't see DumpVars published.. should I pull your code into mine with credit or do you plan to publish it so I can just add it as a requirement?
Forum: General Authoring Discussion 02/03/22, 12:27 PM
Replies: 20
Views: 7,986
Posted By Gullyable
Nice, thanks!

Nice, thanks!
Forum: General Authoring Discussion 02/03/22, 12:26 PM
Replies: 20
Views: 7,986
Posted By Gullyable
Definitely dangerous :)

Definitely dangerous :)
Forum: General Authoring Discussion 02/02/22, 05:58 PM
Replies: 20
Views: 7,986
Posted By Gullyable
The docs don't specify the def values so I'm just...

The docs don't specify the def values so I'm just assuming they always start at zero and go up sequentially.
Forum: General Authoring Discussion 02/02/22, 05:56 PM
Replies: 20
Views: 7,986
Posted By Gullyable
Thanks for info! I was totally thinking about...

Thanks for info!

I was totally thinking about changing it to a lookup table using the value as index. It's a trivial change, too.

And good point on the global redefs.
Forum: General Authoring Discussion 02/02/22, 01:41 PM
Replies: 20
Views: 7,986
Posted By Gullyable
Python to generate esoui_constants_live.lua

Howdy,

I'm playing around with the automatic generation of a file with functions that will take constant values and return the appropriate text, such as CurrencyType_get_string(0) returns...
Forum: General Authoring Discussion 02/02/22, 01:12 PM
Replies: 7
Views: 6,026
Posted By Gullyable
Yes, that pic is from a local WIP working copy.

Yes, that pic is from a local WIP working copy.
Showing results 1 to 13 of 13