home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2005 May / Igromania_2005-05.iso / DemosThemes2 / Demo1944BattleOfTheBulge / demo1944english.exe / Inf / MainViewport.inf < prev    next >
INI File  |  2004-07-21  |  3KB  |  131 lines

  1. [MainViewport]
  2. {
  3. ;    shortcut = RotateLeft, KEY_DELETE
  4. ;    shortcut = RotateRight, KEY_END
  5. ;    shortcut = PitchUp, KEY_PRIOR
  6. ;    shortcut = PitchDown, KEY_NEXT
  7. ;    shortcut = ZoomIn, KEY_INSERT
  8. ;    shortcut = ZoomOut, KEY_HOME
  9. ;
  10. ;    shortcut = RotateLeft2, KEY_LEFT, KEY_CONTROL
  11. ;    shortcut = RotateRight2, KEY_RIGHT, KEY_CONTROL
  12. ;
  13. ;    shortcut = HoldFire,       KEY_B
  14. ;    shortcut = ReturnFire,     KEY_N
  15. ;    shortcut = FireAtWill,     KEY_M
  16. ;    shortcut = HoldPosition,   KEY_G
  17. ;    shortcut = MoveInVicinity, KEY_H
  18. ;    shortcut = MoveFreely,     KEY_J
  19. ;    shortcut = StopUnits,      KEY_SPACE
  20. ;    shortcut = Unmount,        KEY_BACKSPACE
  21. ;    shortcut = InGameMenu,        KEY_ESCAPE
  22.  
  23.  
  24.     shortcut = MissionEndDialog,        KEY_CONTROL,KEY_F12
  25.  
  26.     shortcut = Debug1,        KEY_NUMPAD1
  27.     shortcut = Debug2,        KEY_NUMPAD2
  28.     shortcut = Debug3,        KEY_NUMPAD3
  29.  
  30.     shortcut = Debug4,        KEY_NUMPAD4
  31.     shortcut = Debug5,        KEY_NUMPAD5
  32.     shortcut = Debug6,        KEY_NUMPAD6
  33.     shortcut = Debug7,        KEY_NUMPAD7
  34.     shortcut = Debug8,        KEY_NUMPAD8
  35.     shortcut = Debug9,        KEY_NUMPAD9
  36.     shortcut = Debug0,        KEY_NUMPAD0
  37.     shortcut = Debug_Dot,        KEY_DECIMAL
  38.     shortcut = Debug_Slash,    KEY_DIVIDE
  39.  
  40.  
  41.     shortcut = StartInputRecording,    KEY_MENU, KEY_I
  42.     shortcut = StartInputReplaying,    KEY_CONTROL,KEY_I
  43.     shortcut = SaveInputStream,        KEY_SHIFT,KEY_I
  44.  
  45.     shortcut = StartStopCameraRecord,  KEY_L
  46.     shortcut = StartStopCameraReplay,  KEY_CONTROL,KEY_L
  47.     shortcut = StartStopHDDWrite,      KEY_SHIFT,KEY_L
  48.     shortcut = PlaceCameraKey,         KEY_CONTROL,KEY_RETURN
  49.  
  50.     shortcut = FreeCameraMode,         KEY_CONTROL,KEY_K
  51. ;    shortcut = MakeScreenShot,         KEY_F11
  52.     shortcut = SwitchFOWOnOff,         KEY_CONTROL,KEY_F
  53.  
  54.     shortcut = DamageAll, KEY_CONTROL, KEY_D
  55.     shortcut = KillAll, KEY_CONTROL, KEY_C
  56.     shortcut = Teleport, KEY_CONTROL, KEY_T
  57.  
  58.  
  59. ;    [MainScene2d_2]
  60. ;    {
  61. ;        type=Scene
  62. ;        Create                =FALSE
  63. ;        DeleteZBuffer         =FALSE
  64. ;        DeleteBackground      =FALSE
  65. ;        Render_Screen_Viewport=1
  66. ;    }
  67.  
  68.     [Background]
  69.     {
  70.         type=Button
  71.         TwoDArea=0,0,1024,768
  72.     }
  73.  
  74.     [MainScene]
  75.     {
  76.         type=Scene
  77.         Create          = FALSE
  78.         DeleteZBuffer   = TRUE
  79.         DeleteBackground= TRUE
  80.     }
  81.  
  82.  
  83.     [Text]
  84.     {
  85.         type=Text
  86.         Text="-"
  87.         TwoDArea=0,0,0,0
  88.         Font=newmenu_20_white
  89.     }
  90.     [TimerCounter]
  91.     {
  92.         type=Text
  93.         Text=""
  94.         TwoDArea=980,0,0,0
  95.         Font=newmenu_20_white
  96.     }
  97.  
  98. ;    [Editfield]
  99. ;       {
  100. ;        type=EditField
  101. ;        DefaultText="#iMAINVIEWPORT#"
  102. ;        TwoDArea=100,100,100,20
  103. ;       }
  104. ;
  105. ;    [Image]
  106. ;      {
  107. ;        type=Image
  108. ;        Pos=100,100
  109. ;        Filename=Gfx\Interface\Editor\preview.tga,Image1
  110. ;        Filename=Gfx\Gui\Command_buttons\Stop1.tga,Image2
  111. ;      }
  112. ;
  113.         
  114.         
  115. ;    ---
  116.  
  117.     [MainScene2d]
  118.     {
  119.         type=Scene
  120.         Create                =FALSE
  121.         DeleteZBuffer         =FALSE
  122.         DeleteBackground      =FALSE
  123.         Render_Screen_Viewport=1
  124.     }
  125.     
  126.     [DrawCallback]
  127.     {
  128.         type=Button
  129.     }
  130. }
  131.