Setting up Killer7 for modding

“There's always time for fun. It's Friday night.”
“Let's dance.”

Before you can install mods, the game needs to be set up for mods first. There are two ways of doing so.

Using an automatic script called IwazuScript is the easiest way of setting up the game for modding.

You can download it from here:
Download IwazuScript

Instructions

  1. Download the archive
  2. Open Killer7's directory
    1. Right click on Killer7 in your Steam Library
    2. Go to "Manage"
    3. Click on "Browse local files"
      SetupK7_SteamLibrary

On Windows

  1. Extract "IwazuScript.bat" from the archive into Killer7's directory
    • Make sure that files "Killer7Win.exe" and "data.vfs" are in the same directory as the script!
  2. Run the script

On Linux

  1. Extract "IwazuScript.sh" from the archive into Killer7's directory
    • Make sure that files "Killer7Win.exe" and "data.vfs" are in the same directory as the script!
  2. Open a terminal in Killer7's directory (or cd into it)
  3. Make the script executable:
    • chmod +x ./IwazuScript.sh
  4. Run the script in the terminal:
    • ./IwazuScript.sh

Manual Way

Extracting the game's files manually using QuickBMS and killer7_vfs BMS script.

Instructions

On Windows

Download links:
Download QuickBMS
Download BMS script

  1. Download QuickBMS and the BMS script
  2. Open Killer7's directory
    1. Right click on Killer7 in your Steam Library
    2. Go to "Manage"
    3. Click on "Browse local files"
      SetupK7_SteamLibrary
  3. Extract "quickbms.exe" from "quickbms.zip" into Killer7's directory
    • Make sure that files "Killer7Win.exe" and "data.vfs" are in the same directory as the "quickbms.exe" executable!
  4. Run "quickbms.exe"
  5. Select the "killer7_vfs.bms" BMS script you downloaded
  6. Select the "data.vfs" file in Killer7's directory
  7. Press Save (this will use Killer7's directory as an output folder)
  8. Wait for QuickBMS to finish extracting files
  9. Rename "data.vfs" file to "data_og.vfs" (or to anything other than "data.vfs")

On Linux

Download links:
Download QuickBMS
Download BMS script

  1. Download QuickBMS and the BMS script
  2. Open Killer7's directory
    1. Right click on Killer7 in your Steam Library
    2. Go to "Manage"
    3. Click on "Browse local files"
      SetupK7_SteamLibrary
  3. Extract "quickbms" from "quickbms_linux.zip" into Killer7's directory
  4. Copy "killer7_vfs.bms" into Killer7's directory
  5. Open a terminal in Killer7's directory (or cd into it)
  6. Make QuickBMS executable:
    • chmod +x ./quickbms
  7. Run the following command:
    • ./quickbms ./killer7_vfs.bms ./data.vfs
  8. Rename "data.vfs" file to "data_og.vfs" (or to anything other than "data.vfs")