Project Zomboid

Project Zomboid

DeadBody Remover
Showing 1-3 of 3 entries
Update: 24 Aug, 2024 @ 4:25pm

Update: 24 Aug, 2024 @ 8:27am

Update: 24 Aug, 2024 @ 8:09am

1. Pressing the 'K' key will delete zombie corpses within a wide area.
2. If you want to change the shortcut key, open the DeadBody Remover\media\lua\AAX_RemoveAllZombie.lua file and modify the local isKPressed = isKeyDown(Keyboard.KEY_K) line to your desired key.

1. 키보드 K를 누르면 넓은 영역의 좀비 시체를 삭제합니다.
2. 단축키를 수정하고 싶다면,
DeadBody Remover\media\lua\AAX_RemoveAllZombie.lua 파일을 열어서
local isKPressed = isKeyDown(Keyboard.KEY_K) 부분을 원하는 키보드로 수정하세요.