Project Zomboid

Project Zomboid

Multi Hit Limiter
7개 중 1~7개 표시 중
업데이트: 2024년 1월 20일 오전 12시 57분
작성자: Sowilo

  • Fixed java mod issue that could occur when using the java mod without multi hit enabled in sandbox.
  • Minor changes to code and this mod's local data can now be accessed by other mods.

업데이트: 2024년 1월 16일 오후 10시 50분
작성자: Sowilo

  • Java mod fix: shove multi hit works as expected even when not wielding a weapon (didn't notice for longest time since I pretty much never lack one)
  • Some general code improvements to make mod more performant, e.g.: no more global scope var used and no console log spam on dedicated server since print is slow, no more force load of sandbox settings checking before the game has loaded it, among some other changes

업데이트: 2023년 11월 2일 오전 6시 42분
작성자: Sowilo

  • Provided a Java mod to fix any issues with shoving.
  • Shoving should now work entirely as expected with the Java mod installed.
  • Shoving should now be affected by Strength/Fitness requirements and no longer affected by max range settings.
  • Some minor improvements to code and hopefully more robust checking of players' items.

업데이트: 2023년 5월 28일 오후 7시 39분

  • Fixed a harmless server-side error in multiplayer from not checking if player is nil.

업데이트: 2023년 5월 28일 오후 4시 33분

  • Added options to limit multi hit to two-handed weapons and by strength and fitness.
  • Fixed potential rare (?) error that might occur from trying to initialise sandbox settings in main menu.

업데이트: 2023년 5월 22일 오후 11시 04분

  • Fixed category of long blunt weapons not being detected correctly.
  • Added option to limit multi hit by weapon skill level.

업데이트: 2023년 5월 18일 오후 6시 37분

  • Initial release