Thanks for updating the offline versions. They are a bit laggy under Linux but usable.
Hi Dammitt,
I have created a Japanese localization file with the D3 mod translation texts added. It would be great if you could use this for the Build Calculator.
1197_japanese_ja_D3_01.zip (1.6 MB)
dammitt, just out of curiosity, what decides the affinity reward ui?
because in many cases itâs reversed of whatâs in game, ex fiend being 3 green on top and 2 red on bottom , in game itâs 2red on top and 3green below
and then there are 3blue/2gold devos in GT with 3 blue on top 2 gold below, and others with 2gold on top and 3blue below
@ _ @
got mighty puzzled noticing it
Itâs just the way itâs coded, doesnât matter much. I mean in game data for the Fiend constellation itâs:
âaffinityGivenName1â: âEldritchâ,
âaffinityGivenName2â: âChaosâ,
âaffinityGiven1â: 3,
âaffinityGiven2â: 2,
In GT Iâm showing it in the same order as itâs defined for each constellation.
In game perhaps itâs based on global affinity order â [ascendant, chaos, eldritch, order, primordial]
.
I optimized calculator loading time btw.
Scepters broke
I noticed something weird with the devotion window and Opera (doesnât happen with Firefox, didnât test other browsers).
I got the build calculator on my 1st monitor and a youtube video playing on the 2nd monitor. When I switch to the devotions in the build calculator, the youtube video stops and shows the buffering symbol. When I close the devotion window or switch to another browser tab, the video resumes immediately.
It happens everytime, no matter if itâs a normal video or a live stream but it does not happen if the video is playing in the background, ie. not on the active browser tab.
I never noticed this issue anywhere else, just with the grimtools devotion window. Itâs as if a huge amount of traffic is suddenly generated that prevents youtube videos from buffering properly. Or itâs a bug in Opera that only happens under certain circumstances which are met when displaying the devotions.
Anyway, just letting you know, itâs not that big of an issue for me but itâs certainly weird.
Hm, thereâs no âhuge amount of traffic is suddenly generated that prevents youtube videos from buffering properlyâ. Perhaps Opera just instructs all other pages that use webgl to pause, because in the active tab thereâs webgl rendering going on. I mean there are zero requests to the server when devotion view opens, maybe only one to get images (but it should happen sooner, and if it was already loaded some time in the past, then itâs taken from browser cache).
Not many websites use webgl, so maybe thatâs why you never encountered this issue, just a wild guees though, I have no actual proof that itâs the reason.