More actions
(Created page with "{{#seo: |title=Wii Homebrew Games (Game engine) - GameBrew |title_mode=append |image=onscripterwii.jpg |image_alt=ONScripter }} {{Infobox Wii Homebrews |title=ONScripter |imag...") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/onscripterwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/onscripterwii.7z | ||
|website= | |website=http://github.com/brijohn/onscripter-wii | ||
|source=http://github.com/brijohn/onscripter-wii/tree/master | |source=http://github.com/brijohn/onscripter-wii/tree/master | ||
}} | }} | ||
'''ONScripter''' is an opensource cross-platform clone of the NScripter Visual Novel engine. The original ONScripter was written by Opagee the fork that supports the English language is maintained by [http://dev.haeleth.net/onscripter.shtml Haeleth] | |||
== Usage == | |||
After extracting ONScripter to your SD Card you will need to install your game files into a directory under /apps/onscripter/games/. | |||
These usually consist of a 0.txt or nscript.dat file and a arc.nsa or arc.sar files. | |||
Next edit the games.xml file found in /apps/onscripter. | |||
Once the game is added to the games.xml file you can simply launch ONScripter from the HBC and select the game you wish to play. | |||
Each entry in the games.xml file should look similar to the following: | |||
<source lang=xml> | |||
<game id="" title=""> <!-- Games are sorted in the menu based on id with the title displayed. --> | |||
<english /> <!-- Activates English language mode. Default is Japanese --> | |||
<root path="/path/to/game/root" /> <!-- Specifies path to installed game files (Required) --> | |||
<save path="/path/to/save/dir" /> <!-- Specifies path to place save games at. Default is root path --> | |||
<font file="/path/to/font/file" /> <!-- Specifies ttf file to use with game. Default is default.ttf in root path --> | |||
<registry file="/path/to/registry/file" /> <!-- Specifies registry file to use with game. Default is registry.txt in root path --> | |||
</game> | |||
</source> | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>eoFFLvKEhFM</youtube> | ||
== Changelog == | |||
'''v07.2009a''' | |||
* Fixed bug preventing Tsukihime from working | |||
* Changed path delimiter to semicolon | |||
* Mouse no longer leaves trail | |||
'''v07.2009''' | |||
* Merged latest upstream changes | |||
* Fixed mp3/audio issues | |||
'''v04.2009a''' | |||
* Merged latest upstream changes | |||
* Fixed specifying multiple archive paths | |||
* Added ogg_only option to xml file | |||
'''v04.2009''' | |||
* Added Graphical menu using libwiigui | |||
* Added ability to delete and add games via gui | |||
'''v03.2009''' | |||
* updated to latest svn version of ONScripter-En | |||
* Fixed crash when playing mp3 files | |||
* added missing default.ttf to the test game | |||
== Visual Novels == | |||
[http://www.shii.org/translate/ Translated visual novel downloads]<br /> | |||
[http://altogether.insani.org/ Altogether: Free translated visual novels]<br/> | |||
[http://www.tsukuru.info/tlwiki/index.php?title=Main_Page Visual Novel Wiki] | |||
==External links== | |||
* Github - http://github.com/brijohn/onscripter-wii/tree/master | |||
* Wiibrew - https://wiibrew.org/wiki/ONScripter |
Revision as of 02:00, 31 July 2022
ONScripter | |
---|---|
File:Onscripterwii.jpg | |
General | |
Author | Brian |
Type | Game engine |
Version | v07.2009a |
License | Mixed |
Last Updated | 2009/07/13 |
Links | |
Download | |
Website | |
Source | |
ONScripter is an opensource cross-platform clone of the NScripter Visual Novel engine. The original ONScripter was written by Opagee the fork that supports the English language is maintained by Haeleth
Usage
After extracting ONScripter to your SD Card you will need to install your game files into a directory under /apps/onscripter/games/. These usually consist of a 0.txt or nscript.dat file and a arc.nsa or arc.sar files.
Next edit the games.xml file found in /apps/onscripter.
Once the game is added to the games.xml file you can simply launch ONScripter from the HBC and select the game you wish to play.
Each entry in the games.xml file should look similar to the following:
<game id="" title=""> <!-- Games are sorted in the menu based on id with the title displayed. -->
<english /> <!-- Activates English language mode. Default is Japanese -->
<root path="/path/to/game/root" /> <!-- Specifies path to installed game files (Required) -->
<save path="/path/to/save/dir" /> <!-- Specifies path to place save games at. Default is root path -->
<font file="/path/to/font/file" /> <!-- Specifies ttf file to use with game. Default is default.ttf in root path -->
<registry file="/path/to/registry/file" /> <!-- Specifies registry file to use with game. Default is registry.txt in root path -->
</game>
Media
Changelog
v07.2009a
- Fixed bug preventing Tsukihime from working
- Changed path delimiter to semicolon
- Mouse no longer leaves trail
v07.2009
- Merged latest upstream changes
- Fixed mp3/audio issues
v04.2009a
- Merged latest upstream changes
- Fixed specifying multiple archive paths
- Added ogg_only option to xml file
v04.2009
- Added Graphical menu using libwiigui
- Added ability to delete and add games via gui
v03.2009
- updated to latest svn version of ONScripter-En
- Fixed crash when playing mp3 files
- added missing default.ttf to the test game
Visual Novels
Translated visual novel downloads
Altogether: Free translated visual novels
Visual Novel Wiki