home *** CD-ROM | disk | FTP | other *** search
/ Cheats, Hacks & Hints / Cheats_Hacks_and_Hints.bin / games / xwing / xbrf / xbrfasm.ref < prev    next >
Text File  |  1993-08-29  |  3KB  |  86 lines

  1. +---------------------------------------------------------------------------+
  2. |                                                                           |
  3. | X-Wing Briefing Assembler Kit Reference Sheet                             |
  4. |                                                                           |
  5. |                  Written by Tim Scott (tscott@plains.nodak.edu)           |
  6. |                                                                           |
  7. |                                                                8/29/93    |
  8. +---------------------------------------------------------------------------+
  9. Use the following as a guide to creating your own unique briefing files.
  10. If you use a variable, you must include ALL the parameters with that
  11. variable,  the assembler will produce an error if you don't.
  12.  
  13. :dump_data
  14. :setup
  15.     number_of_coordinate_sets=[1 or 2]
  16.     minutes=[integer minutes]
  17. :esetup
  18.  
  19. :object_data
  20.     :object
  21.         name=[ up to 16 characters ]
  22.         cargo=[ up to 16 characters ]
  23.         type= [ one of the following:
  24.                xwing, ywing, awing, tie fighter, tie interceptor,
  25.                tie bomber, gunboat, transport, shuttle, tug, container,
  26.                freighter, cruiser, frigate, corvette, star destroyer,
  27.                tie advanced, mine1, mine2, mine3, mine4, comm sat,
  28.                nav buoy, probe, asteroid1, asteroid2, asteroid3, asteroid4,
  29.                asteroid5, asteroid6, asteroid7, asteroid8, planet1,
  30.                planet2, planet3, planet4, planet5, planet6, planet7,
  31.                planet8, planet9, planet10, planet11, planet12, planet13,
  32.                planet14, death star]
  33.         coords0=[X] [Y] [Z]
  34.         coords1=[X] [Y] [Z]
  35.         reaction=[ one of the following: default, friend, foe]
  36.         appearing=[ one integer ]
  37.         formation=[ one integer ]
  38.     :eobject
  39. :eobject_data
  40.  
  41. :briefing_setup
  42.     map_top=[X] [Y] [Y_BOTTOM]
  43.     map_bot=[X] [Y] [Y_BOTTOM]
  44.     map_set=[X] [Y] [Y_BOTTOM]
  45.     full_top=[X] [Y] [Y_BOTTOM]
  46.     full_bot=[X] [Y] [Y_BOTTOM]
  47.     clock_period=[ one integer ]
  48.     map_style=[ one of the following: space, surface]
  49. :ebriefing_setup
  50.  
  51. :page_data
  52.     :page
  53.         view_coord_set=[0 or 1]
  54.         :commands
  55.             header=[time_segment] [text_id]
  56.             main=[time_segment] [text_id]
  57.             center=[time_segment] [X] [Y]
  58.             zoom=[time_segment] [X_FACTOR] [Y_FACTOR]
  59.             a_tag=[time_segment] [tag_id] [X] [Y]
  60.             b_tag=[time_segment] [tag_id] [X] [Y]
  61.             c_tag=[time_segment] [tag_id] [X] [Y]
  62.             d_tag=[time_segment] [tag_id] [X] [Y]
  63.             a_id=[time_segment] [object_id]
  64.             b_id=[time_segment] [object_id]
  65.             c_id=[time_segment] [object_id]
  66.             d_id=[time_segment] [object_id]
  67.             clear_text=[time_segment]
  68.             clear_ids=[time_segment]
  69.             clear_tags=[time_segment]
  70.             end_cmds=[time_segment]
  71.         :ecommands
  72.     :epage
  73.     
  74. :epage_data
  75.  
  76. :tag_data
  77.     tag=[string of characters]
  78. :etag_data
  79.  
  80. :text_data
  81.     text=[string of character -- end with a BLANK line]
  82.  
  83. :etext_data
  84.  
  85. :efile
  86.