# RWPP
**Repository Path**: minxyzgo/RWPP
## Basic Information
- **Project Name**: RWPP
- **Description**: No description available
- **Primary Language**: Kotlin
- **License**: AGPL-3.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-04
- **Last Updated**: 2025-08-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
RWPP
multiplatform launcher for Rusted Warfare
----
[](http://kotlinlang.org)
[](https://www.jetbrains.com/lp/compose-multiplatform/)


[]()
[]()
## Implemented
- __Ban Units__
- __IME fixed__
- __Transferring mod__ (experimental)
- __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
- Install Java 17
- Copy RWPP to your rw root directory.
> eg. SteamLibrary\steamapps\common\Rusted Warfare\
- Run launcher.bat
# Build
Run gradle task `shared:rebuildJar` to build necessary libs at first.
OpenJdk 17 or above
For desktop, run task `desktop:packageReleaseUberJarForCurrentOS`
For android, assets and res are missing for some reason,
you can find them in your Rusted Warfare client.
# Contribute
If you want to create international support for your native language,
You can go `shared/src/commonMain/composeResources/files` to create a new bundle.
# Thanks
[RW-HPS](https://github.com/deng-rui/RW-HPS)