Dev Tracker - Discussion

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » General » Dev Tracker - Discussion
Dev Tracker - Discussion
First Page 2 3 ... 627 628
 Shiva.Thorny
Offline
サーバ: Shiva
Game: FFXI
User: Rairin
Posts: 3760
By Shiva.Thorny 2026-03-12 09:23:28  
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  
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
サーバ: Shiva
Game: FFXI
User: Rairin
Posts: 3760
By Shiva.Thorny 2026-03-12 10:04:17  
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.
Offline
Posts: 8
By Izaniki 2026-03-12 11:01:31  
Shiva.Thorny said: »
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.
So, just to check my understanding, resourceextractor would spit out the changes in plain text, then we'd need to either input them all manually in the wiki's formatting or have some sort of tool that would generate it for us after having the text from resourceextractor input?
 Shiva.Thorny
Offline
サーバ: Shiva
Game: FFXI
User: Rairin
Posts: 3760
By Shiva.Thorny 2026-03-12 11:02:42  
I was suggesting people who want to see the changes can do that. I don't think anyone should be manually editing the wiki with information that can be automatically generated, improvements there should be process improvements.

If the current system for turning resource data into wiki entries relies on heavy manual work, they should solicit help to improve the system so it's not manual. The data is clean enough that it shouldn't need to be.

If it's not a lot of work but Funk is extremely busy, they should consider giving a couple trusted people access. Easy solutions.
First Page 2 3 ... 627 628