《騎馬與砍殺》是由土耳其的taleworlds開發(fā)制作的一款動作角色扮演類游戲,于2008年發(fā)行。 去官方網(wǎng)站下載0808版ModuleSystem 再裝個Python 到ModuleSystem目錄下右鍵點module_info.py用Python編輯輸出目錄,當然你要先把這個目錄文件夾先建立(很關(guān)鍵哦,不然輸出不了)
再到ModuleSystem目錄下右鍵點header_items.py用Python編輯打開 會發(fā)現(xiàn)最下面的命令行
#combined capabilities itc_cleaver = itcf_force_64_bits | (itcf_overswing_onehanded|itcf_slashright_onehanded|itcf_slashleft_onehanded | itcf_horseback_slashright_onehanded|itcf_horseback_slashleft_onehanded) itc_dagger = itc_cleaver | itcf_thrust_onehanded
itc_parry_onehanded = itcf_force_64_bits | itcf_parry_forward_onehanded| itcf_parry_up_onehanded | itcf_parry_right_onehanded
|itcf_parry_left_onehanded itc_longsword = itc_dagger | itc_parry_onehanded itc_scimitar = itc_cleaver | itc_parry_onehanded
itc_parry_two_handed = itcf_force_64_bits | itcf_parry_forward_twohanded | itcf_parry_up_twohanded |
itcf_parry_right_twohanded | itcf_parry_left_twohanded itc_cut_two_handed = itcf_force_64_bits | (itcf_slashright_twohanded | itcf_slashleft_twohanded | itcf_overswing_twohanded | itcf_horseback_slashright_onehanded|itcf_horseback_slashleft_onehanded) itc_greatsword = itc_cut_two_handed | itcf_thrust_twohanded | itc_parry_two_handed |itcf_thrust_onehanded_lance itc_nodachi = itc_cut_two_handed | itc_parry_two_handed
itc_bastardsword = itc_cut_two_handed | itcf_thrust_twohanded | itc_parry_two_handed |itc_dagger
itc_parry_polearm = itcf_parry_forward_polearm | itcf_parry_up_polearm | itcf_parry_right_polearm | itcf_parry_left_polearm itc_poleaxe = itc_parry_polearm| itcf_overswing_polearm
|itcf_thrust_polearm|itcf_slashright_polearm|itcf_slashleft_polearm itc_staff = itc_parry_polearm| itcf_thrust_onehanded_lance |itcf_thrust_onehanded_lance_horseback|
itcf_overswing_polearm |itcf_thrust_polearm|itcf_slashright_polearm|itcf_slashleft_polearm itc_spear = itc_parry_polearm| itcf_thrust_onehanded_lance |itcf_thrust_onehanded_lance_horseback | itcf_thrust_polearm itc_pike = itcf_thrust_onehanded_lance |itcf_thrust_onehanded_lance_horseback | itcf_thrust_polearm
itc_greatlance = itcf_thrust_onehanded_lance |itcf_thrust_onehanded_lance_horseback| itcf_thrust_polearm
這些都是武器的動作類型,請大家耐心看
itcf_overswing_onehanded 單手能從上而下劈砍 itcf_slashright_onehanded 單手能從右而左橫揮 itcf_slashleft_onehanded 單手能從左而右橫揮 itcf_thrust_onehanded 單手能刺擊 horseback 能在馬背上動作 twohanded 雙手 parry_forward 能格擋刺擊 parry_up 能格擋從上而下劈砍 parry_right 能格擋從右而左橫揮 parry_left 能格擋從左而右橫揮 cut 能從上而下劈砍,僅限雙手 polearm 長柄武器 thrust_onehanded_lance 能同時拿盾牌的單手長柄武器
|
溫馨提示:喜歡本站的話,請收藏一下本站!