Intake
Intake is the new retro-futuristic drugstep arcade shooter from Cipher Prime. In this polychromatic love child of Dr. Mario and Ikaruga, you battle a never-ending barrage of pills, pushing your skill and reflexes to the limit to avoid a lethal dosage.
Blast and combo your way through an epic cascade of audiovisual mayhem so intoxicating it comes with its own warning label.
You can buy and download the game from Steam
Lightgun patch
This patch modifies your existing Assembly-CSharp.dll in place. It does not replace or require a fresh copy of the file — you apply it directly to the DLL already installed with the game.
Download
Installation
- Download IntakePatch.zip from the link above.
- Extract (unzip) the entire contents of the archive directly into your game's
Managedfolder:...\steamapps\common\Intake\Intake_Data\Managed\
- You should now have the following files sitting next to your existing
Assembly-CSharp.dll:apply_patch.batAssembly-CSharp.xdeltaxdelta3.exe
- Run
apply_patch.batdirectly from that folder (double-click it). - The script will automatically:
- Rename your original
Assembly-CSharp.dlltoAssembly-CSharp.dll.bak(kept as a backup) - Generate the patched
Assembly-CSharp.dllin its place, using the original filename
- Rename your original
- When the window shows SUCCESS, close it and launch the game normally.
Reverting / Uninstalling
- Delete the patched
Assembly-CSharp.dll. - Rename
Assembly-CSharp.dll.bakback toAssembly-CSharp.dll.
Troubleshooting
- "A backup already exists" — the patch has already been applied in this folder. Either delete
Assembly-CSharp.dll.bak if you no longer need it, or revert first (see above) before re-running the
patcher.
- "Patching failed" — your
Assembly-CSharp.dlldoesn't match the game version this patch was built
for. The script automatically restores your original file when this happens, so nothing is left broken.