home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 December / JOY143_CD1.iso / Data / Demos / Platoon / pl_demo.exe / Inf / Prism / InGameScreen_CommandIcons.inf < prev    next >
INI File  |  2002-09-27  |  12KB  |  528 lines

  1. #define BUTTON1_POS 343,76
  2. #define BUTTON2_POS 313,119
  3. #define BUTTON3_POS 347,119
  4. #define BUTTON4_POS 382,119
  5. #define BUTTON5_POS 417,119
  6.  
  7. #define BUTTON6_POS 278,154
  8. #define BUTTON7_POS 313,154
  9. #define BUTTON8_POS 347,154
  10. #define BUTTON9_POS 382,154
  11. #define BUTTON10_POS 517,154
  12.  
  13. #define BUTTON_SIZE 35,35
  14.  
  15. #define MOVEMENT_BUTTON1_POS 517,74
  16. #define MOVEMENT_BUTTON2_POS 243,24
  17. #define MOVEMENT_BUTTON3_POS 282,24
  18.  
  19.  
  20.     [CommandBack_Button]
  21.     {
  22.         INTERFACE_POS
  23.         type=Button
  24.         TwoDArea=111,69 , 546,83
  25.     BOTTOM_PANEL }
  26.  
  27.  
  28.  
  29. ; -----------    Skill ToggleButtons  ------------
  30.  
  31.     [MOVE_Button]
  32.     {
  33.         MouseOverImage="gfx/interface/ingame/commandicons/move2.tga"
  34.         BackgroundImage= gfx/interface/ingame/commandicons/move3.tga
  35.         PressImage= gfx/interface/ingame/commandicons/move.tga
  36.         type=ToggleButton
  37.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  38.         
  39.         INTERFACE_POS
  40.         ToolTip="#iMOVE#"
  41.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  42.  
  43.     BOTTOM_PANEL }
  44.     
  45. ; -----------    Skill ToggleButtons  ------------
  46.  
  47.  
  48.     [STOP_Button]
  49.     {        
  50.         MouseOverImage="gfx/interface/ingame/commandicons/stop2.tga"
  51.         BackgroundImage= gfx/interface/ingame/commandicons/stop3.tga
  52.         PressImage= gfx/interface/ingame/commandicons/stop.tga
  53.         type=ToggleButton
  54.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  55.         
  56.         INTERFACE_POS
  57.         
  58.         ToolTip="#iSTOP#"
  59.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  60.  
  61.     BOTTOM_PANEL }
  62.  
  63.  
  64. ; -----------    Skill ToggleButtons  ------------
  65.  
  66.  
  67.     [GUARD_Button]
  68.     {
  69.         MouseOverImage="gfx/interface/ingame/commandicons/guard2.tga"
  70.         BackgroundImage= gfx/interface/ingame/commandicons/guard3.tga
  71.         PressImage= gfx/interface/ingame/commandicons/guard.tga
  72.         type=ToggleButton
  73.         TwoDArea=BUTTON2_POS , BUTTON_SIZE
  74.         
  75.         INTERFACE_POS
  76.         
  77.         ToolTip="#iGUARD#"
  78.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  79.     BOTTOM_PANEL }
  80.  
  81. ; -------------
  82.  
  83.  
  84.     [HIDE_Button]
  85.     {
  86.         MouseOverImage="gfx/interface/ingame/commandicons/hide2.tga"
  87.         BackgroundImage= gfx/interface/ingame/commandicons/hide3.tga
  88.         PressImage= gfx/interface/ingame/commandicons/hide.tga
  89.         type=ToggleButton
  90.         TwoDArea=BUTTON2_POS , BUTTON_SIZE
  91.         
  92.         INTERFACE_POS
  93.         
  94.         ToolTip="#iHIDE#"
  95.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  96.     BOTTOM_PANEL }
  97.  
  98. ; -------------
  99.  
  100.     [FIRE_Button]
  101.     {
  102.         MouseOverImage=gfx/interface/ingame/commandicons/fire2.tga
  103.         BackgroundImage= gfx/interface/ingame/commandicons/fire3.tga
  104.         PressImage= gfx/interface/ingame/commandicons/fire.tga
  105.         type=ToggleButton
  106.         TwoDArea=BUTTON3_POS , BUTTON_SIZE
  107.         
  108.         INTERFACE_POS
  109.         
  110.         ToolTip="#iFIRE#"
  111.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  112.     BOTTOM_PANEL }
  113.  
  114.  
  115. ; -------------
  116.  
  117.  
  118.  
  119.     [FIRE_SECONDARY_Button]
  120.     {
  121.         MouseOverImage="gfx/interface/ingame/commandicons/assaultank2.tga"
  122.         BackgroundImage= gfx/interface/ingame/commandicons/assaultank3.tga
  123.         PressImage= gfx/interface/ingame/commandicons/assaultank.tga
  124.         type=ToggleButton
  125.         TwoDArea=BUTTON4_POS , BUTTON_SIZE
  126.         
  127.         INTERFACE_POS
  128.         
  129.         ToolTip="#iFIRE_SECONDARY#"
  130.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  131.     BOTTOM_PANEL }
  132.  
  133. ; -------------
  134.  
  135.     [HEAL_Button]
  136.     {
  137.         MouseOverImage="gfx/interface/ingame/commandicons/heal2.tga"
  138.         BackgroundImage= gfx/interface/ingame/commandicons/heal3.tga
  139.         PressImage= gfx/interface/ingame/commandicons/heal.tga
  140.         type=ToggleButton
  141.         TwoDArea=BUTTON4_POS , BUTTON_SIZE
  142.         
  143.         
  144.         INTERFACE_POS
  145.         ToolTip="#iHEAL#"
  146.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  147.     BOTTOM_PANEL }
  148.  
  149. ; -------------
  150.  
  151.     [MOUNT_Button]
  152.     {
  153.         MouseOverImage="gfx/interface/ingame/commandicons/mount2.tga"
  154.         BackgroundImage= gfx/interface/ingame/commandicons/mount3.tga
  155.         PressImage= gfx/interface/ingame/commandicons/mount.tga
  156.         type=ToggleButton
  157.         TwoDArea=BUTTON8_POS , BUTTON_SIZE
  158.         
  159.         INTERFACE_POS
  160.         
  161.         ToolTip="#iMOUNT#"
  162.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  163.     BOTTOM_PANEL }
  164.  
  165. ; -------------
  166.  
  167.     [ASSAULT_Button]
  168.     {
  169.         MouseOverImage="gfx/interface/ingame/commandicons/assault2.tga"
  170.         BackgroundImage= gfx/interface/ingame/commandicons/assault3.tga
  171.         PressImage= gfx/interface/ingame/commandicons/assault.tga
  172.         type=ToggleButton
  173.         TwoDArea=BUTTON4_POS , BUTTON_SIZE
  174.         
  175.         INTERFACE_POS
  176.         
  177.         ToolTip="#iASSAULT#"
  178.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  179.     BOTTOM_PANEL }
  180.  
  181. ; -------------
  182.  
  183.     [FORMATION_Button]
  184.     {
  185.         MouseOverImage="gfx/interface/ingame/commandicons/formation2.tga"
  186.         BackgroundImage= gfx/interface/ingame/commandicons/formation3.tga
  187.         PressImage= gfx/interface/ingame/commandicons/formation.tga
  188.         type=ToggleButton
  189.         TwoDArea=BUTTON5_POS , BUTTON_SIZE
  190.         INTERFACE_POS
  191.         
  192.         
  193.         ToolTip="#iFORMATION#"
  194.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  195.     BOTTOM_PANEL }
  196.  
  197.  
  198. ; -------------
  199.  
  200.     [THROW_GRENADE_Button]
  201.     {
  202.         MouseOverImage="gfx/interface/ingame/commandicons/throwgrenade2.tga"
  203.         BackgroundImage= gfx/interface/ingame/commandicons/throwgrenade3.tga
  204.         PressImage= gfx/interface/ingame/commandicons/throwgrenade.tga
  205.         type=ToggleButton
  206.         TwoDArea=BUTTON6_POS , BUTTON_SIZE
  207.         
  208.         INTERFACE_POS
  209.         
  210.         ToolTip="#iTHROW_GRENADE#"
  211.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  212.     BOTTOM_PANEL }
  213.  
  214. ; -------------
  215.  
  216.  
  217.     [THROW_SMOKE_GRENADE_Button]
  218.     {
  219.         MouseOverImage="gfx/interface/ingame/commandicons/reqsmoke2.tga"
  220.         BackgroundImage= gfx/interface/ingame/commandicons/reqsmoke3.tga
  221.         PressImage= gfx/interface/ingame/commandicons/reqsmoke.tga
  222.         type=ToggleButton
  223.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  224.         
  225.         INTERFACE_POS
  226.         
  227.         ToolTip="#iTHROW_SMOKE_GRENADE"
  228.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  229.     BOTTOM_PANEL }
  230.  
  231. ; -------------
  232.  
  233.     [PLACE_CLAYMORE_Button]
  234.     {
  235.         MouseOverImage="gfx/interface/ingame/commandicons/placclay2.tga"
  236.         BackgroundImage= gfx/interface/ingame/commandicons/placclay3.tga
  237.         PressImage= gfx/interface/ingame/commandicons/placclay.tga
  238.         type=ToggleButton
  239.         TwoDArea=BUTTON6_POS , BUTTON_SIZE
  240.         
  241.         INTERFACE_POS
  242.         
  243.         ToolTip="#iPLACE_CLAYMORE#"
  244.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  245.     BOTTOM_PANEL }
  246.  
  247. ; -------------
  248.  
  249.     [DETONATE_CLAYMORE_Button]
  250.     {
  251.         MouseOverImage="gfx/interface/ingame/commandicons/detoclay2.tga"
  252.         BackgroundImage= gfx/interface/ingame/commandicons/detoclay3.tga
  253.         PressImage= gfx/interface/ingame/commandicons/detoclay.tga
  254.         type=ToggleButton
  255.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  256.         
  257.         INTERFACE_POS
  258.         
  259.         ToolTip="#iDETONATE_CLAYMORE#"
  260.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  261.     BOTTOM_PANEL }
  262.  
  263. ; -------------
  264.  
  265.  
  266.     [REMOVE_TRAP_Button]
  267.     {
  268.         MouseOverImage="gfx/interface/ingame/commandicons/aknafel2.tga"
  269.         BackgroundImage= gfx/interface/ingame/commandicons/aknafel3.tga
  270.         PressImage= gfx/interface/ingame/commandicons/aknafel.tga
  271.         type=ToggleButton
  272.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  273.         
  274.         INTERFACE_POS
  275.         
  276.         ToolTip="#iREMOVE_TRAP#"
  277.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  278.     BOTTOM_PANEL }
  279.  
  280. ; -------------
  281.  
  282.     [REQUEST_SMOKE_Button]
  283.     {
  284.         MouseOverImage="gfx/interface/ingame/commandicons/rsmoke2.tga"
  285.         BackgroundImage= gfx/interface/ingame/commandicons/rsmoke3.tga
  286.         PressImage= gfx/interface/ingame/commandicons/rsmoke.tga
  287.         type=ToggleButton
  288.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  289.         
  290.         INTERFACE_POS
  291.         
  292.         ToolTip="#iREQUEST_SMOKE#"
  293.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  294.     BOTTOM_PANEL }
  295.  
  296. ; -------------
  297.  
  298.     [FIRE_ILLUMINATION_Button]
  299.     {
  300.         MouseOverImage="gfx/interface/ingame/commandicons/formation2.tga"
  301.         BackgroundImage= gfx/interface/ingame/commandicons/formation3.tga
  302.         PressImage= gfx/interface/ingame/commandicons/formation.tga
  303.         type=ToggleButton
  304.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  305.         
  306.         INTERFACE_POS
  307.         
  308.         ToolTip="#iFIRE_ILLUMINATION#"
  309.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  310.     BOTTOM_PANEL }
  311.  
  312. ; -------------
  313.  
  314.     [REQUEST_AIR_STRIKE_Button]
  315.     {
  316.         MouseOverImage="gfx/interface/ingame/commandicons/airstrk2.tga"
  317.         BackgroundImage= gfx/interface/ingame/commandicons/airstrk3.tga
  318.         PressImage= gfx/interface/ingame/commandicons/airstrk.tga
  319.         type=ToggleButton
  320.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  321.         
  322.         INTERFACE_POS
  323.         
  324.         ToolTip="#iREQUEST_AIR_STRIKE#"
  325.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  326.     BOTTOM_PANEL }
  327.  
  328. ; -------------
  329.  
  330.     [REQUEST_ARTILLERY_Button]
  331.     {
  332.         MouseOverImage="gfx/interface/ingame/commandicons/artill2.tga"
  333.         BackgroundImage= gfx/interface/ingame/commandicons/artill3.tga
  334.         PressImage= gfx/interface/ingame/commandicons/artill.tga
  335.         type=ToggleButton
  336.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  337.         
  338.         INTERFACE_POS
  339.         
  340.         ToolTip="#iREQUEST_ARTILLERY#"
  341.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  342.     BOTTOM_PANEL }
  343.  
  344. ; -------------
  345.  
  346.     [THROW_SATCHEL_Button]
  347.     {
  348.         MouseOverImage="gfx/interface/ingame/commandicons/throwsatchel2.tga"
  349.         BackgroundImage= gfx/interface/ingame/commandicons/throwsatchel3.tga
  350.         PressImage= gfx/interface/ingame/commandicons/throwsatchel.tga
  351.         type=ToggleButton
  352.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  353.         
  354.         INTERFACE_POS
  355.         
  356.         ToolTip="#iTHROW_SATCHEL#"
  357.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  358.     BOTTOM_PANEL }
  359.  
  360. ; -------------
  361.  
  362.     [UNMOUNT_Button]
  363.     {
  364.         MouseOverImage="gfx/interface/ingame/commandicons/unmount2.tga"
  365.         BackgroundImage= gfx/interface/ingame/commandicons/unmount3.tga
  366.         PressImage= gfx/interface/ingame/commandicons/unmount.tga
  367.         type=ToggleButton
  368.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  369.         
  370.         INTERFACE_POS
  371.         
  372.         ToolTip="#iUNMOUNT#"
  373.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  374.     BOTTOM_PANEL }
  375.  
  376. ; -------------
  377.  
  378.  
  379.     [FIRE_MULTIPLE_Button]
  380.     {
  381.         MouseOverImage="gfx/interface/ingame/commandicons/multiplefire2.tga"
  382.         BackgroundImage= gfx/interface/ingame/commandicons/multiplefire3.tga
  383.         PressImage= gfx/interface/ingame/commandicons/multiplefire.tga
  384.         type=ToggleButton
  385.         TwoDArea=BUTTON7_POS , BUTTON_SIZE
  386.         
  387.         INTERFACE_POS
  388.         
  389.         ToolTip="#iMULTIPLE_FIRE#"
  390.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  391.     BOTTOM_PANEL }
  392.  
  393. ; -------------
  394.  
  395.     [MOVEMENT_STYLE_Image]
  396.     {
  397.         type=Image
  398.         Pos=517,73
  399.         Filename= gfx/interface/ingame/bigwalk.tga, Walk
  400.         Filename= gfx/interface/ingame/bigcrawl.tga, Crawl
  401.         Filename= gfx/interface/ingame/bigrun.tga, Run
  402.         Enabled=FALSE
  403.         
  404.         INTERFACE_POS
  405.     BOTTOM_PANEL }    
  406.  
  407.  
  408.     [MOVEMENT_STYLE_Button]
  409.     {
  410.         type=Button
  411.         TwoDArea=517,73,75,75
  412.         
  413.         
  414.         ToolTip="#iCHANGE_MOVEMENT_STYLE#"
  415.         onclicksound="Sounds/Pointer Sounds/click02.wav"
  416.         INTERFACE_POS
  417.  
  418.     BOTTOM_PANEL }
  419.  
  420.  
  421.     [SpecAmmo1]
  422.     {
  423.         type=Text
  424.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  425.         Align=ALIGN_RIGHT
  426.         Text="00"
  427.         
  428.         INTERFACE_POS
  429.         
  430.     BOTTOM_PANEL }
  431.  
  432.     [SpecAmmo2]
  433.     {
  434.         type=Text
  435.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  436.         Align=ALIGN_RIGHT
  437.         Text="00"
  438.         
  439.         INTERFACE_POS
  440.         
  441.     BOTTOM_PANEL }
  442.     [SpecAmmo3]
  443.     {
  444.         type=Text
  445.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  446.         Align=ALIGN_RIGHT
  447.         Text="00"
  448.         INTERFACE_POS
  449.         
  450.         
  451.     BOTTOM_PANEL }
  452.     [SpecAmmo4]
  453.     {
  454.         type=Text
  455.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  456.         Align=ALIGN_RIGHT
  457.         Text="00"
  458.         INTERFACE_POS
  459.         
  460.         
  461.     BOTTOM_PANEL }
  462.     [SpecAmmo5]
  463.     {
  464.         type=Text
  465.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  466.         Align=ALIGN_RIGHT
  467.         Text="00"
  468.         
  469.         INTERFACE_POS
  470.         
  471.     BOTTOM_PANEL }
  472.     [SpecAmmo6]
  473.     {
  474.         type=Text
  475.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  476.         Align=ALIGN_RIGHT
  477.         Text="00"
  478.         INTERFACE_POS
  479.         
  480.         
  481.     BOTTOM_PANEL }
  482.     [SpecAmmo7]
  483.     {
  484.         type=Text
  485.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  486.         Align=ALIGN_RIGHT
  487.         Text="00"
  488.         
  489.         
  490.         INTERFACE_POS
  491.     BOTTOM_PANEL }
  492.  
  493.     [SpecAmmo8]
  494.     {
  495.         type=Text
  496.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  497.         Align=ALIGN_RIGHT
  498.         Text="00"
  499.         
  500.         INTERFACE_POS
  501.         
  502.     BOTTOM_PANEL }
  503.     [SpecAmmo9]
  504.     {
  505.         type=Text
  506.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  507.         Align=ALIGN_RIGHT
  508.         Text="00"
  509.         
  510.         INTERFACE_POS
  511.         
  512.     BOTTOM_PANEL }
  513.  
  514.     [SpecAmmo10]
  515.     {
  516.         type=Text
  517.         TwoDArea=BUTTON1_POS , BUTTON_SIZE
  518.         Align=ALIGN_RIGHT
  519.         INTERFACE_POS
  520.         Text="00"
  521.         
  522.         
  523.     BOTTOM_PANEL }
  524.  
  525.  
  526.  
  527.  
  528.