More actions
No edit summary |
(Updated to version 1.1.) |
||
Line 4: | Line 4: | ||
|description=webapp for attaching files to a GBFS-capable ROM. | |description=webapp for attaching files to a GBFS-capable ROM. | ||
|author=Mattie Behrens | |author=Mattie Behrens | ||
|lastupdated=2024/ | |lastupdated=2024/10/10 | ||
|type=Builder Tools | |type=Builder Tools | ||
|version=2024 | |version=2024 | ||
|license=MIT | |license=MIT | ||
|website=https://mattiebee.app/gbfs-web/ | |website=https://mattiebee.app/gbfs-web/ | ||
|source=https:// | |source=https://mattiebee.dev/gbfs-web/ | ||
}} | }} | ||
{{lowercase title}} | {{lowercase title}} | ||
By following the three simple steps in this app, you can take any ROM that supports [[GBFS GBA|GBFS]] (such as [[4-e GBA|4-e]]), select files to attach, and save a new ROM with those files attached. | |||
Everything is done in your browser. No ROM or file data is sent to or received from any server. | |||
This app differs slightly from the command-line GBFS tools in a few ways. It currently only creates a single GBFS "file" that it attaches to the ROM, unlike those tools, which can create many. It also does not pad objects in the GBFS file, unlike those tools; this did not appear necessary. | |||
== Credits == | == Credits == | ||
Line 29: | Line 28: | ||
* gbfs-web - https://mattiebee.app/gbfs-web | * gbfs-web - https://mattiebee.app/gbfs-web | ||
* GitHub - https://github.com/mattieb/gbfs-web | * GitHub - https://github.com/mattieb/gbfs-web | ||
== Changelog == | |||
v1.1 | |||
* Fixed a bug that would rearrange the contents of attached files when using Google Chrome. |
Latest revision as of 11:32, 11 October 2024
gbfs-web | |
---|---|
General | |
Author | Mattie Behrens |
Type | Builder Tools |
Version | 2024 |
License | MIT License |
Last Updated | 2024/10/10 |
Links | |
Website | |
Source | |
By following the three simple steps in this app, you can take any ROM that supports GBFS (such as 4-e), select files to attach, and save a new ROM with those files attached.
Everything is done in your browser. No ROM or file data is sent to or received from any server.
This app differs slightly from the command-line GBFS tools in a few ways. It currently only creates a single GBFS "file" that it attaches to the ROM, unlike those tools, which can create many. It also does not pad objects in the GBFS file, unlike those tools; this did not appear necessary.
Credits
gbfs-web wouldn't exist without:
- GBFS (obviously!)
- Simple.css
External links
- Author's website - https://mattiebee.io/
- gbfs-web - https://mattiebee.app/gbfs-web
- GitHub - https://github.com/mattieb/gbfs-web
Changelog
v1.1
- Fixed a bug that would rearrange the contents of attached files when using Google Chrome.