Killing Floor 2

Killing Floor 2

Zedternal
Decrease Husk Spawn?
I was playing this game mode and I noticed that at one point, there was nothing left but husks, both regulars and omegas. I kept getting hit by fireballs. I did not have a fun time.

Is there a way to decrease the number of husks that are allowed to spawn?
I'm willing to edit the ".ini" file.
最近の変更はHuntahが行いました; 2018年8月18日 10時01分
< >
1-6 / 6 のコメントを表示
Mr.Wuebec  [開発者] 2018年8月21日 8時23分 
You maybe got the special wave called "HellFire" where only crawler and husks can spawn. You can configure when this event can happen :
SpecialWave_SpecialWaves(Path="Zedternal.WMSpecialWave_HellFire",MinWave=3,MaxWave=15)
Mr.Wuebec の投稿を引用:
You maybe got the special wave called "HellFire" where only crawler and husks can spawn. You can configure when this event can happen :
SpecialWave_SpecialWaves(Path="Zedternal.WMSpecialWave_HellFire",MinWave=3,MaxWave=15)

No, it wasn't Hell fire; it was a normal wave.
Mr.Wuebec  [開発者] 2018年8月21日 15時18分 
Ha ok. Then to avoid unexpected army of doom, you could tweak these lines

There are the lines about Husk :

Zed_Monsters=(MinWave=2,MaxWave=5,MinGr=1,MaxGr=1,MClass=Class'kfgamecontent.KFPawn_ZedHusk')
Zed_Monsters=(MinWave=5,MaxWave=999,MinGr=1,MaxGr=2,MClass=Class'kfgamecontent.KFPawn_ZedHusk')
Zed_Monsters=(MinWave=9,MaxWave=999,MinGr=1,MaxGr=3,MClass=Class'kfgamecontent.KFPawn_ZedHusk')
Zed_Monsters=(MinWave=13,MaxWave=999,MinGr=1,MaxGr=2,MClass=Class'Zedternal.WMPawn_ZedHusk_Omega')
Zed_Monsters=(MinWave=17,MaxWave=999,MinGr=1,MaxGr=5,MClass=Class'Zedternal.WMPawn_ZedHusk_Omega')

You could reduce "MaxGr" or even delete lines to decrease Husk's spawn probability
Huntah 2018年8月21日 20時15分 
Mr.Wuebec の投稿を引用:
Ha ok. Then to avoid unexpected army of doom, you could tweak these lines

There are the lines about Husk :

Zed_Monsters=(MinWave=2,MaxWave=5,MinGr=1,MaxGr=1,MClass=Class'kfgamecontent.KFPawn_ZedHusk')
Zed_Monsters=(MinWave=5,MaxWave=999,MinGr=1,MaxGr=2,MClass=Class'kfgamecontent.KFPawn_ZedHusk')
Zed_Monsters=(MinWave=9,MaxWave=999,MinGr=1,MaxGr=3,MClass=Class'kfgamecontent.KFPawn_ZedHusk')
Zed_Monsters=(MinWave=13,MaxWave=999,MinGr=1,MaxGr=2,MClass=Class'Zedternal.WMPawn_ZedHusk_Omega')
Zed_Monsters=(MinWave=17,MaxWave=999,MinGr=1,MaxGr=5,MClass=Class'Zedternal.WMPawn_ZedHusk_Omega')

You could reduce "MaxGr" or even delete lines to decrease Husk's spawn probability

Thank you! That did it! Less husks and less fireballs!
Say, where exactly can I find said .ini file? I am utterly confused.
DiEyInG_SaNiTy の投稿を引用:
Say, where exactly can I find said .ini file? I am utterly confused.
C:\Users\username\Documents\My Games\KillingFloor2\KFGame\Config\Zedternal.ini
< >
1-6 / 6 のコメントを表示
ページ毎: 1530 50