英雄无敌5的控制台怎么不能用啊?
在网上流传的这个版本:
然后就可以在游戏中用热健" ` "打开控制台。这个热健是可以修改的,可以在\profiles\default_profile\input.cfg里边找到这行:
//debug keys
bind show_console '`'
问题是我根本找不到有这一行!!!!!!
在input.cfg这个文件里面根本没有发现相关的信息!!!
怎么回事?
参考答案:加一行进去!要先备分!
加到这个地方
============这行不算===============
//===========================================================================
// Common section (always active)
//===========================================================================
// Mouse
bind +cursor_x 'MOUSE_AXIS_X'
bind +cursor_y 'MOUSE_AXIS_Y'
bindconfigure MOUSE_AXIS_X 1.2
bindconfigure MOUSE_AXIS_Y 1.2
bindconfigure MOUSE_AXIS_Z 160
// Camera
// !!! DO NOT CHANGE ANY OF THESE !!!
bind +camera_zoom 'PG_DOWN'
bind -camera_zoom 'PG_UP'
bind +camera_forward 'UP'
bind -camera_forward 'DOWN'
bind +camera_strafe 'RIGHT'
bind -camera_strafe 'LEFT'
bind -camera_pitch 'CTRL' + 'UP'
bind +camera_pitch 'CTRL' + 'DOWN'
bind +camera_rotate 'CTRL' + 'RIGHT'
bind -camera_rotate 'CTRL' + 'LEFT'
bind +camera_fps_rotate 'MOUSE_AXIS_X' + 'MOUSE_BUTTON1'
bind +camera_fps_pitch 'MOUSE_AXIS_Y' + 'MOUSE_BUTTON1'
bind -camera_zoom_mouse 'MOUSE_AXIS_Z'
bind +camera_rotate_mouse 'MOUSE_BUTTON1' + 'MOUSE_AXIS_X'
bind -camera_pitch_mouse 'MOUSE_BUTTON1' + 'MOUSE_AXIS_Y'
bind -camera_strafe_mouse 'MOUSE_BUTTON2' + 'MOUSE_AXIS_X'
bind -camera_strafe_mouse 'CTRL' + 'MOUSE_BUTTON1' + 'MOUSE_AXIS_X'
bind +camera_forward_mouse 'MOUSE_BUTTON2' + 'MOUSE_AXIS_Y'
bind +camera_forward_mouse 'CTRL' + 'MOUSE_BUTTON1' + 'MOUSE_AXIS_Y'
//END Camera
// general
bind jd_button_0 'ESC'
bind jd_button_0 'ENTER'
bind jd_button_0 'NUM_ENTER'
bind jd_button_0 'E'
bind esc_pressed 'ESC'
bind enter_pressed 'ENTER'
bind enter_pressed 'NUM_ENTER'
bind pause 'PAUSE'
bind screenshot 'SYSRQ'
bind -mouse_wheel_scroll 'MOUSE_AXIS_Z'
bind ctrl 'CTRL'
bind shift 'SHIFT'
bind alt 'ALT'
// don't treat system key combinations as 'ESC' or 'TAB'
bind none 'CTRL' + 'ESC'
bind none 'ALT' + 'TAB'
// obsolete, but strictly need for compability with some interfaces
bind close_window 'ESC'
bind confirm_action 'ENTER'
bind confirm_action 'NUM_ENTER'
//debug keys
bind show_console '`'
//===========================================================================
// Interface-specific sections
//===========================================================================
===========这行不算================================