https://github.com/lehieugch68/pj5-fmsg-extractor
Fatal Frame: Maiden of Black Water Text Tool (PC)
https://github.com/lehieugch68/pj5-fmsg-extractor
csharp fatalframe
Last synced: about 1 year ago
JSON representation
Fatal Frame: Maiden of Black Water Text Tool (PC)
- Host: GitHub
- URL: https://github.com/lehieugch68/pj5-fmsg-extractor
- Owner: lehieugch68
- License: mit
- Created: 2021-10-28T07:44:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T13:57:43.000Z (over 4 years ago)
- Last Synced: 2025-03-26T16:01:39.066Z (over 1 year ago)
- Topics: csharp, fatalframe
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Zero 5 FMSG Extractor
A program used to extract/re-import text files of the Fatal Frame 5: Maiden of Black Water (PC).
## Usage:
* Type "-e [Input File/Folder] [Output File/Folder]" to extract the file/folder.
* Type "-i [Original File/Folder] [Input File/Folder] [Output File/Folder]" to re-import the file/folder.
## Example:
```
//Extract
PJ5-FMSG-Extractor.exe -e digital_artbook.fmsg digital_artbook.fmsg.txt //for file
PJ5-FMSG-Extractor.exe -e USen USen-extracted //for folder
//Import
PJ5-FMSG-Extractor.exe -i digital_artbook.fmsg digital_artbook.fmsg.txt digital_artbook.fmsg.new //for file
PJ5-FMSG-Extractor.exe -i USen USen-extracted USen-new //for folder
```