![]() |
|
Production & Help For discussions regarding production aspects, especially localisation, of visual novels and related games. |
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
All right, well, here goes my first post.
I'm having some difficulty in ONScripter. I'm trying to flash to a background with a curtain effect instead of a fade effect, since it gets pretty dull after a while. I went to the tutorial, and the command is supposed to go effect <number>,<number>(,<number>(,<character string>)) The details are here, of course: http://nscripter.insani.org/reference/ So, I tried using the curtain effect like so: effect 1,7,1000 (Did this before the *game_start) and later bg1 "bg/greenery.png" What exactly am I doing wrong? |
#2
|
|||
|
|||
![]()
Effect Number 1 is reserved for instant display; #0 is also reserved.
Try: effect 2,7,1000 bg 2,"bg/greenery.png" But if you're just doing that effect once, you could specify it directly in the bg command: bg "bg/greenery.png",7,1000 And there's a more comprehensive (O)NScripter programming guide here. Mion (Sonozaki Futago-tachi) Last edited by Sonozaki Futago-tachi; 2009-04-29 at 19:00. |
#3
|
||||
|
||||
![]()
Effects load as "bg <number>"? I'd always loaded image effects in this format:
bg "bg/greenery.png",2 |
#4
|
|||
|
|||
![]() Quote:
Mion (Sonozaki Futago-tachi) |
#5
|
||||
|
||||
![]()
lol XD I was about to say, is this a new command mod I haven't heard about yet?
|
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ef: first tale + first fandisc translation | Asceai | General Discussion | 220 | 2008-04-11 19:32 |
Using SEEN documents | JDF | Technical Issues | 4 | 2008-02-09 14:51 |
Using seen.txt | Unregistered | Technical Issues | 2 | 2006-12-05 11:41 |
Using archives in ONScripter | Message | Technical Issues | 4 | 2006-10-17 11:44 |
my first post on this forum | liza505 | General Discussion | 10 | 2006-06-05 10:02 |