Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature requests go here! #3

Open
MizaGBF opened this issue Feb 12, 2024 · 8 comments
Open

Feature requests go here! #3

MizaGBF opened this issue Feb 12, 2024 · 8 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@MizaGBF
Copy link
Owner

MizaGBF commented Feb 12, 2024

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:

  • Items icons

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.

  • Anything fate episode related

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.

  • Event voice files

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.

  • BGM and boss voice files

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

  • Skill sprite sheets and SFX files

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.

@MizaGBF MizaGBF added enhancement New feature or request help wanted Extra attention is needed labels Feb 12, 2024
@MizaGBF MizaGBF self-assigned this Feb 12, 2024
@MizaGBF MizaGBF pinned this issue Feb 12, 2024
@jiaoxiaohang
Copy link

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

@jiaoxiaohang
Copy link

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

@MizaGBF
Copy link
Owner Author

MizaGBF commented Mar 29, 2024

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
Copy link

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

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

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

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

Thank you, the illustrations here are really comprehensive

@M1hono
Copy link

M1hono commented Apr 12, 2024

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
Copy link
Owner Author

MizaGBF commented Apr 13, 2024

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
Copy link

M1hono commented Apr 14, 2024

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
Copy link
Owner Author

MizaGBF commented Apr 16, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants