Dev Tracker - Discussion

Langues: JP EN DE FR
Yellow Box
users online
Forum » FFXI » General » Dev Tracker - Discussion
Dev Tracker - Discussion
First Page 2 3 ... 627 628
 Shiva.Thorny
Offline
Serveur: Shiva
Game: FFXI
User: Rairin
Posts: 3759
By Shiva.Thorny 2026-03-12 09:23:28
Link | Citer | R
 
Asura.Hya said: »
If you're asking about items that are now in the DATs which are not yet obtainable, that would have to be answered by someone with the ability/knowledge to compare versions to see what is new.

An extremely low effort option is to check windower resources, since they're usually updated faster:
https://github.com/Windower/Resources/commit/23857355a9e1e0e4481efa169222a476d908cb60

a low-code option is to use ashita's resource functions to dump the items to lua.

resourceextractor is also open source.

so, the knowledge isn't really particularly specific and you don't actually even need to know how the dats are encoded to get at the most current ones w/o dev help. but, i'm guessing whatever tool(s) funk uses to update the wiki aren't public and it doesn't seem like the image updates are automatic because some of the limbus stuff took quite a while to get in there.
Offline
By LightningHelix 2026-03-12 09:41:01
Link | Citer | R
 
Shiva.Thorny said: »
it doesn't seem like the image updates are automatic because some of the limbus stuff took quite a while to get in there.
they definitely aren't, Funkz updated the text on this because it was fixed in this past update:
https://www.bg-wiki.com/ffxi/Beryllium_Tachi
but the image still isn't
 Shiva.Thorny
Offline
Serveur: Shiva
Game: FFXI
User: Rairin
Posts: 3759
By Shiva.Thorny 2026-03-12 10:04:17
Link | Citer | R
 
The thumbnail icons are extremely easy to extract from the dats, which are what I was referring to for the limbus gear. Creating the larger picture is likely a little more difficult (it doesn't seem like the client does it directly, given the wiki images combine it onto a single page instead of the client's 2). Curious how they do it; doesn't seem impossible to pull the client's character map and draw the font character by character, though the spacing calculations would take a little tuning.

If it can be drawn in the client, there are a lot of low effort but clunky ways to automate it (use a fixed client size, replace item id, capture that section of screen). If it's being drawn separately, it should already be an image file so maybe the upload process gives them trouble? Might be worth either soliciting help with improving the process if it's currently cumbersome or sharing the tools with a couple trusted people if it's reasonable as is and Funk feels overburdened.
First Page 2 3 ... 627 628
Log in to post.