Difference between revisions of "Intake"

From Sinden Lightgun
Jump to navigation Jump to search
Line 24: Line 24:
== Lightgun patch ==
== Lightgun patch ==


This patch modifies your existing '''Assembly-CSharp.dll''' in place. It does not
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
replace or require a fresh copy of the file — you apply it directly to the
DLL already installed with the game.
DLL already installed with the game.


=== Download ===
=== Download ===


* [https://www.mediafire.com/file/psslj85924opw5y/IntakePatch.zip/file IntakePatch.zip]
* [https://www.mediafire.com/file/XXXXXXXXXXXXXXX/IntakePatch.zip/file IntakePatch.zip]


=== Installation ===
=== Installation ===


# Download '''IntakePatch.zip''' from the link above.
# Download '''IntakePatch.zip''' from the link above.
# Extract (unzip) the '''entire contents''' of the archive directly into your game's <code>Managed</code> folder:
# Extract (unzip) the '''entire contents''' of the archive directly into your game's <code>Managed</code> folder:
#: <code>...\steamapps\common\Intake\Intake_Data\Managed\</code>
#: <code>...\steamapps\common\Intake\Intake_Data\Managed\</code>
# You should now have the following files sitting next to your existing <code>Assembly-CSharp.dll</code>:
# You should now have the following files sitting next to your existing <code>Assembly-CSharp.dll</code>:
#* <code>apply_patch.bat</code>
#* <code>apply_patch.bat</code>
#* <code>Assembly-CSharp.xdelta</code>
#* <code>Assembly-CSharp.xdelta</code>
#* <code>xdelta3.exe</code>
#* <code>xdelta3.exe</code>
# Run <code>apply_patch.bat</code> directly from that folder (double-click it).
# Run <code>apply_patch.bat</code> directly from that folder (double-click it).
# The script will automatically:
# The script will automatically:
#* Rename your original <code>Assembly-CSharp.dll</code> to <code>Assembly-CSharp.dll.bak</code> (kept as a backup)
#* Rename your original <code>Assembly-CSharp.dll</code> to <code>Assembly-CSharp.dll.bak</code> (kept as a backup)
#* Generate the patched <code>Assembly-CSharp.dll</code> in its place, using the original filename
#* Generate the patched <code>Assembly-CSharp.dll</code> in its place, using the original filename
# When the window shows '''SUCCESS''', close it and launch the game normally.
# When the window shows '''SUCCESS''', close it and launch the game normally.


=== Reverting / Uninstalling ===
=== Reverting / Uninstalling ===


# Delete the patched <code>Assembly-CSharp.dll</code>.
# Delete the patched <code>Assembly-CSharp.dll</code>.
# Rename <code>Assembly-CSharp.dll.bak</code> back to <code>Assembly-CSharp.dll</code>.
# Rename <code>Assembly-CSharp.dll.bak</code> back to <code>Assembly-CSharp.dll</code>.


=== Troubleshooting ===
=== Troubleshooting ===


* '''"A backup already exists"''' — the patch has already been applied in this folder. Either delete
* '''"A backup already exists"''' — the patch has already been applied in this folder. Either delete
<code>Assembly-CSharp.dll.bak</code> if you no longer need it, or revert first (see above) before re-running the
<code>Assembly-CSharp.dll.bak</code> if you no longer need it, or revert first (see above) before re-running the
patcher.
patcher.
* '''"Patching failed"''' — your <code>Assembly-CSharp.dll</code> doesn't match the game version this patch was built
* '''"Patching failed"''' — your <code>Assembly-CSharp.dll</code> doesn'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.
for. The script automatically restores your original file when this happens, so nothing is left broken.


[[Category:Windows Games]]
[[Category:Windows Games]]

Revision as of 02:03, 3 July 2026



Windows Game
Download: Steam
License: Commercial
Game info
Developer: Cipher Prime Studios
Released: 5 Nov, 2013
Players: 1 Players
Type: Rythm shooter
Intak banner.png
Intake gameplay.jpg
Note: Requires patch

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

  1. Download IntakePatch.zip from the link above.
  2. Extract (unzip) the entire contents of the archive directly into your game's Managed folder:
    ...\steamapps\common\Intake\Intake_Data\Managed\
  3. You should now have the following files sitting next to your existing Assembly-CSharp.dll:
    • apply_patch.bat
    • Assembly-CSharp.xdelta
    • xdelta3.exe
  4. Run apply_patch.bat directly from that folder (double-click it).
  5. The script will automatically:
    • Rename your original Assembly-CSharp.dll to Assembly-CSharp.dll.bak (kept as a backup)
    • Generate the patched Assembly-CSharp.dll in its place, using the original filename
  6. When the window shows SUCCESS, close it and launch the game normally.

Reverting / Uninstalling

  1. Delete the patched Assembly-CSharp.dll.
  2. Rename Assembly-CSharp.dll.bak back to Assembly-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.dll doesn'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.