对console文件夹下System的Common.ctl文件头加入了下面几句话:
Button
Name: GIVEALL
Key1: Z
Key2: None
Pressed: cht_bGiveAll=1;
Released:
Button
Name: GOD
Key1: X
Key2: None
Pressed: cht_bGod=(cht_bGod+1)%2;
Released:
Button
Name: GHOST
Key1: G
Key2: None
Pressed: cht_bGhost=(cht_bGhost+1)%2;
Released:
Button
Name: INCREASE SPEED
Key1: C
Key2: None
Pressed: cht_fTranslationMultiplier=0;
Released:
Button
Name: DECREASE SPEED
Key1: V
Key2: None
Pressed: cht_fTranslationMultiplier=3;
Released:
Button
Name: DECREASE SPEED
Key1: B
Key2: None
Pressed: cht_fTranslationMultiplier=5;
Released:
Button
Name: KILLALL
Key1: F
Key2: None
Pressed: cht_bKillAll=1;
Released:
重新启动sam你就有以下几个功能:
z键 自动上弹
x键 无敌模式
g键 鬼魂模式
c键 普通速度
v键 3倍速度
b键 5倍速度
f键 杀死全屏敌人
详见:http://hi.baidu.com/%C1%F7%B8%D0cd/blog/item/a8dcd92afd781b29d42af12f.html
Button
Name: GIVEALL
Key1: Z
Key2: None
Pressed: cht_bGiveAll=1;
Released:
Button
Name: GOD
Key1: X
Key2: None
Pressed: cht_bGod=(cht_bGod+1)%2;
Released:
Button
Name: GHOST
Key1: G
Key2: None
Pressed: cht_bGhost=(cht_bGhost+1)%2;
Released:
Button
Name: INCREASE SPEED
Key1: C
Key2: None
Pressed: cht_fTranslationMultiplier=0;
Released:
Button
Name: DECREASE SPEED
Key1: V
Key2: None
Pressed: cht_fTranslationMultiplier=3;
Released:
Button
Name: DECREASE SPEED
Key1: B
Key2: None
Pressed: cht_fTranslationMultiplier=5;
Released:
Button
Name: KILLALL
Key1: F
Key2: None
Pressed: cht_bKillAll=1;
Released:
重新启动sam你就有以下几个功能:
z键 自动上弹
x键 无敌模式
g键 鬼魂模式
c键 普通速度
v键 3倍速度
b键 5倍速度
f键 杀死全屏敌人
详见:http://hi.baidu.com/%C1%F7%B8%D0cd/blog/item/a8dcd92afd781b29d42af12f.html