ONScripter Multi Converter PSP: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (12 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|title=ONScripter Multi Converter | |title=ONScripter Multi Converter | ||
|image=onscriptermulticonverter.png | |image=onscriptermulticonverter.png | ||
|description=Image, audio and scenario converter for | |description=Image, audio and scenario converter for ONScripter. | ||
|author=Prince-of-sea, PC-CNT | |author=Prince-of-sea, PC-CNT | ||
|lastupdated= | |lastupdated=2026/04/14 | ||
|type=File Operation | |type=File Operation | ||
|version=2.4.6 | |||
|version=2. | |||
|license=MIT | |license=MIT | ||
|download=https:// | |download=https://github.com/Prince-of-sea/ONScripter_Multi_Converter/releases/latest | ||
|website=https://github.com/Prince-of-sea/ONScripter_Multi_Converter | |website=https://github.com/Prince-of-sea/ONScripter_Multi_Converter | ||
|source=https://github.com/Prince-of-sea/ONScripter_Multi_Converter | |source=https://github.com/Prince-of-sea/ONScripter_Multi_Converter | ||
}} | }} | ||
A Python tool for converting asset files for use with [[ONScripter for PSP]]. | <!--onscriptermulticonverter.7z--> | ||
A Python tool for converting asset files for use with ONScripter, including: | |||
*PSP ([[ONScripter for PSP|onscripter-20110111_psp]]) | |||
*PSVITA ([[ONScripterJH Vita|ONScripter-jh-PSVita (yuri) v0.5.1.3]]) | |||
*Brain: (onscripter-20100510-424x318 / onscripter-20100510-qvga) | |||
*Android (ONScripter v20240906) | |||
It is designed as a successor to the C&D Tools Win GUI. | |||
== | == User guide == | ||
[https://github.com/Prince-of-sea/ONScripter_Multi_Converter/blob/main/README.md Follow the readme] and download the required files. | [https://github.com/Prince-of-sea/ONScripter_Multi_Converter/blob/main/README.md Follow the readme] and download the required files. | ||
Extract and move the downloaded files to the appropriate locations. | Extract and move the downloaded files to the appropriate locations. | ||
In a directory with path access: | In a directory with path access: | ||
* ffmpeg.exe | * ffmpeg.exe | ||
* ffprobe.exe | * ffprobe.exe | ||
In a directory designated for the tool: | In a directory designated for the tool: | ||
<pre> |- | <pre> |-ONScripter_Multi_Converter.exe | ||
|-tools\ | |-tools\ | ||
| |-nsaed.exe | | |-nsaed.exe | ||
| Line 47: | Line 41: | ||
| | |-{Several additional directories} | | | |-{Several additional directories} | ||
</pre> | </pre> | ||
How to use: | |||
* | * In the input directory field (入力先), use the browse button to select the directory containing the game files. | ||
* | * In the output directory field (出力先), use the browse button to choose a destination directory for the converted files. | ||
* | * Modify the [https://github.com/Prince-of-sea/ONScripter_Multi_Converter/blob/main/README_setting.md conversion settings], then click the convert button to start the conversion process. | ||
* If using on the PSP, copy over the converted files, EBOOT.PBP and default.ttf for [[ONScripter for PSP]] to a PSP with CFW/LCFW. | |||
== Screenshots == | == Screenshots == | ||
https://dlhb.gamebrew.org/psphomebrew/images/ | https://dlhb.gamebrew.org/psphomebrew/images/onscriptermulticonverter02.png | ||
== Known issues == | == Known issues == | ||
* | * If some functions like avi, mpegplay, rnd2 were originally overwritten with defsub, they may conflict with the features of this tool. | ||
* The tool does not handle nbz files outside of nsa/sar/ns2 archives. | * The tool does not handle nbz files outside of nsa/sar/ns2 archives. | ||
* | * Some characters in the individual settings fields appear as "?" (this does not affect functionality). | ||
* Conversion fails for audio or video files when file paths contain "&". | |||
== External links == | == External links == | ||
* GitHub - https://github.com/Prince-of-sea/ONScripter_Multi_Converter | * GitHub - https://github.com/Prince-of-sea/ONScripter_Multi_Converter | ||
Latest revision as of 00:16, 17 April 2026
| ONScripter Multi Converter | |
|---|---|
| General | |
| Author | Prince-of-sea, PC-CNT |
| Type | File Operation |
| Version | 2.4.6 |
| License | MIT License |
| Last Updated | 2026/04/14 |
| Links | |
| Download | |
| Website | |
| Source | |
A Python tool for converting asset files for use with ONScripter, including:
- PSP (onscripter-20110111_psp)
- PSVITA (ONScripter-jh-PSVita (yuri) v0.5.1.3)
- Brain: (onscripter-20100510-424x318 / onscripter-20100510-qvga)
- Android (ONScripter v20240906)
It is designed as a successor to the C&D Tools Win GUI.
User guide
Follow the readme and download the required files.
Extract and move the downloaded files to the appropriate locations.
In a directory with path access:
- ffmpeg.exe
- ffprobe.exe
In a directory designated for the tool:
|-ONScripter_Multi_Converter.exe
|-tools\
| |-nsaed.exe
| |-smjpeg_encode.exe
| |-Garbro_console\
| | |-GARbro.Console.exe
| | |-{Other numerous files}
| | |-{Several additional directories}
How to use:
- In the input directory field (入力先), use the browse button to select the directory containing the game files.
- In the output directory field (出力先), use the browse button to choose a destination directory for the converted files.
- Modify the conversion settings, then click the convert button to start the conversion process.
- If using on the PSP, copy over the converted files, EBOOT.PBP and default.ttf for ONScripter for PSP to a PSP with CFW/LCFW.
Screenshots
Known issues
- If some functions like avi, mpegplay, rnd2 were originally overwritten with defsub, they may conflict with the features of this tool.
- The tool does not handle nbz files outside of nsa/sar/ns2 archives.
- Some characters in the individual settings fields appear as "?" (this does not affect functionality).
- Conversion fails for audio or video files when file paths contain "&".