Guest User

Model.cfg Pabolex

a guest
Dec 26th, 2018
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 10.85 KB | None | 0 0
  1. //© PABOLEX
  2.  
  3. class CfgSkeletons
  4. {
  5.     class ventilo_Skeleton
  6.     {
  7.         isDiscrete=1;
  8.         skeletonInherit = "";
  9.         skeletonBones[]=
  10.         {
  11.             "elices","",
  12.             "speed_bottom",""
  13.         };
  14.     };
  15.    
  16.     class imp3d_Skeleton
  17.     {
  18.         isDiscrete=1;
  19.         skeletonInherit = "";
  20.         skeletonBones[]=
  21.         {
  22.             "door_3d","",
  23.             "imp_3d","",
  24.             "change_image_3d",""
  25.         };
  26.     };
  27.    
  28.     class ce_Skeleton
  29.     {
  30.         isDiscrete=1;
  31.         skeletonInherit = "";
  32.         skeletonBones[]=
  33.         {
  34.             "ce_tirroir","",
  35.             "money_take","",
  36.             "ce_ecran",""
  37.         };
  38.     };
  39.    
  40.     class mbp_Skeleton
  41.     {
  42.         isDiscrete=1;
  43.         skeletonInherit = "";
  44.         skeletonBones[]=
  45.         {
  46.             "clapet_mbp","",
  47.             "screen_mbp",""
  48.         };
  49.     };
  50.    
  51.     class ecranp_Skeleton
  52.     {
  53.         isDiscrete=1;
  54.         skeletonInherit = "";
  55.         skeletonBones[]=
  56.         {
  57.             "screenp","",
  58.             "screenb","",
  59.             "change_proj",""
  60.  
  61.         };
  62.     };
  63.  
  64.     class ecrans_Skeleton
  65.     {
  66.         isDiscrete=1;
  67.         skeletonInherit = "";
  68.         skeletonBones[]=
  69.         {
  70.             "change_proj_1",""
  71.  
  72.         };
  73.     };
  74.  
  75.     class tvcurv_Skeleton
  76.     {
  77.         isDiscrete=1;
  78.         skeletonInherit = "";
  79.         skeletonBones[]=
  80.         {
  81.             "lcd_tv_inc",""
  82.  
  83.         };
  84.     };
  85.  
  86.     class smtv_Skeleton
  87.     {
  88.         isDiscrete=1;
  89.         skeletonInherit = "";
  90.         skeletonBones[]=
  91.         {
  92.             "lcd_tv_smg",""
  93.  
  94.         };
  95.     };
  96.  
  97.     class smtvm_Skeleton
  98.     {
  99.         isDiscrete=1;
  100.         skeletonInherit = "";
  101.         skeletonBones[]=
  102.         {
  103.             "lcd_tv_smg1",""
  104.  
  105.         };
  106.     };
  107.  
  108.     class datacpl_Skeleton
  109.     {
  110.         isDiscrete=1;
  111.         skeletonInherit = "";
  112.         skeletonBones[]=
  113.         {
  114.             "start_center",""
  115.  
  116.         };
  117.     };
  118.  
  119.     class data1tour_Skeleton
  120.     {
  121.         isDiscrete=1;
  122.         skeletonInherit = "";
  123.         skeletonBones[]=
  124.         {
  125.             "start_center1",""
  126.  
  127.         };
  128.     };
  129.  
  130.     class data1tourpc_Skeleton
  131.     {
  132.         isDiscrete=1;
  133.         skeletonInherit = "";
  134.         skeletonBones[]=
  135.         {
  136.             "start_center1pc",""
  137.  
  138.         };
  139.     };
  140.  
  141.     class imac_Skeleton
  142.     {
  143.         isDiscrete=1;
  144.         skeletonInherit = "";
  145.         skeletonBones[]=
  146.         {
  147.             "imac_screen",""
  148.  
  149.         };
  150.     };
  151.  
  152.     class surfp_Skeleton
  153.     {
  154.         isDiscrete=1;
  155.         skeletonInherit = "";
  156.         skeletonBones[]=
  157.         {
  158.             "ecran_change_sup",""
  159.  
  160.         };
  161.     };
  162.  
  163.     class cfgcpl_Skeleton
  164.     {
  165.         isDiscrete=1;
  166.         skeletonInherit = "";
  167.         skeletonBones[]=
  168.         {
  169.             "start_pc",""
  170.  
  171.         };
  172.     };
  173.  
  174.     class cfge_Skeleton
  175.     {
  176.         isDiscrete=1;
  177.         skeletonInherit = "";
  178.         skeletonBones[]=
  179.         {
  180.             "pc_ecran",""
  181.  
  182.         };
  183.     };
  184.  
  185.     class cfg_Skeleton
  186.     {
  187.         isDiscrete=1;
  188.         skeletonInherit = "";
  189.         skeletonBones[]=
  190.         {
  191.             "cfg_start",""
  192.  
  193.         };
  194.     };
  195. };
  196.  
  197. class CfgModels
  198. {
  199.     class Rotation;
  200.     class Translation;
  201.    
  202.     class InheritedFromSomething
  203.     {
  204.         class Animations;
  205.     };
  206.    
  207.     class ventilot_pabo: InheritedFromSomething
  208.     {    
  209.         skeletonName = "ventilo_Skeleton";
  210.         sectionsInherit = "";
  211.         sections[]= {};
  212.        
  213.         class Animations: Animations
  214.         {
  215.            
  216.             class elices: Rotation
  217.             {
  218.                 type="rotation";
  219.                 source="time";
  220.                 selection="elices";
  221.                 axis="elices_axis";
  222.                 memory = 1;
  223.                 sourceAddress="loop";
  224.                 minValue=0;
  225.                 maxValue=1;
  226.                 angle0=0;
  227.                 angle1="rad -360";
  228.             };
  229.            
  230.            /* class speed_bottom: Rotation
  231.             {
  232.                 type="rotation";
  233.                 source="bottomventi";
  234.                 selection="speed_bottom";
  235.                 axis="bottom_axis";
  236.                 memory = 1;
  237.                 minValue=0;
  238.                 maxValue=1;
  239.                 angle0=0;
  240.                 angle1="rad 180";
  241.             }; */
  242.         };
  243.     };
  244.    
  245.     class imprimante_3d_pabo: InheritedFromSomething
  246.     {    
  247.         skeletonName = "imp3d_Skeleton";
  248.         sectionsInherit = "";
  249.         sections[]= {"change_image_3d"};
  250.        
  251.         class Animations: Animations
  252.         {
  253.             class door_3d: Rotation
  254.             {
  255.                 type="rotation";
  256.                 source="Door3D";
  257.                 selection="door_3d";
  258.                 axis="door3d_axis";
  259.                 memory = 1;
  260.                 minValue=0;
  261.                 maxValue=1;
  262.                 angle0=0;
  263.                 angle1="rad -90";
  264.             };
  265.            
  266.             class imp_3d: Translation
  267.             {
  268.                 type="translationX";
  269.                 source="timeRndOffset";
  270.                 animPeriod = 1;
  271.                 selection="imp_3d";
  272.                 axis="imp3d_axis";
  273.                 memory = 1;
  274.                 sourceAddress="mirror";
  275.                 minValue=-0.15;
  276.                 maxValue= 0.15;
  277.                 offset0= 0;
  278.                 offset1= 1;
  279.             };
  280.         };
  281.     };
  282.    
  283.     class caisse_enregistreuse_pabo: InheritedFromSomething
  284.     {    
  285.         skeletonName = "ce_Skeleton";
  286.         sectionsInherit = "";
  287.         sections[]= {"ce_ecran"};
  288.        
  289.         class Animations: Animations
  290.         {
  291.             class ce_tirroir: Translation
  292.             {
  293.                 type="translationZ";
  294.                 source="tirroir";
  295.                 selection="ce_tirroir";
  296.                 axis="cetirroir_axis";
  297.                 memory = 1;
  298.                 minValue=0;
  299.                 maxValue=0.27;
  300.                 offset0= 0;
  301.                 offset1= 1;
  302.             };
  303.            
  304.             class money_take: Translation
  305.             {
  306.                 type="translationZ";
  307.                 source="moneytake";
  308.                 selection="money_take";
  309.                 axis="cetirroir_axis";
  310.                 memory = 1;
  311.                 minValue=0;
  312.                 maxValue=0.27;
  313.                 offset0= 0;
  314.                 offset1= 1;
  315.             };
  316.            
  317.             class money_take1: Translation
  318.             {
  319.                 type="hide";
  320.                 source="moneytake1";
  321.                 selection="money_take";
  322.                 axis="take_money";
  323.                 memory = 1;
  324.                 minValue=0;
  325.                 maxValue=0.27;
  326.                 hidevalue = 0.1;
  327.             };
  328.         };
  329.     };
  330.    
  331.     class macbook_pro2018_pabo: InheritedFromSomething
  332.     {    
  333.         skeletonName = "mbp_Skeleton";
  334.         sectionsInherit = "";
  335.         sections[]= {"screen_mbp"};
  336.        
  337.         class Animations: Animations
  338.         {
  339.             class clapet_mbp: Rotation
  340.             {
  341.                 type="rotation";
  342.                 source="clapet_mbp";
  343.                 selection="clapet_mbp";
  344.                 axis="clapetmbp_axis";
  345.                 memory = 1;
  346.                 minValue=0;
  347.                 maxValue=1;
  348.                 angle0=0;
  349.                 angle1="rad -90";
  350.             };
  351.  
  352.             class screen_mbp: Translation
  353.             {
  354.                 type="hide";
  355.                 source="screen_mbp";
  356.                 selection="screen_mbp";
  357.                 axis="screenmbp_axis";
  358.                 memory = 1;
  359.                 minValue=0;
  360.                 maxValue=1;
  361.                 hidevalue = 0.1;
  362.             };
  363.         };
  364.     };
  365.    
  366.     class ecran_mur_pabo: InheritedFromSomething
  367.     {    
  368.         skeletonName = "ecranp_Skeleton";
  369.         sectionsInherit = "";
  370.         sections[]= {"change_proj"};
  371.        
  372.         class Animations: Animations
  373.         {
  374.             class screenp: Translation
  375.             {
  376.                 type="hide";
  377.                 source="screenp";
  378.                 selection="screenp";
  379.                 axis="screenp_axis";
  380.                 memory = 1;
  381.                 minValue=0;
  382.                 maxValue=1;
  383.                 hidevalue = 0.1;
  384.             };
  385.            
  386.             class screenb: Translation
  387.             {
  388.                 type="translationY";
  389.                 source="screenbar";
  390.                 selection="screenb";
  391.                 axis="screenb_axis";
  392.                 memory = 1;
  393.                 minValue=0;
  394.                 maxValue=0.88;
  395.                 offset0= 0;
  396.                 offset1= 1;
  397.             };
  398.  
  399.             class change_proj: Translation
  400.             {
  401.                 type="hide";
  402.                 source="change_proj";
  403.                 selection="change_proj";
  404.                 axis="screenc";
  405.                 memory = 1;
  406.                 minValue=0;
  407.                 maxValue=1;
  408.                 hidevalue = 0.1;
  409.             };
  410.         };
  411.     };
  412.  
  413.     class ecran_sol_pabo: InheritedFromSomething
  414.     {    
  415.         skeletonName = "ecrans_Skeleton";
  416.         sectionsInherit = "";
  417.         sections[]= {"change_proj_1"};
  418.        
  419.     };
  420.  
  421.     class tele_incurve_pabo: InheritedFromSomething
  422.     {    
  423.         skeletonName = "tvcurv_Skeleton";
  424.         sectionsInherit = "";
  425.         sections[]= {"lcd_tv_inc"};
  426.        
  427.     };
  428.  
  429.     class smart_tv_smg_pabo: InheritedFromSomething
  430.     {    
  431.         skeletonName = "smtv_Skeleton";
  432.         sectionsInherit = "";
  433.         sections[]= {"lcd_tv_smg"};
  434.        
  435.     };
  436.  
  437.     class smart_tv_smg_murale_pabo: InheritedFromSomething
  438.     {    
  439.         skeletonName = "smtvm_Skeleton";
  440.         sectionsInherit = "";
  441.         sections[]= {"lcd_tv_smg1"};
  442.        
  443.     };
  444.  
  445.     class data_center_complet_pabo: InheritedFromSomething
  446.     {    
  447.         skeletonName = "datacpl_Skeleton";
  448.         sectionsInherit = "";
  449.         sections[]= {"start_center"};
  450.        
  451.     };
  452.  
  453.     class data_center_1tour_pabo: InheritedFromSomething
  454.     {    
  455.         skeletonName = "data1tour_Skeleton";
  456.         sectionsInherit = "";
  457.         sections[]= {"start_center1"};
  458.        
  459.     };
  460.  
  461.     class data_center_1tour_pc_pabo: InheritedFromSomething
  462.     {    
  463.         skeletonName = "data1tourpc_Skeleton";
  464.         sectionsInherit = "";
  465.         sections[]= {"start_center1pc"};
  466.        
  467.     };
  468.  
  469.     class ecran_imac_pabo: InheritedFromSomething
  470.     {    
  471.         skeletonName = "imac_Skeleton";
  472.         sectionsInherit = "";
  473.         sections[]= {"imac_screen"};
  474.        
  475.     };
  476.  
  477.     class surface_pro_pabo: InheritedFromSomething
  478.     {    
  479.         skeletonName = "surfp_Skeleton";
  480.         sectionsInherit = "";
  481.         sections[]= {"ecran_change_sup"};
  482.        
  483.     };
  484.  
  485.     class config_assemble_pabo: InheritedFromSomething
  486.     {    
  487.         skeletonName = "cfgcpl_Skeleton";
  488.         sectionsInherit = "";
  489.         sections[]= {"start_pc"};
  490.        
  491.     };
  492.  
  493.     class ecran_pc_pabo: InheritedFromSomething
  494.     {    
  495.         skeletonName = "cfge_Skeleton";
  496.         sectionsInherit = "";
  497.         sections[]= {"pc_ecran"};
  498.        
  499.     };
  500.  
  501.     class pc_gamer_pabo: InheritedFromSomething
  502.     {    
  503.         skeletonName = "cfg_Skeleton";
  504.         sectionsInherit = "";
  505.         sections[]= {"cfg_start"};
  506.        
  507.     };
  508. };
Add Comment
Please, Sign In to add comment