Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ONScripter Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Games (Game engine) - GameBrew
|title_mode=append
|image=onscripterwii.jpg
|image_alt=ONScripter
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=ONScripter
|title=ONScripter
|image=onscripterwii.jpg
|image=onscripterwii2.png
|description=Visual Novel Engine
|description=Visual Novel Engine.
|author=Brian
|author=Brian
|lastupdated=2009/07/13
|lastupdated=2009/07/13
Line 18: Line 12:
|source=http://github.com/brijohn/onscripter-wii/tree/master
|source=http://github.com/brijohn/onscripter-wii/tree/master
}}
}}
'''ONScripter''' is an open-source, cross-platform clone of the NScripter Visual Novel engine. The original ONScripter was created by Opagee, and a version that supports the English language is maintained by Haeleth.
ONScripter is an open-source, cross-platform clone of the NScripter Visual Novel engine. The original ONScripter was created by Opagee, and a version that supports the English language is maintained by Haeleth.


== Installation ==
== Installation ==
To use ONScripter, you will first need to extract the files to your SD card. Then, you must install your game files into a directory within the path "/apps/onscripter/games/". These game files typically include a file named "0.txt" or "nscript.dat" and one or more files with the extension "arc.nsa" or "arc.sar".
Extract ONScripter to your SD card, then add your game files into a directory under /apps/onscripter/games/.  


After installing the game files, you will need to edit the "games.xml" file located in the "/apps/onscripter" directory. This file lists all the games you have installed and allows you to select the game you wish to play.
The game files typically include a file named 0.txt or nscript.dat, and one or more files with the extension arc.nsa or arc.sar.
 
After that edit the games.xml file located in the /apps/onscripter/ directory. This file lists all the games you have installed and allows you to select the game you wish to play.
 
Each entry in the games.xml file should look similar to the following:


Each game entry in the "games.xml" file should have a format similar to the following example:
<pre>
<source lang=xml>
  <game id="" title=""> <!-- Games are sorted in the menu based on id with the title displayed. -->
  <game id="" title=""> <!-- Games are sorted in the menu based on id with the title displayed. -->
     <english /> <!-- Activates English language mode. Default is Japanese -->
     <english /> <!-- Activates English language mode. Default is Japanese -->
Line 35: Line 30:
     <registry file="/path/to/registry/file" /> <!-- Specifies registry file to use with game. Default is registry.txt in root path -->
     <registry file="/path/to/registry/file" /> <!-- Specifies registry file to use with game. Default is registry.txt in root path -->
  </game>
  </game>
</source>
 
</pre>
==User guide==
Resources/Visual Novels:
* [http://www.shii.org/translate/ Translated visual novel downloads].
* [http://altogether.insani.org/ Altogether: Free translated visual novels].
* [http://www.tsukuru.info/tlwiki/index.php?title=Main_Page Visual Novel Wiki].


==Media==
==Media==
'''Tsukihime Opening on wii - ([https://www.youtube.com/watch?v=eoFFLvKEhFM Arceous Dawnning])'''<br>
'''Tsukihime Opening on wii ([https://www.youtube.com/watch?v=eoFFLvKEhFM Arceous Dawnning])'''<br>
<youtube>eoFFLvKEhFM</youtube>
<youtube>eoFFLvKEhFM</youtube>


== Changelog ==
== Changelog ==
'''v07.2009a'''
'''v07.2009a'''
* Fixed bug preventing Tsukihime from working
* Fixed bug preventing Tsukihime from working.
* Changed path delimiter to semicolon
* Changed path delimiter to semicolon.
* Mouse no longer leaves trail
* Mouse no longer leaves trail.
'''v07.2009'''
'''v07.2009'''
* Merged latest upstream changes
* Merged latest upstream changes.
* Fixed mp3/audio issues
* Fixed mp3/audio issues.
'''v04.2009a'''
'''v04.2009a'''
* Merged latest upstream changes
* Merged latest upstream changes.
* Fixed specifying multiple archive paths
* Fixed specifying multiple archive paths.
* Added ogg_only option to xml file
* Added ogg_only option to xml file.
'''v04.2009'''
'''v04.2009'''
* Added Graphical menu using libwiigui
* Added Graphical menu using libwiigui.
* Added ability to delete and add games via gui
* Added ability to delete and add games via gui.
'''v03.2009'''
'''v03.2009'''
* updated to latest svn version of ONScripter-En
* updated to latest svn version of ONScripter-En.
* Fixed crash when playing mp3 files
* Fixed crash when playing mp3 files.
* added missing default.ttf to the test game
* added missing default.ttf to the test game.
 
== Visual Novels ==
* [http://www.shii.org/translate/ Translated visual novel downloads]
* [http://altogether.insani.org/ Altogether: Free translated visual novels]
* [http://www.tsukuru.info/tlwiki/index.php?title=Main_Page Visual Novel Wiki]


==External links==
==External links==
* Github - http://github.com/brijohn/onscripter-wii/tree/master
* GitHub - http://github.com/brijohn/onscripter-wii/tree/master
* Wiibrew - https://wiibrew.org/wiki/ONScripter
* WiiBrew - https://wiibrew.org/wiki/ONScripter

Revision as of 05:26, 8 March 2023

ONScripter
Onscripterwii2.png
General
AuthorBrian
TypeGame engine
Versionv07.2009a
LicenseMixed
Last Updated2009/07/13
Links
Download
Website
Source

ONScripter is an open-source, cross-platform clone of the NScripter Visual Novel engine. The original ONScripter was created by Opagee, and a version that supports the English language is maintained by Haeleth.

Installation

Extract ONScripter to your SD card, then add your game files into a directory under /apps/onscripter/games/.

The game files typically include a file named 0.txt or nscript.dat, and one or more files with the extension arc.nsa or arc.sar.

After that edit the games.xml file located in the /apps/onscripter/ directory. This file lists all the games you have installed and allows you to select the game you wish to play.

Each entry in the games.xml file should look similar to the following:

<game id="" title=""> 
   <english /> 
   <root path="/path/to/game/root" /> 
   <save path="/path/to/save/dir" /> 
    
   <registry file="/path/to/registry/file" /> 
</game>

User guide

Resources/Visual Novels:

Media

Tsukihime Opening on wii (Arceous Dawnning)

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.

External links

Advertising: