singe/Sinden.txt
2020-10-25 13:19:27 -05:00

30 lines
1.3 KiB
Text

SINDEN LIGHTGUN NOTES
=====================
The "-g" or "--sindengun" argument allows for Singe to draw the borders
required by the Sinden Light Gun while scaling the game content to fit
inside it. The value, although numeric, should be in quotes and in one
of the following formats:
One value: WW - Just the width of the white border.
Two values: WW WB - Width of white border and then black border.
Four values: RW GW BW WW - Custom color "white" border and width.
Five values: RW GW BW WW WB - Custom color "white" border and width then
width of black border.
Eight values: RW GW BW WW RB GB BB WB - Custom color "white" border and width
then custom color "black" border and
width.
For example, at a minimum, you should specify a decently sized white border
and a minimum black border:
Singe.exe -g "10 1"
If you want a red border instead of white, again with a minimum black border
behind it, use:
Singe.exe -g "255 0 0 10 1"
In addition to drawing the border, Singe can request that games hide the gun
crosshairs when using the Sinden Light Gun by using the "-n" or "-nocrosshair"
option. (Note that the game needs to support this for it to work.)