Skip to content
Ivan Molodetskikh edited this page Jun 8, 2016 · 3 revisions

The BunnymodXT Injector is a simple tool that is used for launching Bunnymod XT on Windows.

There are two main ways you can use it. Both ways assume you have BunnymodXT.dll in the same folder as the Injector.exe.

The first way is easy and doesn't require any additional setup, but it has several drawbacks. Most importantly, you cannot store your BXT settings in userconfig.cfg because it is executed at the game startup which happens before you inject BXT. Here's how to do it:

  1. Run the game.
  2. Run Injector.exe. If you get an error, try running it as admin.

The second way requires making a shortcut or a bat file once, and then you can use it over and over. When you launch Bunnymod XT like this, it's loaded before any game logic and therefore it can load your BXT settings from userconfig.cfg. This is also the only way you can do RNG manipulation for TASes. Here's how to do it:

  1. Create a shortcut to your hl.exe.
  2. Right click on the shortcut and click Properties.
  3. Copy everything from the Target field.
  4. You can now delete this shortcut.
  5. Create a shortcut to Injector.exe.
  6. Go into its Properties.
  7. Place the cursor in the end of the Target field, press space and Ctrl-V (paste), click OK.
  8. You can now use this shortcut to start the game with BunnymodXT!

Additional flags you can pass to Injector.exe:

  • -processname makes the injector inject into a process with the given name. Example: -processname hlds.exe.
Clone this wiki locally