home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / RPG3D / Tools_Utilities / Quark.exe / Quark / addons / Hexen_II / UserData Hexen II.qrk < prev   
Encoding:
Text File  |  2001-03-20  |  2.7 KB  |  154 lines

  1. QQRKSRC1
  2.  
  3. //$Header: /cvsroot/quark/runtime/addons/Hexen_II/UserData\040Hexen\040II.qrk,v 1.2 2001/03/20 21:57:40 decker_dk Exp $
  4. // ----------- REVISION HISTORY ------------
  5. //$Log: UserData\040Hexen\040II.qrk,v $
  6. //Revision 1.2  2001/03/20 21:57:40  decker_dk
  7. //Added log-header / misc.
  8. //
  9.  
  10. {
  11.   Description = "Custom configuration file for Hexen II."
  12.   MapObjPanel.qrk =
  13.   {
  14.     cube: =
  15.     {
  16.       new cube:p =
  17.       {
  18.         east:f =
  19.         {
  20.           v = '64 0 0 64 128 0 64 0 128'
  21.           tex = "[auto]"
  22.         }
  23.         west:f =
  24.         {
  25.           v = '-64 0 0 -64 -128 0 -64 0 128'
  26.           tex = "[auto]"
  27.         }
  28.         north:f =
  29.         {
  30.           v = '0 64 0 -128 64 0 0 64 128'
  31.           tex = "[auto]"
  32.         }
  33.         south:f =
  34.         {
  35.           v = '0 -64 0 128 -64 0 0 -64 128'
  36.           tex = "[auto]"
  37.         }
  38.         up:f =
  39.         {
  40.           v = '0 0 64 128 0 64 0 128 64'
  41.           tex = "[auto]"
  42.         }
  43.         down:f =
  44.         {
  45.           v = '0 0 -64 128 0 -64 0 -128 -64'
  46.           tex = "[auto]"
  47.         }
  48.       }
  49.     }
  50.     light: =
  51.     {
  52.       light:e =
  53.       {
  54.         origin = "0 0 0"
  55.         light = "300"
  56.       }
  57.     }
  58.   }
  59.   Menu.qrk =
  60.   {
  61.     item: =
  62.     {
  63.       Txt = "&GO ! (textures+build+Hexen II)"
  64.       Shortcut = "Ctrl+R"
  65.       Textures = "1"
  66.       RunGame = "1"
  67.       ExportMapFile = "1"
  68.       BuildPgm1 = "1"
  69.       BuildPgm2 = "1"
  70.       BuildPgm3 = "1"
  71.     }
  72.     item: =
  73.     {
  74.       Txt = "Quic&kGO ! (no VIS, fast LIGHT)"
  75.       Shortcut = "Ctrl+K"
  76.       Textures = "1"
  77.       RunGame = "1"
  78.       ExportMapFile = "1"
  79.       BuildPgm1 = "1"
  80.       BuildPgm3 = "1"
  81.     }
  82.     item: =
  83.     {
  84.       Txt = "QuickGO on &selection only"
  85.       Shortcut = "Ctrl+P"
  86.       SelOnly = "1"
  87.       Textures = "1"
  88.       RunGame = "1"
  89.       ExportMapFile = "1"
  90.       BuildPgm1 = "1"
  91.       BuildPgm3 = "1"
  92.     }
  93.     item: =
  94.     {
  95.       Txt = "-"
  96.     }
  97.     item: =
  98.     {
  99.       Txt = "&Prepare used textures"
  100.       Textures = "1"
  101.     }
  102.     item: =
  103.     {
  104.       Txt = "&Complete rebuild"
  105.       Pause = "1"
  106.       Textures = "1"
  107.       ExportMapFile = "1"
  108.       BuildPgm1 = "1"
  109.       BuildPgm2 = "1"
  110.       BuildPgm3 = "1"
  111.     }
  112.     item: =
  113.     {
  114.       Txt = "&Run Hexen II"
  115.       RunGame = "1"
  116.     }
  117.     item: =
  118.     {
  119.       Txt = "-"
  120.     }
  121.     item: =
  122.     {
  123.       Txt = "&QBSP (.bsp file creation)"
  124.       Pause = "1"
  125.       ExportMapFile = "1"
  126.       BuildPgm1 = "1"
  127.     }
  128.     item: =
  129.     {
  130.       Txt = "&VIS (visibility list)"
  131.       Pause = "1"
  132.       BuildPgm2 = "1"
  133.     }
  134.     item: =
  135.     {
  136.       Txt = "&LIGHT (light projection)"
  137.       Pause = "1"
  138.       BuildPgm3 = "1"
  139.     }
  140.     item: =
  141.     {
  142.       Txt = "-"
  143.     }
  144.     item: =
  145.     {
  146.       Txt = "QBSP - only &entities"
  147.       Pause = "1"
  148.       ExportMapFile = "1"
  149.       BuildPgm1 = "1"
  150.       BuildArgs1 = "-onlyents"
  151.     }
  152.   }
  153. }
  154.