a mod for War Brokers
Find a file
2021-10-19 14:02:48 +09:00
.vscode added weapon stat, configs, and fixed player index 0 bug 2021-08-26 11:47:42 +09:00
assets/audio removed unused audio 2021-09-07 16:41:31 +09:00
images made instruction more beginner friendly 2021-09-19 22:15:06 +09:00
scripts fixed WBM not working on newest update 2021-09-15 15:34:13 +09:00
WBM 1.7.0.0 update: moved audio fetch logic to Util.cs and added old gun sound feature 2021-10-19 14:02:48 +09:00
.gitignore added debug and releas scripts, added sound effects, and added kill streak counter. 2021-09-02 15:59:03 +09:00
LICENSE initial commit 2021-08-23 20:49:46 +09:00
README.md made instruction more beginner friendly 2021-09-19 22:15:06 +09:00
WBM.sln initial commit 2021-08-23 20:49:46 +09:00

War Brokers Mods (WBM)

License: MIT discord invite

IF YOU USE THIS TO DEVELOP HACKS YOUR MOM IS GAY.

WBM logo

War Brokers Mods, AKA WBM is a unofficial mod for War Brokers.

Example Images (click to unfold)

Example 1

Example 2

Installation

Only Windows, MacOS, and Linux are officially supported. It is Not compatible with browsers.

WARNING
I do not upload WBM anywhere other than github. If you find it elsewhere, IT IS NOT UPLOADED BY ME.

1. Install BepInEx

  1. Download the latest version of BepInEx version 5 from here. It is important that you download the right version.

    Platform Filename
    Linux & MacOS BepInEx_unix_5.Y.Z.W.zip
    Windows BepInEx_x86_5.Y.Z.W.zip
  2. Extract (Unzip) the contentS to where the game is installed.

    How to find game location:
    how to find game location

    The folder structure should look like this after unzipping file:

    WarBrokers/
    ├── BepInEx/
    │  ├── core/
    │  └ other files...
    └ other files...
    
  3. If you are using Linux or MacOS, you must also perform the following setup:

    1. make run_bepinex.sh executable: chmod u+x run_bepinex.sh

    2. Add launch option

      where to find game properties:
      where to find game properties

      If you're on linux, set the launch option to:

      ./run_bepinex.sh %command%
      

      If you're on Mac, open a terminal in the game folder and run

      pwd
      

      This will print the full path to the game folder. Copy it. Next, set launch option to

      "PUT_RESULT_FROM_PWD_HERE/run_bepinex.sh" %command%
      
  4. Run the game at least once to generate the plugins folder as well as other necessary files.

2. Install WBM

  1. Download the latest version of WBM. (WBM.zip file)

  2. Unzip it in the <Game folder>/BepInEx/plugins folder.

    It should look like this:

    plugins (in the BepInEx folder)
    └── WBM
        ├── assets
        │   └── audio
        │       └── ...
        └── WBM.dll
    

3. Set up OBS (optional)

  1. Download the overlays and Unzip it anywhere. (Source code can be found here)

  2. Create a new browser source in OBS studio.

    OBS source

  3. Check the Local file checkbox and use a .html file of the overlay you want to use. Width and height of the overlays can be found here.

    OBS source property

Updating

Simply go through the installation process again and replace existing files. You don't have to reinstall BepInEx to reinstall WBM.

Usage

Default shortcuts

  • Hold down LCtrl or RShift to show shortcuts in-game.
  • Press F1 to show menu. Press outside the menu to close.
Function Default Shortcut
Show Menu F1

Move GUI LCtrl+LShift+Arrow
Move GUI by one pixel LCtrl+Arrow
Reset GUI position LCtrl+R

Toggle All GUI visibility RShift+A
Toggle Player statistics visibility RShift+P
Toggle Weapon statistics visibility RShift+W
Toggle Team statistics visibility RShift+L
Toggle Elo visibility on leaderboard RShift+E
Squad server visibility RShift+S
Testing servers visibility RShift+T
Kill streak sound effect RShift+F
Clear chat RShift+Z
Clear Messages (kills and death log) RShift+X

Toggle shift to crouch RShift+C

Warning

The order of keystroke matter. For example, pressing RShift+A is different from pressing A+RShift. This is to prevent situation where RShift+A fires when the user intended to press LCtrl+RShift+A.

Features

  • in-game menu
  • reconfigure shortcut keys
  • clear chat
  • clear game messages (kills, deaths, missile launch, bomb diffuse, etc.)
  • Extended fps limit (5240 => disabled1000)

in-game overlays

  • Tab Leaderboard

    • show kills Elo
  • Player statistics

    • KDR
    • kills Elo
    • kills Elo earned/lost
    • games Elo
    • games Elo earned/lost
    • total damage dealt
    • longest kill
    • points earned
    • headshot count
    • kill streak
  • Weapon statistics

    • fire timer
    • reload timer
    • cooldown timer
    • bullet speed
    • current zoom
  • Team statistics

    • in-game nick
    • kdr
    • points earned
    • damage dealt
    • total damage dealt
    • total deaths
    • total kills

Controls

  • Shift to crouch

Sound effects

  • 10 kill streak: "rampage"
  • 20 kill streak: "killing spree"
  • 30 kill streak: "unstoppable"
  • 50 kill streak: "godlike"
  • 69 kill streak: "nice"

OBS overlays

  • kills and games Elo (size: 355x140)

Elo overlay

Etc

  • persistent configuration
  • kill streak sound effect
  • Quickly change settings with keyboard shortcut

Limitations

WBM is not a hack. WBM will not include any features that will give unfair advantage. These features include but not limited to: extended minimap zoom, quick weapon swap, instant zoom, extended field of view, audio filter, etc.

WBM will not include any custom skins. Micro-transaction accounts for a significant portion of the developers' income and WBM will not include any feature that will damage it.

Building

If you are a casual user, this is completely unnecessary. This is only recommended for developers.

Assumes that working directory is project root.

  1. Install .NET sdk.

  2. Clone this repository.

  3. Copy all DLL files from <WB install path>/war_brokers_Data/Managed/ and <WB install path>/BepInEx/core to WBM/dll/. Create directory if it does not exist.

  4. Download BepInEx configuration manager v16 and put the dll file in WBM/dll directory. Other file(s) in the zip file can be deleted.

  5. Create scripts/config.sh.

    #!/bin/bash
    
    WB_PLUGINS_DIR="<PATH_TO_PLUGINS_DIRECTORY_HERE>"
    
  6. Now you can run the scripts.

    • scripts/debug.sh: Build WBM in debug mode and copy the files to the plugins directory.
    • scripts/release.sh: Create a zip file that can be uploaded in the gh release section.

Bug reports / Suggestions

If you have a cool idea that will make WBM better, or if WBM misbehaves in any way (no matter how minor the problem is), feel free go to the Issues page and open a new issue!

Contributing

Special thanks

License

This project is licenced under the MIT License.

Fonts: