home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 October / enter-2005-10.iso / files / turbosliders.exe / macros.ini < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.4 KB  |  69 lines

  1. # This file can be used to define server macros in network games.
  2. # You can define your own ini file with the command line
  3. # option "-macros <yourmacros.ini>".
  4.  
  5. # The macros you define with Begin and End can be run with "/run Macro"
  6.  
  7. Begin Example
  8. /say This is an example macro.
  9. End
  10.  
  11. Begin ShowSettings
  12. /tracks
  13. /laps
  14. /car
  15. /ghostrace
  16. /order
  17. /points
  18. End
  19.  
  20. # This macro is run every time a server is started (autoserver or normal).
  21. # If you want to add remote admins (and understand the security risk),
  22. # add lines like '/addadmin 127.0.0.1 HaRdPaSsWoRd' to the macro.
  23. # Read README-autoserver.txt for more information. 
  24. Begin ServerStart
  25. End
  26.  
  27. # The following macros are automatically run in different
  28. # situations when the server is in auto-server mode. 
  29. # ServerStart macro is run before any of them.
  30.  
  31. Begin Reg
  32. /autotime /raceend 5
  33. /autotime /raceidle 60
  34. /autotime /car 15
  35. /say Automatic server starting a new cup.
  36. /autotime /reg 45
  37. /tracks /clear
  38. /tracks /addrnd 10
  39. /promode 1
  40. End
  41.  
  42. Begin Cup
  43. /autotime /cup 30
  44. End
  45.  
  46. # This is run after Cup if the next track is a PunaBall track
  47. # You can put punaball specific commands here. 
  48. # (like /goals 5, /time 5 etc.)
  49. Begin PunaBallCup
  50. End
  51.  
  52. Begin RaceInit
  53. /autotime /raceinit 45
  54. End
  55.  
  56. Begin RaceEnd
  57. End
  58.  
  59. #Not implemented yet
  60. #Begin RaceIdle
  61. #/say Players idling, quitting race.
  62. #End
  63.  
  64. Begin CupEnd
  65. /say The cup has ended. 
  66. /autotime /cupend 45
  67. End
  68.  
  69.