Skip to content

Minxyzgo/RWPP

Repository files navigation

RWPP

multiplatform launcher for Rusted Warfare



Kotlin Jetpack Compose Android Desktop License Issues

Help

Chinese wiki

Implemented

  • Ban Units
  • IME fixed
  • Blacklists
  • List filter
  • More room options (Such as lock room and team look)
  • External Resource
  • New UI

Download

You can download RWPP release version in the releases.

Run

Msi Version

  • Install RWPP to your rw root directory

e.g. SteamLibrary\steamapps\common\Rusted Warfare\

  • Run RWPP.exe

Jar Version

  • Install Java 17
  • Copy RWPP.jar to your rw root directory.

e.g. SteamLibrary\steamapps\common\Rusted Warfare\

  • Run launcher.bat

Build

  • Using OpenJdk 17 or above.
  • Run gradle task kspKotlin to build necessary libs at first.
  • For desktop, run task rwpp-desktop:packageReleaseUberJarForCurrentOS
  • To build msi, run task rwpp-desktop:packageWixDistribution (Note that you need .net SDK)
  • For android, assets and res are missing for some reason, you can find them in your Rusted Warfare client.

Contribute

If you find any bugs or have any suggestions, please create an issue.

Thanks

RW-HPS