|
|
本帖最后由 pp19910611 于 2020-1-28 21:20 编辑
如题
原址
https://www.nexusmods.com/kingdo ... 524?tab=description
这位N网moder做了一个可以自定义修改Q键和连击顺序的mod
基本上。。。就是你可以把连击触发修的更简单了
不说别的放文件
文件大,我度盘吧
因为是搬运就不回复可见了
2c1q
既然有人要教程
先发原文
INSTALLATION:
unpack NoShieldIcon folder into your KingdomCome\Mods folder
run Combos.exe and autoparry.exe as Administrator
Why do I did this? Because I didn't like the fencing game in shape that Warhorse released it.
Almost from the beginning of game the ultimate kill tactic is "right click them all to death", which not fun for me at all. Full plate armored guys could be killed by a few punctures or sword swings, which is absurd.
I wanted all that "parry, combos, ripostes and thick fencing opponents"
I recommend to play with URO mod with additional strengthen armor stats. ATM for char with 15+ overall stats I recommend to use x2 slash/thrust and x1.5 blunt armor stats, test vary and choose your prefer.
What would I like to do more and where's community help would be great:
1. I like to remake riposte mechanic so what you need to press Q for perfect block with your weapon in same direction with opponent weapon swing.
2. I want to add in fencing game a real "vulnerable points' mechanic, so you will need to hit with mouse pointer at the swing moment in small moving (overlay?) areas. It will simulate the hit by an rusty dull sword into a small not armored hole on full plated foe (eye visor or hole in armor for example).
Different armor tables you can download from this mod (best regards to author)
https://www.nexusmods.com/kingdomcomedeliverance/mods/118
Scripts now can automatic detect game window size, tested from 1024*768 to FullHD.
Edit MaxSpecialPerfectBlockSlotModifier in rpg_param.xml if you don't like to auto-riposte
Hotkey for combos (you can edit it what you like). Script can't detect combo fail atm, so keep it in mind and time manually. key 3 and r are used for combos, which require more swings, see in game.
r::
LeftHand -> Right Leg
v::
Head -> Right Hand-> Left Leg
3::
Left Leg -> Right Hand
4::
Left Hand -> Right Hand -> Left Leg -> Right Hand
5::
Head -> Left Hand -> Right Leg -> Left Hand
Don't forget to lock target with Tab to perform combos, especially if you use "a more free look" by edit user.cfg
wh_cs_playermaxopponentdistancetolock = 8
wh_cs_playermaxopponentdistancetounlock = 8
wh_cs_playerunlocktimeout = 0
wh_cs_playerverticalunlockdelay = 0
wh_cs_playerhorizontalunlockdelay = 0
wh_cs_playerlockopponentanglebias = 2
wh_cs_playermaxopponentangletolock = 0.8
wh_cs_playermaxopponentangletounlock = 0.8
wh_cs_playerinputcombatunlockdelay = 0
wh_cs_playerinputcursorunlockdistance = 0.05
wh_cs_playerinputlockingtolerance = 20
wh_cs_playerinputlockareawidth = 0.6
wh_cs_playerinputmouseunlockxthreshold = 60
wh_cs_playerinputmouseunlockmintime = 0
wh_cs_playerinputmouseunlockreturntime = 1.5
wh_cs_playerinputmouseunlockminoppangle = 20
基本就是,在scrip文件里,有连招的修改按键和顺序,自己进去改好记住是啥,然后到游戏里用
并且,W右上的数字3键位
和R键位
都可以应用在连招修改里
简单讲一下啊
首先你需要AutoHotkey这个玩意儿。。。
然后mod安装我寻思不用讲
其次就是,需要以管理员身份运行这俩文件
Combos.ahk and autoparry.ahk
进游戏之后,按键r、v、和大键盘345,分别对应连招
来,文件走起
正在测试
测试了一下,可以自动反击,但是连招不行,分辨率是1440X900再次测试了,都可以用,主要是敌人会闪避啊完美格挡甚至大师反会影响连招连贯性,还有就是3这个,得自己改一下按键,因为。。。会原地转圈转视角
应该是屏幕分辨率的问题我瞅瞅怎么弄,大家也测试一下
|
|