Facebook
From Paltry Cockroach, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 206
  1. class MFD /// Clocks on the car board
  2.                 {
  3.                         class SpeedHUD         
  4.                         {
  5.                                 topLeft                                 = "HUD_top_left";                      
  6.                                 topRight                                = "HUD_top_right";                     
  7.                                 bottomLeft                              = "HUD_bottom_left";           
  8.                                 bottomRight                             = "HUD_bottom_right";          
  9.  
  10.                                 borderLeft                              = 0;                                           
  11.                                 borderRight                             = 0;                                           
  12.                                 borderTop                               = 0;                                           
  13.                                 borderBottom                    = 0;                                           
  14.                                 color[]                                 = {0.15, 0.15, 1.0, 1.0};      
  15.                                 enableParallax                  = 0;                                           
  16.                                 font="PuristaLight";                                                     
  17.                                
  18.                                 // «EtelkaMonospacePro»
  19.                                 // «EtelkaMonospaceProBold»
  20.                                 // «EtelkaNarrowMediumPro»
  21.                                 // «LCD14»
  22.                                 // «LucidaConsoleB»
  23.                                 // «PuristaBold»
  24.                                 // «PuristaLight»
  25.                                 // «PuristaMedium»
  26.                                 // «PuristaSemibold»
  27.                                 // «RobotoCondensed»
  28.                                 // «RobotoCondensedBold»
  29.                                 // «RobotoCondensedLight»
  30.                                 // «TahomaB»
  31.  
  32.                                 class Bones
  33.                                 {
  34.                                        
  35.                                 };
  36.  
  37.                                 class Draw
  38.                                 {
  39.                                         color[]                 = {0.247, 0.247, 0.247, 1.0};  
  40.                                         alpha                   = 1;                                                   
  41.  
  42.                                 class SpeedHUD
  43.                                         {
  44.                                         type                    = text;                                        
  45.                                         source                  = speed;                                       
  46.                                         sourceScale             = 3.6;                                         
  47.  
  48.                                         align                   = middle;                                      
  49.                                         scale                   = 2;                                           
  50.                                         pos[]                   = {{0.05, 0.00}, 1};           
  51.                                         right[]                 = {{0.40, 0.00}, 1};           
  52.                                         down[]                  = {{0.0, 1.00}, 1};            
  53.                                         };
  54.                                 };
  55.                         };
  56.                 };
  57.         };