home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Zone
/
VRZONE.ISO
/
mac
/
PC
/
PCGLOVE
/
O2GLOVE
/
GLOVE.INI
< prev
next >
Wrap
INI File
|
1995-04-04
|
2KB
|
82 lines
; GLOVE.INI
; Startup parameters for the Nintendo Power Glove Driver and Demo.
;
; Lines beginning with a semicolon are comments!!
[Graphics]
; Following are values for fillMode:
; EMPTY_FILL = 0 SOLID_FILL = 1
; LINE_FILL = 2 LTSLASH_FILL = 3
; SLASH_FILL = 4 BKSLASH_FILL = 5
; LTBKSLASH_FILL = 6 HATCH_FILL = 7
; XHATCH_FILL = 8 INTERLEAVE_FILL = 9
; WIDE_DOT_FILL = 10 CLOSE_DOT_FILL = 11
fillMode=0
gloveActive=1
handActive=1
infoActive=1
; Whether to leave trails behind the moving hand.
leaveTrails=0
; The program determines the parallel port for the glove
; as follows: It checks 0x378 for an active glove,
; then it checks 0x278, then it checks the value in
; HexAlternatePort below. This process repeats
; indefinitely. If you have a weird parallel port,
; find out its address and plug it in below.
[Parallel Port]
HexAlternatePort=0x3BC
; I haven't played with the smoothing
; parameters too much. Read the code
; for detailed info, & let me know if
; you come up with a good combination.
[Smoothing]
RotExtendTime=3
RotHystQuanta=0
RotMaxAccel=2
RotMaxPixelJump=0
XextendTime=3
XhystQuanta=2
XmaxAccel=8
XmaxPixelJump=50
YextendTime=3
YhystQuanta=2
YmaxAccel=8
YmaxPixelJump=50
ZextendTime=3
ZhystQuanta=0
ZmaxAccel=8
ZmaxPixelJump=0
; It should not be necessary to change the
; timing settings. If the sensor LEDs
; blink on and off while program is running,
; you might try adjusting these, but don't
; get your hopes up. MillisecsPerSample
; can be adjusted, but this value gives
; pretty good resolution even for fast apps.
; (By the way, it is not an EXACT value.)
[Timings]
; Before the graphics start, a record of the
; machine timing parameters gets printed.
; These parameters may take a few seconds to
; compute, so to avoid this (slight) delay,
; you can plug in the report values here.
; DISADVANTAGE - if your machine has two speeds,
; values need to be changed for each speed.
; Also, if you give your friend a copy of this
; program, there's a good chance the values will
; need to be changed.
; Given values are for my 486/33.
;D2BITS.N=3
;D2BITS.D=4
;D2BYTES.N=19
;D2BYTES.D=16
;D2SLOW.N=39
;D2SLOW.D=32
D2BITS=15
D2BYTES=100
D2SLOW=1000
MillisecsPerSample=100