Advertisement
Guest User

Aonio breathe

a guest
May 1st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.81 KB | None | 0 0
  1. # ================================================================= #
  2. # AONIO CONFIGURATION FILE #
  3. # ================================================================= #
  4.  
  5.  
  6. # Created by EQ Worry, using Aegio .NET LFS InSim library.
  7. # For basic info and installation instructions see _Config.txt.
  8.  
  9.  
  10. # ------------------------ Connection Data ------------------------ #
  11.  
  12. # Local or remote address of the client to connect to. If remote
  13. # address is used it must be publicly accessible.
  14. ClientIPAddress=127.0.0.1
  15.  
  16. # Local InSim port used for connection, set in game by /insim=29999
  17. # command. Type just /insim to see current setup.
  18. ClientPortTCP=29999
  19.  
  20. # Custom UDP port for communication. In case of troubles try other
  21. # values between 20000 and 60000.
  22. ClientPortUDP=59999
  23.  
  24. # Local multiplayer password, usually empty. In case of password
  25. # error go to Multiplayer, Start New Host, load track if required,
  26. # see Admin Password field.
  27. ClientPassword=gtao
  28.  
  29. # Number of miliseconds to wait between sending packets. Using one
  30. # or even zero means faster button redraws but many packets send
  31. # at once in this way may be refused by the client. Experiment.
  32. ClientDelay=0
  33.  
  34. # --------------------- Special Configuration --------------------- #
  35.  
  36. # Connect to local TeamSpeak3 client using the ClientQuery port.
  37. # After connect the TS3 panel can be used, showing nickname of the
  38. # current TS3 speaker. Also set in seconds the additional time for
  39. # which the last speaker is shown.
  40. UseLocalTS3=yes
  41. DelayLastTS=2
  42.  
  43. # Store into separate Times.txt file tab-separated split/lap times,
  44. # either only for yourself or for everyone. Stored data: user name,
  45. # track name, car name, lap number, split 1, split 2, split 3, lap.
  46. # All times are in centiseconds (e.g. 8451 = 1:24.51).
  47. LogOwnTimes=no
  48. LogAllTimes=no
  49.  
  50. # Manage in-car camera, simulating real perception by leveling the
  51. # horizon. With this mode advanced in-car camera mode is used,
  52. # changing the driving experience. Looking left and right using
  53. # standard keys is then not possible, but see below.
  54. SmoothInCarCamera=no
  55.  
  56. # Activate looking using signal lights, allowing to look left/right
  57. # by standard signal lights keys, 7 and 8. Look back using key 9.
  58. # After 1 second the view is switched back to front and signal
  59. # lights are turned off using 0. Set the look angle in degrees.
  60. LookUsingSignals=yes
  61. LookAngle=60
  62.  
  63. # -------------------------- Panel Setup -------------------------- #
  64.  
  65. # For "Show" and "Use" items type yes/no. For "X" and "Y" use values
  66. # approx. from 0 to 185. To apply changes save file and restart the
  67. # program e.g. by pressing W in the console.
  68.  
  69. # Show speed in miles per hour and/or distance in yards.
  70. DisplayMiles=no
  71. DisplayYards=no
  72.  
  73. # Panel showing currently viewed driver (you, if you're in race)
  74. # data, such as lap, position, penalties, stops, fuel, or speed.
  75. # When fuel consumption per lap data are available, you can switch
  76. # current fuel display from remaining percentage to laps.
  77. ShowViewed=no
  78. ViewedDriverX=77
  79. ViewedDriverY=185
  80. UseFuelLaps=yes
  81.  
  82. # Panel showing info about the driver one place ahead incl. exact
  83. # current time gap. Optionally show relative car in front.
  84. ShowPrevious=yes
  85. PreviousDriverX=44
  86. PreviousDriverY=185
  87. UseRelativePrevious=yes
  88.  
  89. # Panel showing info about the driver one place behind incl. exact
  90. # current time gap. Optionally show relative car behind.
  91. ShowFollowing=yes
  92. FollowingDriverX=122
  93. FollowingDriverY=185
  94. UseRelativeFollowing=yes
  95.  
  96. # Star spotter panel showing exact distance to cars around you in
  97. # eight directions at once.
  98. ShowSpotter=yes
  99. SpotterStarX=24
  100. SpotterStarY=183
  101.  
  102. # Panel showing basic host/server info, such as server name, current
  103. # number of connections and players.
  104. ShowHost=no
  105. HostPanelX=168
  106. HostPanelY=0
  107.  
  108. # Panel showing all cars in surrounding area of 80x40 meters.
  109. ShowRadar=yes
  110. RadarScreenX=11
  111. RadarScreenY=165
  112.  
  113. # Digital speed panel. For size use 3 to 20, for color use 0 (black)
  114. # to 7 (white) and 8 (gray, no color) - LFS colors scheme.
  115. ShowSpeedo=yes
  116. DigitalSpeedoX=99
  117. DigitalSpeedoY=180
  118. DigitalSpeedoSize=9
  119. DigitalSpeedoColor=3
  120. ShowGear=yes
  121. DigitalGearColor=6
  122. ShowRotations=no
  123. DigitalRotationsColor=7
  124.  
  125. # Complete list of cars in race with time differences and additional
  126. # available info (car, stops, penaty). Optionally, only cars of one
  127. # category can be shown.
  128. ShowField=yes
  129. FieldOverviewX=182
  130. FieldOverviewY=165
  131. FieldOneCategory=no
  132.  
  133. # Split/sector times in current track/car combo and comparison to
  134. # stored local best.
  135. ShowTiming=yes
  136. TimingDataX=75
  137. TimingDataY=8
  138.  
  139. # Minimum and maximum speeds in sectors or defined track parts plus
  140. # maximum engine rotations in sectors. (See below for config.)
  141. ShowSpeed=yes
  142. UseSmallSpeed=yes
  143. SpeedInfoX=78
  144. SpeedInfoY=190
  145.  
  146. # Coordinates of viewed car on LFS map plus current track node.
  147. # Save local car location every second to Location.txt file.
  148. ShowLocation=no
  149. LocationX=136
  150. LocationY=185
  151. SaveLocation=no
  152.  
  153. # Coordinates of race/leader/driver info panel.
  154. ShowRace=yes
  155. RaceInfoX=146
  156. RaceInfoY=0
  157.  
  158. # Coordinates of the TeamSpeak3 currently talking client panel.
  159. ShowTS3=yes
  160. TS3X=43
  161. TS3Y=8
  162.  
  163. # Coordinates of the PB live time/speed comparison panel. Comparison
  164. # base can be PB or WR, the latter after replaying a SPR file.
  165. ShowComparison=yes
  166. ComparisonX=125
  167. ComparisonY=8
  168. ComparisonBase=PB
  169.  
  170. # --------------------------- WAV Sounds -------------------------- #
  171.  
  172. # Turn on/off additional informational sounds played. Use yes/no.
  173. UseSound=no
  174.  
  175. # Names of WAV files in SND directory, without extension. Empty or
  176. # inexistent files will be ignored.
  177.  
  178. # Warning in case of close car in the specified sector.
  179. SoundFront=
  180. SoundFrontRight=
  181. SoundRight=
  182. SoundRearRight=
  183. SoundRear=
  184. SoundRearLeft=
  185. SoundLeft=
  186. SoundFrontLeft=
  187.  
  188. # Warning withdrawn, shift up required, shift up notification delay
  189. # in 100s of miliseconds (5 = 500 ms), set 0 for no delay.
  190. SoundClear=
  191. SoundShift=ding
  192. ShiftDelay=5
  193.  
  194. # Distance in meters to raise and clear proximity warning.
  195. RaiseDistance=10
  196. ClearDistance=15
  197.  
  198. # Sound to play on every race start.
  199. SoundStart=chimes
  200.  
  201. # -------------------- Additional Fuel Settings ------------------- #
  202.  
  203. # Special fuel panel showing both remaining percentage and laps.
  204. ShowFuel=yes
  205. FuelInfoX=104
  206. FuelInfoY=190
  207.  
  208. # Warn when fuel is low. Set at what fuel remaining laps the warning
  209. # should sound and fuel indicator to blink. Also your current fuel
  210. # level could be sent each 30 seconds to Airio (shown in !pl there)
  211. # to support e.g. lowest consumption racing events.
  212. FuelWarningLaps=2
  213. FuelWarningSound=chord
  214. SendFuelToAirio=yes
  215.  
  216. # ------------------ Track and Car Configuration ------------------ #
  217.  
  218. # Engine rotation limits by car type for the speed panel. More lines
  219. # are possible, use "car>rotations, car>rotations, ..." scheme.
  220. CarsMaxRPM=XFG>8000, XRG>7000, FBM>9200
  221. CarsMaxRPM=FZR>8500, XRR>7500, FXR>7500
  222. CarsMaxRPM=FZ5>8000, LX4>9000, RB4>7500
  223.  
  224. # Shift engine rotation by car type for the speed panel. More lines
  225. # are possible, use "car>rotations, car>rotations, ..." scheme.
  226. CarsShiftRPM=XFG>7800, XRG>6850, RB4>7400
  227.  
  228. # Zones for measuring minimum speed on track, shown in speed panel.
  229. # Define one track per line as "track> start-end, start-end, ...".
  230. NodesMinSpeed=BL1> 10-35, 145-165, 180-195, 230-250, 260-280
  231. NodesMinSpeed=BL2> 390-10, 60-110, 130-160, 210-235, 270-300
  232. NodesMinSpeed=AS3> 55-90, 170-190, 210-230, 350-375, 410-435
  233.  
  234. # Zones for measuring maximum speed on track, shown in speed panel.
  235. # Define one track per line as "track> start-end, start-end, ...".
  236. NodesMaxSpeed=BL1> 310-10, 130-150, 210-235
  237. NodesMaxSpeed=BL2> 365-390, 160-220
  238. NodesMaxSpeed=AS3> 30-60, 130-160, 300-345
  239.  
  240. # Recognize custom car types as standard cars with intake air or
  241. # additional mass restrictions. This is necessary for correct car
  242. # type info and fuel per lap consumption. Multiple lines allowed.
  243. CustomCars=FX3|FXR,32,0 XR3|XRR,34,0 FZ3|FZR,28,0
  244. CustomCars=FX2|FXR,23,0 XR2|XRR,24,0 FZ2|FZR,20,0
  245. CustomCars=UFB|UFR,45,0 XFB|XFR,43,0 UFJ|UFR,23,0 XFJ|XFR,21,0
  246. CustomCars=XFX|XFG,20,0 XRX|XRG,20,0 FBX|FBM,20,0 FJR|FO8,20,70
  247.  
  248. # Evaluate and show car categories separately on multiclass servers.
  249. # Only one line is allowed with cars of the same category grouped
  250. # using '+' and categories separated using ','.
  251. CarClasses=UF1+XFG+XRG, RB4+XRT+FXO+LX4, UFR+XFR, RAC+LX6+FZ5, FXR+FZR+XRR, FX2+XR2+FZ2, UFB+XFB, UFJ+XFJ
  252.  
  253. # --------------------- LFS Scripting Support --------------------- #
  254.  
  255. # Execute any LFS/Aonio command in specific node on specific track
  256. # for specific car. This can be also used to run defined LFS scripts.
  257. # The format is "track+car @ node > command", for example the entry
  258. # "BL1 + FBM @ 10 > /run _test1" will run script _test1.lfs in node
  259. # number 10 on BL1 when using FBM. Hide buttons to disable scripts.
  260. ExecuteInNode=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement