Project Zomboid
Multi Hit Limiter
Εμφάνιση 1-7 από 7 καταχωρίσεις
Ενημέρωση: 20 Ιαν 2024 στις 0: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.

Ενημέρωση: 16 Ιαν 2024 στις 22: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

Ενημέρωση: 2 Νοε 2023 στις 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.

Ενημέρωση: 28 Μαϊ 2023 στις 19:39

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

Ενημέρωση: 28 Μαϊ 2023 στις 16: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.

Ενημέρωση: 22 Μαϊ 2023 στις 23:04

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

Ενημέρωση: 18 Μαϊ 2023 στις 18:37

  • Initial release