PSP DocMaker NX: Difference between revisions
From GameBrew
More actions
No edit summary |
1.2.1 |
||
| Line 4: | Line 4: | ||
|description=An easy-to-use tool for creating DOCUMENT.DAT (manual) files for PS1, PSP, and PS Minis games. | |description=An easy-to-use tool for creating DOCUMENT.DAT (manual) files for PS1, PSP, and PS Minis games. | ||
|author=seiya-dev | |author=seiya-dev | ||
|lastupdated=2026/ | |lastupdated=2026/02/08 | ||
|type=File Operation | |type=File Operation | ||
|version=1.1 | |version=1.2.1 | ||
|license=LGPL-2.1 | |license=LGPL-2.1 | ||
|download=https://github.com/seiya-dev/PSPDocMakerGUI/releases | |download=https://github.com/seiya-dev/PSPDocMakerGUI/releases | ||
| Line 24: | Line 24: | ||
* Background fill options: solid color, color gradient, gradient with a border and "Random style". | * Background fill options: solid color, color gradient, gradient with a border and "Random style". | ||
* Adjust the size of the text indentation from the screen borders. | * Adjust the size of the text indentation from the screen borders. | ||
* Extract encrypted DOCUMENT.DAT with default key. | * Extract encrypted DOCUMENT.DAT with default key and almost all with DOCINFO.EDAT. | ||
== Screenshots == | == Screenshots == | ||
| Line 33: | Line 33: | ||
== Changelog == | == Changelog == | ||
'''v1.2.1''' | |||
* Fix missing doc size parsing for PSP DOCUMENT.DAT v2. | |||
'''v1.2.0''' | |||
* Add Game ID set. | |||
* Extract DOCUMENT.DAT when DOCINFO.EDAT may be required, without making the DOCINFO.EDAT file mandatory. | |||
'''v1.1.3''' | '''v1.1.3''' | ||
* More fixes. | * More fixes. | ||
Revision as of 10:11, 13 February 2026
| PSP DocMaker NX (GUI) | |
|---|---|
| General | |
| Author | seiya-dev |
| Type | File Operation |
| Version | 1.2.1 |
| License | LGPL-2.1 |
| Last Updated | 2026/02/08 |
| Links | |
| Download | |
| Website | |
| Source | |
An easy-to-use graphical tool for creating properly formatted DOCUMENT.DAT (manual) files for PS1, PSP, and PS Minis games.
Features
- Preview.
- Support for various encodings of input text files .txt: UTF-8, ANSI, WIN, DOS, KOI-8, Macintosh.
- Output image size: 480x248, 480x272, 480x480 or 480x960.
- Words wrap by image width (can be disabled).
- Support for in-text tags: Page Break - @pb@
- Selecting font and font color.
- Set background image: bmp, jpg, jpeg, png, gif. You can use any images, they are scaled.
- Background fill options: solid color, color gradient, gradient with a border and "Random style".
- Adjust the size of the text indentation from the screen borders.
- Extract encrypted DOCUMENT.DAT with default key and almost all with DOCINFO.EDAT.
Screenshots
|
|
Changelog
v1.2.1
- Fix missing doc size parsing for PSP DOCUMENT.DAT v2.
v1.2.0
- Add Game ID set.
- Extract DOCUMENT.DAT when DOCINFO.EDAT may be required, without making the DOCINFO.EDAT file mandatory.
v1.1.3
- More fixes.
v1.1.2
- Lock file selecting while rendering.
v1.1.1
- Fix text import.
v1.1
- Fix PNG extraction from some encrypted DOCUMENT.DAT.
- Switch default KEYS.BIN value.
v1.0
- First public release.