[Tool] Grim Build Loader - Turn grimtools link to character save file (.gdc)

Download:
Github Releases · NavingLord/GrimBuildLoader · GitHub

Usage:

  1. Enter a grimtools link, select a base character file(.gdc) and an output directory, then click “Generate”. The tool fetches the grimtools data and produces a character save file (.gdc) that exactly matches the equipment setup, stats, affixes, ascended affixes, skills, and devotion allocations in the link.

  2. You can specify the name of the generated character (note that Grim Dawn normally only supports English letters + numbers in names).

  3. The generated save file is named “player_date_time.gdc” by default.

  4. Rename the generated save file to player.gdc before use. Note that the game requires the character name to match the name of the folder containing the .gdc file, otherwise the character will not load properly. For example, if the character is named Doom, it must be placed in _Doom folder.

  5. For generated characters, devotion bindings are not set yet; the related devotion levels are set to max level.

  6. Supports 13 languages.
    QQ截图20260912214442

Software Purpose:
Quick testing and build idea validation.

Source:
Github GitHub - NavingLord/GrimBuildLoader · GitHub

Welcome suggestions, bug reports.

5 Likes

:+1: :+1: :+1:

1 Like

Nice! Now we’re gonna be called GBLoaders instead of GDStashers :rofl:

1 Like

Tried tool, get error:

== Start ==
Fetching link…
Error: <urlopen error [WinError 10054] Удаленный хост принудительно разорвал существующее подключение>

This means software try to connect grimtools website but connection failed. Check the nertwork, press Generate and try again.

There is already a tool that does all this though (except for multi-language support).

Yeah,checked that and we need more. This one is still not handy enough, still only generate .gdc file that requires several more steps on game save file. Going to improve that in future version.

Network connection is ok. GrimTools loads correctly. Error occur on every generation.

Did you use default base save file or your own. Try player.gdc file of version 1.308 as base save file, may have problem with old version save file.

I don’t know what default base save file you mean, I use my own and it definetly actual version.

What does the error info says and what’s your configuration. I’ve generated many characters, didn’t get the error.

what exactly you are interesting?

Error hint in the log or in the message box.

Is not previous one enough?

This is the Windows WSAECONNRESET (10054) error, which usually means the server reset the TCP connection. Common causes include being blocked by a firewall or proxy, an excessive request rate, a server-side timeout, a TLS/protocol mismatch, or the remote end closing the connection on its own.
I’ve updated software version to version 1.3, hardened the URL fetching part. Try the new version to see if the problem solved.