In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "ONScripter"

From WiiBrew
Jump to navigation Jump to search
m (Added HBB)
Line 9: Line 9:
 
| download    = [http://cloud.github.com/downloads/brijohn/onscripter-wii/onscripter-wii.tar.bz2 Download]
 
| download    = [http://cloud.github.com/downloads/brijohn/onscripter-wii/onscripter-wii.tar.bz2 Download]
 
| peripherals = {{Wiimote}} {{SensorBar}} {{FrontSD}} {{USBMouse}} {{USBKeyboard}}
 
| peripherals = {{Wiimote}} {{SensorBar}} {{FrontSD}} {{USBMouse}} {{USBKeyboard}}
 +
| hbb        = 1
 
}}
 
}}
  

Revision as of 09:38, 14 March 2009

ONScripter WII
General
Author(s)Brian
TypeGames
Versionv03.2009
Links
[[Download|Download]]
[[Download|Source]]
Peripherals
Wiimote.svg SensorBar.svg Loads files from the Front SD slot USB Mouse USB Keyboard

Changes

v03.2009

  • updated to latest svn version of ONScripter-En
  • Fixed crash when playing mp3 files
  • added missing default.ttf to the test game

Description

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 simly 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>

Issues

  • Games that use mp3 files crash when trying to play mp3's.
    • it no longer crashes however mp3's still have some issues with playback
  • Mouse pointer leaves trail behind it.