[GrimTools] Build Calculator

I’m looking into it.

Edit: Seems to be bugged in the game itself.

Here’s level table in the base game (last tdyn here contains Outcast’s Secret):

Class,LevelTable,
levels,1,80,
records,records/items/loottables/gearhead/tdyn_head_c02_theexile.dbr,records/items/loottables/gearhead/tdyn_head_d01_theexile.dbr,

And that how it looks for gdx1 (AoM and consequently FG):

Class,LevelTable,
levels,1,
records,records/items/loottables/gearhead/tdyn_head_c02_theexile.dbr,
1 Like

Hi, thanks for the Update! I’m getting a “could not parse” message upon adding the quest file for the checklist Tool.

Yep, apparently quest file format changed a bit in 1.2.
I provided a fix, it should be working now.

I’ve found the Oleron suffix now also applies to medal slot, yet I didn’t find such change in both the v1.2 changelog and looking at GDStash it’s invalid combination for medal. What’s happening there?

Hm, I might be wrong here of course, but I just reversed one of the paths in loot tables to that affix, and it appears that it can actually roll on some medals:

Affix record:

records/items/lootaffixes/suffix/b_ar051_je_d.dbr

It’s present in the following suffix table table:

records/items/lootaffixes/suffix/suffixtables/suffixb01_accessory_ringcold.dbr`
...
randomizerName40,records/items/lootaffixes/suffix/b_ar051_je_d.dbr,

Which in its turn is present in the following dynamic table:

_mods/gdx1/records/items/loottables/gearaccessories/tdyn_medal_b105_wendigo.dbr
...
rareSuffixTableName5,records/items/lootaffixes/suffix/suffixtables/suffixb01_accessory_ringcold.dbr,

I double checked the weights of this affix/tables and it’s not excluded by any extra conditions, so it looks like it’s a possible drop currently (probably a bug).

1 Like

GT updated to 1.2.0.2.

[Build Calculator / Item Database] There’s now a new setting that allows you to show only highest level items / affixes from the same group (same name).

8 Likes

How do I translate these?

Grimtools 01

I updated in tags_gt_itemdb.txt here.
Just send me all tags_gt_* files or only this one and I’ll include it in the next update.

1 Like

Thanks for the answer. I will upload the translated file here later.

Just wanted to tell you how much I appreciate all the continued work you do for the community with Grimtools and also keeping it up to date!
Simply astounding!

Thank you! @Dammitt
:partying_face: :tada:

3 Likes

I reviewed untranslated strings and updated some more files. If you can update them as well please.

In tags_gt_skills.txt:

Skill_tagBuff_DispelMagic=Nullify target buffs

In tags_gt_calc.txt:

# Menu item titles should be kept as short as possible (they can take maximum 2 lines and will be truncated otherwise)
Calc_tagMenuImportCharacter=Import
Calc_tagMenuShareBuild=Share
Calc_tagMenuSettings=Settings
Calc_tagMenuFeedback=Feedback

In tags_gt_itemdb.txt:

ItemDB_tagMenuItemShowHighestLevelItems=Show only highest level item in group
ItemDB_tagMenuItemShowHighestLevelAffixes=Show only highest level affix in group

In tags_gt_monsterdb.txt:

MonsterDB_tagMenuNumberOfPlayers=Number of players

@Dammitt

With the new highest level affixes option there seem to be some magic affixes not included.
These would be all the flat dmg ones on weapons & oa/da ones on certain weapons like sceptres & offhands.

Examples:

3


Thanks for the additional info.
All files have been reviewed and updated. Please use these from now on.
gdcalc_ja.zip (12.8 KB)

1 Like

Thanks! I’ll include them in the next update.

1 Like

Oh, thanks for bringing this up. I knew I was missing something when grouping items only by name. They should be instead grouped by name + applicable slot list. I’ll provide a fix tomorrow.

1 Like

Japanese translation was updated.

1 Like

Couple updates:

  • [Build Calculator] Components / augments now ignore filter by rarity, it was just causing confusion
  • [Build Calculator] When clicking on item slot and switching between tabs, tab content will be scrolled to the selected element if there is one (selected item in Items tabs, selected prefix in Prefixes tab etc.)
  • [Build Calculator] Fixed an issue with “Show only highest level affix in group” setting. It was too aggressive and was grouping affixes by tag (name) only, ignoring applicable item slots
5 Likes

Thanks, you work very fast!
I made one mistake, please correct that next time.

【tags_gt_calc.txt】
wrong : Calc_tagMenuImportCharacter=テレポート
right : Calc_tagMenuImportCharacter=インポート

Sure, it’s fixed now.

1 Like

Build Calculator now supports skill / devotion progression. This could be a really useful feature, because build creators will now be able to include progression paths in their builds and people viewing character builds will be able to check the order in which skill / devotion points should be spent.

Here’s how it looks like for skill trees.

P.S. Please note that if you want to provide translations for this feature, tags_gt_calc.txt contains new strings at the end of the file.

P.P.S. Currently it’s supported only in main calc. Calcs for 1.1.9.8 and mods will be updated later.

9 Likes