home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / FishSim / fsetup / tackle / reels / reel3.tkl < prev   
Text File  |  2000-05-24  |  1KB  |  46 lines

  1. ; Reels
  2.  
  3. ; Descrip section defines generic tackle properties
  4. [DESCRIP]
  5.  
  6. Type = 2
  7.  
  8. ; Tackle section defines specific details about the tackle
  9. [TACKLE]
  10. REF             = SPIN
  11. NAME        = Spinning reel
  12. CAST         = 0
  13. DESC         = tackle/reels/reel3.gsn
  14. DRAGMIN        = 1
  15. DRAGMAX        = 20
  16. DRAGADJ         = 20
  17. SPDMIN        = 0.05
  18. SPDMAX        = 0.75
  19. SPDADJ        = 10
  20. BALEARM        = 1
  21. RSOUND        = sounds/reel.wav
  22. RSNDVOL        = 10
  23. DSOUND        = sounds/drag.wav
  24. DSNDVOL        = 80
  25. STAGGER        = 30
  26.  
  27. ; NOTES ON REELS
  28.  
  29. ; Type in description section is 1
  30. ; REF = Unique reference for the rod ( 8 chars max )
  31. ; NAME = Name given for the rod
  32. ; CAST = Cast adjustment with rod in distance
  33. ; BALEARM = 1= has one, 0 = not got one
  34. ; DESC = GSN associated help file
  35. ; DRAGMIN = Minimum drag setting
  36. ; DRAGMAX = Maximum drag setting
  37. ; DRAGADJ = Number of drag adjustments
  38. ; SPDMIN = Minimum reel speed ( can be negative for back reeling )
  39. ; SPDMAX = Maximum reel speed
  40. ; SPDADJ = Number of speed adjustments
  41. ; RSOUND = Reel in sound effect
  42. ; RSNDVOL = Volume of reel in sound effect
  43. ; DSOUND = Drag sound effect
  44. ; DSNDVOL = Drag sound volume
  45. ; STAGGER = Reel stagger effect, useful for spinning, 1 = no stagger
  46.