Zombie Panic in Wonderland DX
Jump to navigation
Jump to search
Zombie Panic in Wonderland is an arcade Gallery Shooter with an anime art style. Be one of the mythical characters of the most famous fairy tales around the world and equip yourself with all kinds of weapons to end a plague of loving zombies.
Download from the Steam Store
Setup Guide
All you need to do to get this game working well is to use the Example AHK below to rebind the controls.
If you need help with AHK see the AHK page.
There is also a crosshair removal patch available below.
AHK Example
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
#MaxHotkeysPerInterval 500
SetWorkingDir D:\Zombie Panic In Wonderland DX\Zombie Panic in Wonderland DX.exe
Run, "Zombie Panic in Wonderland DX.exe"
Left::a ;left
Right::d ;right
up::space ;dodge
down::e ;change weapon
Return
Esc::
Process,Close,Zombie Panic in Wonderland DX.exe
Run,taskkill /im "Zombie Panic in Wonderland DX.exe" /F
ExitApp
return
Example AHK at Mediafire
No Crosshair
Download No Crosshair Patch from Mediafire
Overwrite the files inside the DATA folder with the ones inside the zip file.