start_address=80090000 # There are two default output streams. The first (0) sends results to a .h file, # the second sends results to a .mak file that siocons can use for uploading. # Cancel a stream by specifying a null format string. # Write "local pause" out to the .mak file print 1 =local pause data=yarlogo.tim TEXTURE_YAROZESCENE_LOGO data=base.tim TEXTURE_BASE data=ships.tim TEXTURE_SHIPS data=ships2.tim TEXTURE_SHIPSORIGINAL data=shot.tim TEXTURE_SHOT data=stars.tim TEXTURE_STARS data=flag.tim TEXTURE_FLAG data=writing.tim TEXTURE_WRITING data=title.tim TEXTURE_TITLE data=QBLogo.tim TEXTURE_QBLOGO data=yarozian.vh SOUND_HEADER data=yarozian.vb SOUND_BODY #Close off the .h file by passing a null format string string=0 .h "" #Finish off the .mak file with the program load path= string=1 .mak "local load ~FILE" data=yarozian #Print "Go" into the .mak file print 1 =go