home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / Starsiege / tribesdemo.exe / Disk1 / data1.cab / Tribes_Demo / base / scripts.vol / baseExpData.cs < prev    next >
Encoding:
Text File  |  1999-09-14  |  7.5 KB  |  381 lines

  1. ExplosionData rocketExp
  2. {
  3.    shapeName = "bluex.dts";
  4.    soundId   = rocketExplosion;
  5.  
  6.    faceCamera = true;
  7.    randomSpin = true;
  8.    hasLight   = true;
  9.    lightRange = 8.0;
  10.  
  11.    timeScale = 1.5;
  12.  
  13.    timeZero = 0.250;
  14.    timeOne  = 0.850;
  15.  
  16.    colors[0]  = { 0.4, 0.4,  1.0 };
  17.    colors[1]  = { 1.0, 1.0,  1.0 };
  18.    colors[2]  = { 1.0, 0.95, 1.0 };
  19.    radFactors = { 0.5, 1.0, 1.0 };
  20. };
  21.  
  22. ExplosionData energyExp
  23. {
  24.    shapeName = "enex.dts";
  25.    soundId   = energyExplosion;
  26.  
  27.    faceCamera = true;
  28.    randomSpin = true;
  29.    hasLight   = true;
  30.    lightRange = 3.0;
  31.  
  32.    timeZero = 0.450;
  33.    timeOne  = 0.750;
  34.  
  35.    colors[0]  = { 0.25, 0.25, 1.0 };
  36.    colors[1]  = { 0.25, 0.25, 1.0 };
  37.    colors[2]  = { 1.0, 1.0,  1.0 };
  38.    radFactors = { 1.0, 1.0,  1.0 };
  39.  
  40.    shiftPosition = True;
  41. };
  42.  
  43. ExplosionData blasterExp
  44. {
  45.    shapeName = "shotgunex.dts";
  46.    soundId   = energyExplosion;
  47.  
  48.    faceCamera = true;
  49.    randomSpin = true;
  50.    hasLight   = true;
  51.    lightRange = 3.0;
  52.  
  53.    timeZero = 0.450;
  54.    timeOne  = 0.750;
  55.  
  56.    colors[0]  = { 1.0, 0.25, 0.25 };
  57.    colors[1]  = { 1.0, 0.25, 0.25 };
  58.    colors[2]  = { 1.0, 0.25, 0.25 };
  59.    radFactors = { 1.0, 1.0, 1.0 };
  60.  
  61.    shiftPosition = True;
  62. };
  63.  
  64. ExplosionData plasmaExp
  65. {
  66.    shapeName = "plasmaex.dts";
  67.    soundId   = explosion4;
  68.  
  69.    faceCamera = true;
  70.    randomSpin = true;
  71.    hasLight   = true;
  72.    lightRange = 4.0;
  73.  
  74.    timeZero = 0.200;
  75.    timeOne  = 0.950;
  76.  
  77.    colors[0]  = { 1.0, 1.0,  0.0 };
  78.    colors[1]  = { 1.0, 1.0, 0.75 };
  79.    colors[2]  = { 1.0, 1.0, 0.75 };
  80.    radFactors = { 0.375, 1.0, 0.9 };
  81. };
  82.  
  83. ExplosionData grenadeExp
  84. {
  85.    shapeName = "fiery.dts";
  86.    soundId   = bigExplosion3;
  87.  
  88.    faceCamera = true;
  89.    randomSpin = true;
  90.    hasLight   = true;
  91.    lightRange = 10.0;
  92.  
  93.    timeScale = 1.5;
  94.  
  95.    timeZero = 0.150;
  96.    timeOne  = 0.500;
  97.  
  98.    colors[0]  = { 0.0, 0.0,  0.0 };
  99.    colors[1]  = { 1.0, 0.63, 0.0 };
  100.    colors[2]  = { 1.0, 0.63, 0.0 };
  101.    radFactors = { 0.0, 1.0, 0.9 };
  102. };
  103.  
  104. ExplosionData mineExp
  105. {
  106.    shapeName = "shockwave.dts";
  107.    soundId   = shockExplosion;
  108.  
  109.    faceCamera = true;
  110.    randomSpin = true;
  111.    hasLight   = true;
  112.    lightRange = 8.0;
  113.  
  114.    timeScale = 1.5;
  115.  
  116.    timeZero = 0.0;
  117.    timeOne  = 0.500;
  118.  
  119.    colors[0]  = { 0.0, 0.0, 0.0 };
  120.    colors[1]  = { 1.0, 1.0, 1.0 };
  121.    colors[2]  = { 1.0, 1.0, 1.0 };
  122.    radFactors = { 0.0, 1.0, 1.0 };
  123. };
  124.  
  125. ExplosionData mortarExp
  126. {
  127.    shapeName = "mortarex.dts";
  128.    soundId   = shockExplosion;
  129.  
  130.    faceCamera = true;
  131.    randomSpin = false;
  132. //   faceCamera = true;
  133. //   randomSpin = true;
  134.    hasLight   = true;
  135.    lightRange = 8.0;
  136.  
  137.    timeScale = 1.5;
  138.  
  139.    timeZero = 0.0;
  140.    timeOne  = 0.500;
  141.  
  142.    colors[0]  = { 0.0, 0.0, 0.0 };
  143.    colors[1]  = { 1.0, 1.0, 1.0 };
  144.    colors[2]  = { 1.0, 1.0, 1.0 };
  145.    radFactors = { 0.0, 1.0, 1.0 };
  146. };
  147.  
  148. ExplosionData turretExp
  149. {
  150.    shapeName = "fusionex.dts";
  151.    soundId   = turretExplosion;
  152.  
  153.    faceCamera = true;
  154.    randomSpin = true;
  155.    hasLight   = true;
  156.    lightRange = 3.0;
  157.  
  158.    timeZero = 0.450;
  159.    timeOne  = 0.750;
  160.  
  161.    colors[0]  = { 0.25, 0.25, 1.0 };
  162.    colors[1]  = { 0.25, 0.25, 1.0 };
  163.    colors[2]  = { 1.0,  1.0,  1.0 };
  164.    radFactors = { 1.0, 1.0, 1.0 };
  165. };
  166.  
  167. ExplosionData bulletExp0
  168. {
  169.    shapeName = "chainspk.dts";
  170.    soundId   = ricochet1;
  171.  
  172.    faceCamera = true;
  173.    randomSpin = true;
  174.    hasLight   = true;
  175.    lightRange = 1.0;
  176.  
  177.    timeZero = 0.100;
  178.    timeOne  = 0.900;
  179.  
  180.    colors[0]  = { 0.0, 0.0, 0.0 };
  181.    colors[1]  = { 1.0, 1.0, 1.0 };
  182.    colors[2]  = { 1.0, 1.0, 1.0 };
  183.    radFactors = { 0.0, 1.0, 0.0 };
  184.  
  185.    shiftPosition = True;
  186. };
  187.  
  188. ExplosionData bulletExp1
  189. {
  190.    shapeName = "chainspk.dts";
  191.    soundId   = ricochet2;
  192.  
  193.    faceCamera = true;
  194.    randomSpin = true;
  195.    hasLight   = true;
  196.    lightRange = 1.0;
  197.  
  198.    timeZero = 0.100;
  199.    timeOne  = 0.900;
  200.  
  201.    colors[0]  = { 0.0, 0.0, 0.0 };
  202.    colors[1]  = { 1.0, 1.0, 0.5 };
  203.    colors[2]  = { 1.0, 1.0, 0.5 };
  204.    radFactors = { 0.0, 1.0, 0.0 };
  205.  
  206.    shiftPosition = True;
  207. };
  208.  
  209. ExplosionData bulletExp2
  210. {
  211.    shapeName = "chainspk.dts";
  212.    soundId   = ricochet3;
  213.  
  214.    faceCamera = true;
  215.    randomSpin = true;
  216.    hasLight   = true;
  217.    lightRange = 1.0;
  218.  
  219.    timeZero = 0.100;
  220.    timeOne  = 0.900;
  221.  
  222.    colors[0]  = { 0.0,  0.0, 0.0 };
  223.    colors[1]  = { 0.75, 1.0, 1.0 };
  224.    colors[2]  = { 0.75, 1.0, 1.0 };
  225.    radFactors = { 0.0, 1.0, 0.0 };
  226.  
  227.    shiftPosition = True;
  228. };
  229.  
  230. ExplosionData debrisExpSmall
  231. {
  232.    shapeName = "tumult_small.dts";
  233.    soundId   = debrisSmallExplosion;
  234.  
  235.    faceCamera = true;
  236.    randomSpin = true;
  237.    hasLight   = true;
  238.    lightRange = 2.5;
  239.  
  240.    timeZero = 0.250;
  241.    timeOne  = 0.650;
  242.  
  243.    colors[0]  = { 0.0, 0.0, 0.0  };
  244.    colors[1]  = { 1.0, 0.5, 0.16 };
  245.    colors[2]  = { 1.0, 0.5, 0.16 };
  246.    radFactors = { 0.0, 1.0, 1.0 };
  247. };
  248.  
  249. ExplosionData debrisExpMedium
  250. {
  251.    shapeName = "tumult_medium.dts";
  252.    soundId   = debrisMediumExplosion;
  253.  
  254.    faceCamera = true;
  255.    randomSpin = true;
  256.    hasLight   = true;
  257.    lightRange = 3.5;
  258.  
  259.    timeZero = 0.250;
  260.    timeOne  = 0.650;
  261.  
  262.    colors[0]  = { 0.0, 0.0, 0.0  };
  263.    colors[1]  = { 1.0, 0.5, 0.16 };
  264.    colors[2]  = { 1.0, 0.5, 0.16 };
  265.    radFactors = { 0.0, 1.0, 1.0 };
  266. };
  267.  
  268. ExplosionData debrisExpLarge
  269. {
  270.    shapeName = "tumult_large.dts";
  271.    soundId   = debrisLargeExplosion;
  272.  
  273.    faceCamera = true;
  274.    randomSpin = true;
  275.    hasLight   = true;
  276.    lightRange = 5.0;
  277.  
  278.    timeZero = 0.250;
  279.    timeOne  = 0.650;
  280.  
  281.    colors[0]  = { 0.0, 0.0, 0.0  };
  282.    colors[1]  = { 1.0, 0.5, 0.16 };
  283.    colors[2]  = { 1.0, 0.5, 0.16 };
  284.    radFactors = { 0.0, 1.0, 1.0 };
  285. };
  286.  
  287. ExplosionData flashExpSmall
  288. {
  289.    shapeName = "flash_small.dts";
  290.    soundId   = debrisSmallExplosion;
  291.  
  292.    faceCamera = true;
  293.    randomSpin = true;
  294.    hasLight   = true;
  295.    lightRange = 2.5;
  296.  
  297.    timeZero = 0.250;
  298.    timeOne  = 0.650;
  299.  
  300.    colors[0]  = { 0.0, 0.0, 0.0  };
  301.    colors[1]  = { 1.0, 0.5, 0.16 };
  302.    colors[2]  = { 1.0, 0.5, 0.16 };
  303.    radFactors = { 0.0, 1.0, 1.0 };
  304. };
  305.  
  306. ExplosionData flashExpMedium
  307. {
  308.    shapeName = "flash_medium.dts";
  309.    soundId   = debrisMediumExplosion;
  310.  
  311.    faceCamera = true;
  312.    randomSpin = true;
  313.    hasLight   = true;
  314.    lightRange = 3.75;
  315.  
  316.    timeZero = 0.250;
  317.    timeOne  = 0.650;
  318.  
  319.    colors[0]  = { 0.0, 0.0, 0.0  };
  320.    colors[1]  = { 1.0, 0.5, 0.16 };
  321.    colors[2]  = { 1.0, 0.5, 0.16 };
  322.    radFactors = { 0.0, 1.0, 1.0 };
  323. };
  324.  
  325. ExplosionData flashExpLarge
  326. {
  327.    shapeName = "flash_large.dts";
  328.    soundId   = debrisLargeExplosion;
  329.  
  330.    faceCamera = true;
  331.    randomSpin = true;
  332.    hasLight   = true;
  333.    lightRange = 6.0;
  334.  
  335.    timeZero = 0.250;
  336.    timeOne  = 0.650;
  337.  
  338.    colors[0]  = { 0.0, 0.0, 0.0  };
  339.    colors[1]  = { 1.0, 0.5, 0.16 };
  340.    colors[2]  = { 1.0, 0.5, 0.16 };
  341.    radFactors = { 0.0, 1.0, 1.0 };
  342. };
  343.  
  344. ExplosionData Shockwave
  345. {
  346.    shapeName = "shockwave.dts";
  347.    soundId   = shockExplosion;
  348.  
  349.    faceCamera = false;
  350.    randomSpin = false;
  351.    hasLight   = true;
  352.    lightRange = 6.0;
  353.  
  354.    timeZero = 0.250;
  355.    timeOne  = 0.650;
  356.  
  357.    colors[0]  = { 0.0, 0.0, 0.0  };
  358.    colors[1]  = { 1.0, 0.5, 0.16 };
  359.    colors[2]  = { 1.0, 0.5, 0.16 };
  360.    radFactors = { 0.0, 1.0, 1.0 };
  361. };
  362.  
  363. ExplosionData LargeShockwave
  364. {
  365.    shapeName = "shockwave_large.dts";
  366.    soundId   = shockExplosion;
  367.  
  368.    faceCamera = false;
  369.    randomSpin = false;
  370.    hasLight   = true;
  371.    lightRange = 10.0;
  372.  
  373.    timeZero = 0.100;
  374.    timeOne  = 0.300;
  375.  
  376.    colors[0]  = { 1.0, 1.0, 1.0 };
  377.    colors[1]  = { 1.0, 1.0, 1.0 };
  378.    colors[2]  = { 0.0, 0.0, 0.0 };
  379.    radFactors = { 1.0, 0.5, 0.0 };
  380. };
  381.