Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xan1242/ehpscanner
A simple EhFolder scanner for Yu-Gi-Oh! Tag Force games
https://github.com/xan1242/ehpscanner
game-mod-tool konami mips sony-psp tag-force tool yu-gi-oh yugioh
Last synced: 9 days ago
JSON representation
A simple EhFolder scanner for Yu-Gi-Oh! Tag Force games
- Host: GitHub
- URL: https://github.com/xan1242/ehpscanner
- Owner: xan1242
- License: mit
- Created: 2023-02-22T18:46:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-24T13:54:11.000Z (12 months ago)
- Last Synced: 2023-11-24T14:38:37.617Z (12 months ago)
- Topics: game-mod-tool, konami, mips, sony-psp, tag-force, tool, yu-gi-oh, yugioh
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# EhFolder Scanner
This is an application designed to scan for and extract any EhFolder it finds.
The main purpose is to allow easy extraction of EhFolders out of Tag Force EBOOT files.
It supports autodetection of Tag Force EBOOT files and proper assignment of filenames.
## Usage
```
USAGE: ehpscanner InFile [OutPath]
USAGE (scan only): ehpscanner -s InFile
USAGE (force non-ELF mode): ehpscanner -f InFile [OutPath]
USAGE (force non-ELF & scan): ehpscanner -f -s InFile
```- If you do not pass the OutPath, it'll use the input file's parent path as output