Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pladaria/gba-romname-gen
GBA romnames.lst file generator for EZ4 Client
https://github.com/pladaria/gba-romname-gen
Last synced: about 2 months ago
JSON representation
GBA romnames.lst file generator for EZ4 Client
- Host: GitHub
- URL: https://github.com/pladaria/gba-romname-gen
- Owner: pladaria
- License: mit
- Created: 2015-10-10T12:27:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-10T13:11:51.000Z (about 9 years ago)
- Last Synced: 2023-04-09T20:57:22.574Z (over 1 year ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GBA romname.lst Generator for EZ4 Client
We all know EZ_Client is crap. When you send a ROM which is not listed in `romname.lst` it gets stored with an empty name (".gba").
This script creates a new `romname.lst` file using your ROM filenames.
## Usage
### Print results to stdout
```bash
gba-romname-gen.js path/to/gba/roms
```
### Save results to file```bash
gba-romname-gen.js path/to/gba/roms > romname.lst
```
## Possible problemsSome files are ignored/skipped:
* Files without .gba extension
* ROMs with empty title/code (unlicensed)
* ROMs without ASCII title/code## License
MIT