[GrimTools] Build Calculator

Don’t you guys think the icons of skills bound to proc in Devotion window are too tiny? I think they could be double in size.

2 Likes

Hi Dammitt, thanks a lot for the Grimtools function, its fantastic.

The two hardest bosses in game are obviously picking a name for your character and thinking of a new/quirky/janky/interesting build.

I don’t know if here is the right place for suggestions and whatnot, but if possible, would you be up for making a randomiser in the MI section?

It would be cool to have a button that spits out something you might not have seriously considered using before that you have to build around :slight_smile: Last time i did this manually i got putrid necklace and had a BLAST playing a 2h acid yugol’s hunger warlock.

It might also be cool to have a randomiser for skills (pick 2 random skills, each from 2 different classes) to have a make-a-build-around-that-sucka option?

Even if it’s a no go, thanks again for all your stellar work <3

question… is it somehow possible to exclude set items when searching in the item database?

/(?<!\) set\n[\s\S]*)damage converted to piercing(?![\s\S]*\) set\n)/

What I search is damage converted to piercing.

/              / this mean regex
(?<!          ) - negative lookbehind
(?!          ) - negative lookahead
\) set - to exclude, not match “) set”, in regex I have to escape ) and write \)
[\s\S]* - means there can be multiple line between

@DeputyChuck @Mahjers

4 Likes

:rofl: I didn’t understand shit, but Thanx anyway! :rofl:

Naaa, no offense meant, I’ll try to get thi sin my head. If it’s possible I find a way :wink:

This is very complicated. I forget it constantly. Just copy the whole thing and change the middle part.
A site generating these complicated expressions similar to [Tool] Search Assistant for Grim Tools (https://williamburdett.github.io/pages/regex.html) would be useful.

3 Likes

It’s tiny if you zoom out, but it has a rather normal size on default zoom (supposed to be the same size as in the game), so I don’t think there’s any need to change its size.

1 Like

Sorry, I don’t really want to because I don’t think it has any place in build calc. I don’t want to add any specific logic to generate an item to make builds ‘sorta’ viable; otherwise anyone can just select an item and then two random affixes. Same goes for skills.

Fair enough! Thanks for the reply :slight_smile:

GT updated to 1.1.9.3.

7 Likes

Bug report - There’s no Burning Justice proc listed under Procs buffs while wearing Justice set Level 100 (GD 1.1.9.3) - Grim Dawn Build Calculator Works in-game.

Thanks for the report.

I’ve set up a discord server (I should’ve done this long time ago), and I would appreciate if bugs are posted there, cause I can easily miss stuff in here.

3 Likes

GT will be unavailable for the next 10-20 minutes due to an update.

Edit: Update is finished.

1 Like

There was an issue with char upload after the recent update, it’s fixed now.

  • The issue with devotion procs bound to item granted skills, where bindings are lost if build with such setup is edited and then shared, is finally fixed.
3 Likes

An issue with latest build: Epic Browser - devotion screen hangs on load.

There were no changes neither to devotion screen, nor to the underlying rendering logic in calc, so the issue is on your end.
I just downloaded this browser and webgl renderer used for devotion screen throws some errors. There might be something odd with webgl support in this browser, I might look into it in a week ort two. You can use other browsers in the meantime.

You’re right. Seems to work ok in Firefox.

GT updated to 1.1.9.4

6 Likes

GT item db / calc were updated to 1.1.9.4 (hotfix?)

2 Likes