Difference between revisions of "Zombie Panic in Wonderland DX"
Jump to navigation
Jump to search
(Created page with "Zombie panic in Wonderland is an arcade Gallery Shooter with anime artstyle. Be one of the mythical characters of the most famous fairy tales around the world and equip yourse...") |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | Zombie | + | {{infobox |
+ | |title = Zombie Panic in Wonderland DX | ||
+ | |logo = ZombiePanicWonderLandLogo.jpeg | ||
+ | |category = Windows Game | ||
+ | |download = [https://store.steampowered.com/app/1173850/Zombie_Panic_In_Wonderland_DX/ Steam] | ||
+ | |license = Commercial | ||
+ | |release = 6 Nov, 2019 | ||
+ | |Developer = Akaoni Studio | ||
+ | |players = 1 Player | ||
+ | |type = Zombie shooter | ||
+ | |titleshot = zpwdx_title.jpg | ||
+ | |gamename = Zombie Panic in Wonderland DX | ||
+ | |gameplayshot = zpwdx_gameplay.jpg | ||
+ | }} | ||
+ | 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 [https://store.steampowered.com/app/1173850/Zombie_Panic_In_Wonderland_DX/ | + | Download from the [https://store.steampowered.com/app/1173850/Zombie_Panic_In_Wonderland_DX/ 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. | |
− | Download No Crosshair Patch [https://www.mediafire.com/file/fix801kzxjyzjjj/Zombie+Panic+in+Wonderland+No+Crosshair.7z/file | + | There is also a crosshair removal patch available below. |
+ | |||
+ | == AHK Example == | ||
+ | <syntaxhighlight lang="ahk"> | ||
+ | #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 | ||
+ | </syntaxhighlight> | ||
+ | Example AHK at [https://www.mediafire.com/file/wvje2o90q7n6x8s/Zombie_Panic_in_Wonderland_DX.ahk/file Mediafire] | ||
+ | |||
+ | == No Crosshair == | ||
+ | Download No Crosshair Patch from [https://www.mediafire.com/file/fix801kzxjyzjjj/Zombie+Panic+in+Wonderland+No+Crosshair.7z/file Mediafire] | ||
Overwrite the files inside the DATA folder with the ones inside the zip file. | Overwrite the files inside the DATA folder with the ones inside the zip file. | ||
<br> | <br> | ||
− | + | ||
− | [[Category:Steam | + | [[Category:Windows Games]] |
+ | [[Category:Steam Games]] |
Latest revision as of 19:35, 2 February 2023
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.