ONScripter
From Anon Vn
(Difference between revisions)
| Line 1: | Line 1: | ||
| - | '''ONScripter''' is a VN engine. It's as simple as downloading the program, putting a font file in the folder it's in, and add a script file called 0.txt to that folder, and it runs. | + | '''ONScripter''' is a VN engine based on (and nearly the same as) NScripter. It's as simple as downloading the program, putting a font file in the folder it's in, and add a script file called 0.txt to that folder, and it runs. |
==Making a script== | ==Making a script== | ||
*Start lines with ` | *Start lines with ` | ||
| - | *End lines with | + | *End lines with |
*Key press in the middle of a sentence is done using @ | *Key press in the middle of a sentence is done using @ | ||
| + | ==External links== | ||
| + | *[http://nscripter.insani.org/reference/ More detailed info at NScripter reference] | ||
| + | *[http://dev.haeleth.net/onscripter.shtml ONScripter official site] | ||
Revision as of 20:31, 3 February 2009
ONScripter is a VN engine based on (and nearly the same as) NScripter. It's as simple as downloading the program, putting a font file in the folder it's in, and add a script file called 0.txt to that folder, and it runs.
Making a script
- Start lines with `
- End lines with
- Key press in the middle of a sentence is done using @
