Difference between revisions of "Moorhuhn X - Crazy Chicken X"
Jump to navigation
Jump to search
IntoShadows (talk | contribs) (Created page with "{{infobox |title = Moorhuhn X - Crazy Chicken X |logo = Moorhuhn_X_-_Crazy_Chicken_X_Logo.png |category = Windows Game |platform = Steam |download = [https://store.steampower...") |
IntoShadows (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
|developer = Higgs Games GmbH, GeekPit Studio | |developer = Higgs Games GmbH, GeekPit Studio | ||
|players = 1 Player | |players = 1 Player | ||
+ | |release = 2022 | ||
|type = Shooter, Action | |type = Shooter, Action | ||
|gameplayshot = Moorhuhn_X_-_Crazy_Chicken_X_Gameplay_Shot.jpg | |gameplayshot = Moorhuhn_X_-_Crazy_Chicken_X_Gameplay_Shot.jpg | ||
Line 21: | Line 22: | ||
You can also remove the crosshair from the game by downloading these files: [https://drive.google.com/drive/folders/19-gtf4GDosKU122KyuJSUcgY7zYpV9eQ?usp=sharing/file '''Google Drive'''] | You can also remove the crosshair from the game by downloading these files: [https://drive.google.com/drive/folders/19-gtf4GDosKU122KyuJSUcgY7zYpV9eQ?usp=sharing/file '''Google Drive'''] | ||
#Make a backup of these files: '''sharedassets0.assets''' and '''sharedassets1.assets''' located in the '''\Moorhuhn X_Data''' folder in case you ever want the crosshair back later on. | #Make a backup of these files: '''sharedassets0.assets''' and '''sharedassets1.assets''' located in the '''\Moorhuhn X_Data''' folder in case you ever want the crosshair back later on. | ||
− | # Overwrite the original files ('''sharedassets0.assets and '''sharedassets1.assets''' | + | # Overwrite the original files ('''sharedassets0.assets '''and '''sharedassets1.assets)''' with the one you downloaded here'''.''' |
#play the game. | #play the game. | ||
==Sample AHK Script== | ==Sample AHK Script== |
Latest revision as of 07:14, 23 March 2024
Chickens are on the loose! Hiding, running, fishing, and flying – chickens are everywhere! It’s up to you and your dead-eye aim to save the farm.
Setup Guide
Purchase and install the game from: Steam
No Crosshair Patch (By IntoShadows)
You can also remove the crosshair from the game by downloading these files: Google Drive
- Make a backup of these files: sharedassets0.assets and sharedassets1.assets located in the \Moorhuhn X_Data folder in case you ever want the crosshair back later on.
- Overwrite the original files (sharedassets0.assets and sharedassets1.assets) with the one you downloaded here.
- play the game.
Sample AHK Script
SetWorkingDir D:\YOUR GAME DIR\
Run, D:\YOUR GAME DIR\Moorhuhn X.exe
Esc::
Process,Close,Moorhuhn X.exe
Run,taskkill /im "Moorhuhn X" /F
sleep, 500
ExitApp
return