home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gfx
/
sirds_gen-3.4.lha
/
SIRDS_GEN
/
ReadMeFirst
< prev
next >
Wrap
Text File
|
1994-04-26
|
1KB
|
45 lines
Since V3.1 SIRDS_GEN uses a different method for parsing it's initial
arguments. Therefore there are some incompatibilities. But It offers a greater
flexibility & easier to use CLI-options. I am using now ReadArgs() for
parsing, instead of ArgArrayInit().
So you have to type e.g.
SIRDS_GEN src_screen "PAL:HighRes Interlace"
or
SIRDS_GEN src_screen="PAL:HighRes Interlace"
and not SIRDS_GEN "src_screen=PAL:HighRes Interlace"
Please check it in the Tooltypes of the icon too. It has to be written exactly
the same way as the cli-options.
Boolean switches, such as HIDDEN now have the folowing syntax: [NO]option
e.g. to enable the hidden mode, type
SIRDS_GEN HIDDEN
and NOT SIRDS_GEN HIDDEN=TRUE
to disable hidden mode, type
SIRDS_GEN NOHIDDEN
A big advantage is, that you can omit the FILE statement.
e.g you can type
SIRDS_GEN cave.pic
but
SIRDS_GEN FILE cave.pic
will work too.
Another change is the way of saving the defaults. This is now done in a
global ENV[ARC]:SIRDS_GEN.prefs file.