ONScripter Multi Converter PSP: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| 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=2025/02/ | |lastupdated=2025/02/08 | ||
|type=File Operation | |type=File Operation | ||
|format= | |format= | ||
|version=2.1 | |version=2.2.1 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/psphomebrew/onscriptermulticonverter.7z | |download=https://dlhb.gamebrew.org/psphomebrew/onscriptermulticonverter.7z | ||
| Line 14: | Line 14: | ||
|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]]. | 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/onscriptermulticonverter2.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. | ||
== External links == | == External links == | ||
* GitHub - https://github.com/Prince-of-sea/ONScripter_Multi_Converter | * GitHub - https://github.com/Prince-of-sea/ONScripter_Multi_Converter | ||
Revision as of 03:34, 9 February 2025
| ONScripter Multi Converter | |
|---|---|
| General | |
| Author | Prince-of-sea, PC-CNT |
| Type | File Operation |
| Version | 2.2.1 |
| License | MIT License |
| Last Updated | 2025/02/08 |
| 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.