MizaGBF / GBFAL

GBF Asset Lookup, an image viewer for Granblue Fantasy
https://mizagbf.github.io/GBFAL/
MIT License
23 stars 1 forks source link

Feature requests go here! #3

Open MizaGBF opened 7 months ago

MizaGBF commented 7 months ago

If there is some sort of feature or change that you would wish to see implemented, you can post it here.

Here's a detailed list of what I might not, or won't, bother with:

You can easily find those in-game and it wouldn't add much value. The only interesting point would be for cut-content items but there are only a few of them.

The first hurdle would be to have a reliable way to track which fate are added to the game without having to crawl over all of them. Second, considering the amount of episodes in-game, it would be quite time and bandwidth consuming.

I actually got a way to get those but it would make the events even harder to maintain over time and I'm not sure Cygames would like it either.

They simply don't have a reliable naming scheme which we can exploit to find them.

They wouldn't add much values, although I'm not considering those to be off the table forever.

tldr: Anything sound or fate episode related is likely off the table.

jiaoxiaohang commented 5 months ago

image Hello! Can update records be displayed for longer? Thank you!

jiaoxiaohang commented 5 months ago

image Hello! Can you add illustrations of skycompass? The website in the picture will stop updating in 2021. Thank you!

MizaGBF commented 5 months ago

image Hello! Can update records be displayed for longer? Thank you!

No, it's supposed to show only the recently updated elements, I played around with the limit a lot in the past and I think it's currently fine, I don't want to make the loading even heavier.

image Hello! Can you add illustrations of skycompass? The website in the picture will stop updating in 2021. Thank you!

I'm pretty sure the wiki got them all here. Plus, I have no idea how to retrieve those from the sky compass.

jiaoxiaohang commented 5 months ago

图像你好!更新记录可以显示更长时间吗?谢谢!

不,它应该只显示最近更新的元素,我过去经常玩过限制,我认为目前很好,我不想让负载更重。

图像你好!你能添加天罗盘的插图吗?图中网站将于2021年停止更新。谢谢!

我很确定 wiki 把它们都放在这里。另外,我不知道如何从天空罗盘中检索它们。

Thank you, the illustrations here are really comprehensive

M1hono commented 5 months ago

Hi! Thanks for your excellent job! Have some issue for your help. Is this possible to connect NPC's ID with characters' name? Now it's a bit messy for researching and finding. And also, I'm creating a bot app for searching characters, is there any API provided for the developers?

MizaGBF commented 5 months ago

Is this possible to connect NPC's ID with characters' name?

Not that I know of.

And also, I'm creating a bot app for searching characters, is there any API provided for the developers?

No, it's a static webpage. I think you would have better luck using the gbf.wiki API, as it's what I use. Then, if you somehow want to link to my page, just append the ID of the character/element to https://mizagbf.github.io/GBFAL/?id=. Example: https://mizagbf.github.io/GBFAL/?id=3040036000 If you need specific data from GBFAL itself, simply request the data.json file from the repo (not from the website, this way you're certain to have the last one and it won't cause any bandwidth problem): https://raw.githubusercontent.com/MizaGBF/GBFAL/main/json/data.json

M1hono commented 5 months ago

Is this possible to connect NPC's ID with characters' name?

Not that I know of.

And also, I'm creating a bot app for searching characters, is there any API provided for the developers?

No, it's a static webpage. I think you would have better luck using the gbf.wiki API, as it's what I use. Then, if you somehow want to link to my page, just append the ID of the character/element to https://mizagbf.github.io/GBFAL/?id=. Example: https://mizagbf.github.io/GBFAL/?id=3040036000 If you need specific data from GBFAL itself, simply request the data.json file from the repo (not from the website, this way you're certain to have the last one and it won't cause any bandwidth problem): https://raw.githubusercontent.com/MizaGBF/GBFAL/main/json/data.json

That's exactly what I'm looking for! Many thanks.

MizaGBF commented 5 months ago

I added an in-depth breakdown of GBFAL data file here, as I expect I might get more questions of this kind, in the future, and I'd rather people read this instead. I hope that I didn't make mistakes.
(It might prove useful to myself too).