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 / Sin / UserData Sin.qrk < prev   
Encoding:
Text File  |  2001-03-20  |  2.9 KB  |  164 lines

  1. QQRKSRC1
  2.  
  3. //$Header: /cvsroot/quark/runtime/addons/Sin/UserData\040Sin.qrk,v 1.2 2001/03/20 21:55:59 decker_dk Exp $
  4. // ----------- REVISION HISTORY ------------
  5. //$Log: UserData\040Sin.qrk,v $
  6. //Revision 1.2  2001/03/20 21:55:59  decker_dk
  7. //Added log-header / misc.
  8. //
  9.  
  10. {
  11.   Description = "Custom configuration file for Sin."
  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+Sin)"
  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 ! (fast QVIS and QRAD)"
  75.       Shortcut = "Ctrl+K"
  76.       Textures = "1"
  77.       RunGame = "1"
  78.       ExportMapFile = "1"
  79.       BuildPgm1 = "1"
  80.       BuildPgm2 = "1"
  81.       BuildPgm3 = "1"
  82.     }
  83.     item: =
  84.     {
  85.       Txt = "&Fastest (full bright)"
  86.       Shortcut = "Ctrl+F"
  87.       Textures = "1"
  88.       RunGame = "1"
  89.       ExportMapFile = "1"
  90.       BuildPgm1 = "1"
  91.     }
  92.     item: =
  93.     {
  94.       Txt = "Fastest on &selection only"
  95.       Shortcut = "Ctrl+P"
  96.       SelOnly = "1"
  97.       Textures = "1"
  98.       RunGame = "1"
  99.       ExportMapFile = "1"
  100.       BuildPgm1 = "1"
  101.       BuildPgm2 = "1"
  102.       BuildPgm3 = "1"
  103.     }
  104.     item: =
  105.     {
  106.       Txt = "-"
  107.     }
  108.     item: =
  109.     {
  110.       Txt = "&Prepare used textures"
  111.       Textures = "1"
  112.     }
  113.     item: =
  114.     {
  115.       Txt = "&Complete rebuild"
  116.       Pause = "1"
  117.       Textures = "1"
  118.       ExportMapFile = "1"
  119.       BuildPgm1 = "1"
  120.       BuildPgm2 = "1"
  121.       BuildPgm3 = "1"
  122.     }
  123.     item: =
  124.     {
  125.       Txt = "&Run Sin"
  126.       RunGame = "1"
  127.     }
  128.     item: =
  129.     {
  130.       Txt = "-"
  131.     }
  132.     item: =
  133.     {
  134.       Txt = "&QBSP3 (.bsp file creation)"
  135.       Pause = "1"
  136.       ExportMapFile = "1"
  137.       BuildPgm1 = "1"
  138.     }
  139.     item: =
  140.     {
  141.       Txt = "&QVIS3 (visibility list)"
  142.       Pause = "1"
  143.       BuildPgm2 = "1"
  144.     }
  145.     item: =
  146.     {
  147.       Txt = "&QRAD3 (light projection)"
  148.       Pause = "1"
  149.       BuildPgm3 = "1"
  150.     }
  151.     item: =
  152.     {
  153.       Txt = "-"
  154.     }
  155.     item: =
  156.     {
  157.       Txt = "QBSP - only &entities"
  158.       Pause = "1"
  159.       ExportMapFile = "1"
  160.       BuildPgm1 = "1"
  161.     }
  162.   }
  163. }
  164.