home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / lotrbfme2_demo.exe / INI.big / data_ini_livingworldregioneffects.ini < prev    next >
Text File  |  2006-01-31  |  3KB  |  178 lines

  1. //
  2. // LivingWorldRegionEffects.ini
  3. //
  4. // Defines simple parameters controlling LivingWorld region visual effects.
  5. //
  6.  
  7.  
  8. // The effects we use during WotR mode
  9. LivingWorldRegionEffects WotRRegionEffects
  10.  
  11.     RegionObject            = LMR_Fill            // This field should be first! The name of W3D object that has regions pick-boxes
  12.  
  13.     NeutralRegionColor = R:245 G:245 B:245        // Color used for neutral regions (for now just for mouseover)
  14.     RegionBorderColor = R:30 G:6 B:6            // Color of borders
  15.     ShellStartPositionColor = R:242 G:242 B:242    // Color of start positions when shown in the shell.
  16.     
  17.     
  18.     // Borders (always shown)
  19.     BordersEffect
  20.         Geometry        LMR_Border
  21.         
  22.         ColorIntensityControlPoint
  23.             Intensity 1.0
  24.             Time 0.0
  25.         End
  26.     End
  27.  
  28.     
  29.     // Regions that are owned by players
  30.     FilledOwnershipEffect
  31.         Geometry        LMR_Fill
  32.         
  33.         ColorIntensityControlPoint
  34.             Intensity 1.0
  35.             Time 0.0
  36.         End
  37.     End
  38.     
  39.     
  40.     // Mouse over effect
  41.     MouseoverEffectFlareup
  42.         //Geometry        LMR_Edge
  43.         Geometry        LMR_Fill
  44.         
  45.         ColorIntensityControlPoint
  46.             Intensity 1.0
  47.             Time 0.0
  48.         End
  49.     End
  50.     
  51.     
  52.     // Mouse out effect
  53.     ;MouseoutEffectFlareup
  54.     ;    Geometry        LMR_Edge
  55.     ;    
  56.     ;    ColorIntensityControlPoint
  57.     ;        Intensity 1.0            ;// This should match the final value in MouseoverEffectFlareup
  58.     ;        Time 0.0
  59.     ;    End
  60.     ;    ColorIntensityControlPoint
  61.     ;        Intensity 0.0
  62.     ;        Time 0.3
  63.     ;    End
  64.     ;End
  65.     
  66.     
  67.     // Home region special art
  68.     HomeRegionHighlight
  69.         Geometry    LMR_Highlight
  70.         
  71.         ColorIntensityControlPoint
  72.             Intensity 1.0
  73.             Time 0.0
  74.         End
  75.     End
  76.     
  77.     
  78.     // Region (ie territory, confused yet?) selection
  79.     RegionSelectionEffect
  80.         Geometry    LMR_Edge
  81.         
  82.         LoadInShell = No    // Optimization: don't bother loading this when in the shell.
  83.         
  84.         ColorIntensityControlPoint
  85.             Intensity 0.0
  86.             Time 0.0
  87.         End
  88.         ColorIntensityControlPoint
  89.             Intensity 0.75
  90.             Time 0.15
  91.         End
  92.         ColorIntensityControlPoint
  93.             Intensity 1.0
  94.             Time 0.30
  95.         End
  96.     End
  97.     
  98.     
  99.     // Unified region
  100.     UnifiedEffect
  101.         Geometry    LMR_RegFill
  102.         Geometry    LMR_RegEdge
  103.         
  104.         LoadInShell = No    // Optimization: don't bother loading this when in the shell.
  105.         
  106.         ColorIntensityControlPoint
  107.             Intensity 0.0
  108.             Time 0.0
  109.         End
  110.         ColorIntensityControlPoint
  111.             Intensity 1.0
  112.             Time 1.0
  113.         End
  114.         ColorIntensityControlPoint
  115.             Intensity 0.6
  116.             Time 1.5
  117.         End
  118.         ColorIntensityControlPoint
  119.             Intensity 1.0
  120.             Time 2.0
  121.         End
  122.         ColorIntensityControlPoint
  123.             Intensity 0.6
  124.             Time 2.5
  125.         End
  126.         ColorIntensityControlPoint
  127.             Intensity 1.0
  128.             Time 3.0
  129.         End
  130.         ColorIntensityControlPoint
  131.             Intensity 0.6
  132.             Time 3.5
  133.         End
  134.         ColorIntensityControlPoint
  135.             Intensity 1.0
  136.             Time 4.0
  137.         End
  138.         ColorIntensityControlPoint
  139.             Intensity 0.6
  140.             Time 4.5
  141.         End
  142.         ColorIntensityControlPoint
  143.             Intensity 1.0
  144.             Time 5.0
  145.         End
  146.         ColorIntensityControlPoint
  147.             Intensity 0.6
  148.             Time 5.5
  149.         End
  150.         ColorIntensityControlPoint
  151.             Intensity 1.0
  152.             Time 6.0
  153.         End
  154.         ColorIntensityControlPoint
  155.             Intensity 0.0
  156.             Time 6.5
  157.         End
  158.         ColorIntensityControlPoint
  159.             Intensity 1.0
  160.             Time 7.0
  161.         End
  162.         ColorIntensityControlPoint
  163.             Intensity 0.0
  164.             Time 7.5
  165.         End
  166.         ColorIntensityControlPoint
  167.             Intensity 1.0
  168.             Time 8.0
  169.         End
  170.         ColorIntensityControlPoint
  171.             Intensity 0.0
  172.             Time 8.5
  173.         End
  174.     End
  175.  
  176. END
  177.  
  178.