.TH "onscripter" "6" .SH "NAME" onscripter \(em NScripter-compatible visual novel games engine .SH "SYNOPSIS" .PP \fBonscripter\fR [\fBoption\fP \&...] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBonscripter\fR command. .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. .PP \fBonscripter\fR is a program that implements the visual novel games engine NScripter. It is able to run Japanese (Shift-JIS encoding) games. \fBonscripter-1byte\fR is built in order to play English games by forcing 1-byte mode. .SH "OPTIONS" .PP These programs follow the usual GNU command line syntax, with long options starting with two dashes (`\-'). A summary of options is included below. .IP " \fB\-\-cdaudio\fP " 10 Use CD audio if available. .IP " \fB\-\-cdnumber \fIno\fR\fP " 10 Choose the CD-ROM drive number. .IP "\fB-f \fIfile\fR\fP \fB\-\-font \fIfile\fR\fP " 10 Set a TTF font file. .IP " \fB\-\-registry \fIfile\fR\fP " 10 Set a registry file. .IP " \fB\-\-dll \fIfile\fR\fP " 10 Set a dll file. .IP "\fB-r \fIpath\fR\fP \fB\-\-root \fIpath\fR\fP " 10 Set the root path to the archives. .IP " \fB\-\-fullscreen\fP " 10 Start in fullscreen mode. .IP " \fB\-\-window\fP " 10 Start in window mode. .IP " \fB\-\-force-button-shortcut\fP " 10 Ignore useescspc and getenter command. .IP " \fB\-\-enable-wheeldown-advance\fP " 10 Advance the text on mouse wheeldown event. .IP " \fB\-\-disable-rescale\fP " 10 Do not rescale the images in the archives when compiled with \-DPDA. .IP " \fB\-\-edit\fP " 10 Enable editing the volumes and the variables when 'z' is pressed. .IP " \fB\-\-key-exe \fIfile\fR\fP " 10 Set a file (*.EXE) that includes a key table. .IP "\fB-h\fP \fB\-\-help\fP " 10 Show summary of options. .IP "\fB-v\fP \fB\-\-version\fP " 10 Show version of program. .SH "EXAMPLE" .PP After decompressing the game data directory, we call it /path/foo for convient, please use the follow command to perform the game: .PP \fBonscripter \-r /path/foo\fR .PP If the game is not containing default.ttf, we can use \-f to assign one as following: .PP \fBonscripter \-r /path/foo \-f /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf\fR .SH "AUTHOR" .PP This manual page was written by Ying-Chun Liu (PaulLiu) grandpaul@gmail.com for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. .\" created by instant / docbook-to-man