Achtung! is a RimWorld control mod focused on better colonist commanding: force work, line formations, multi-colonist orders, and lower-friction moment-to-moment control.
- Install Harmony.
- Download the latest Achtung! release from:
https://github.com/pardeike/Achtung2/releases/latest - Unzip the
Achtungfolder into your RimWorldModsdirectory. - Enable
HarmonyandAchtung!in RimWorld.
Steam Workshop is also available:
https://steamcommunity.com/sharedfiles/filedetails/?id=730936602
- RimWorld 1.6
- Harmony (
brrainz.harmony)
The repository still carries compatibility assets for older RimWorld versions, but the current release and test workflow target RimWorld 1.6.
git clone https://github.com/pardeike/Achtung2.git
cd Achtung2
dotnet build Source/Achtung.csproj -c Release -p:RIMWORLD_MOD_DIR=/path/to/RimWorld/ModsThat build copies the mod output directly into your RimWorld Mods folder.
- Force-work commands that keep important jobs moving
- Better multi-colonist command handling
- Formation and line movement tools
- Smarter drafting and undrafting behavior around issued commands
- Utility commands such as room cleaning, firefighting, and sowing workflows
The reproducible mod-debugging stack used for the Pick Up And Haul interaction bug was:
Achtung2for the mod under testRimBridgeServerfor live RimWorld inspection and controlGABSfor starting RimWorld and exposing the bridge tools cleanly to an AI clientDecompilerServerfor reading RimWorld's managed assemblies while debugging job flow
If you want the same toolchain, start here:
- RimBridgeServer:
https://github.com/pardeike/RimBridgeServer - GABS:
https://github.com/pardeike/GABS - DecompilerServer:
https://github.com/pardeike/DecompilerServer
- Achtung! is designed to minimize save dependencies, but an active custom Achtung job can still be serialized into a save. If you want to remove the mod cleanly from a save, cancel current Achtung jobs first and save again.
- Force-work jobs are intentionally aggressive. They are meant for priority intervention, not soft scheduling.
- GitHub:
https://github.com/pardeike/Achtung2 - Steam Workshop:
https://steamcommunity.com/sharedfiles/filedetails/?id=730936602 - Ludeon Forums:
https://ludeon.com/forums/index.php?topic=22130.0
Free as in free beer. Copy, learn, and be respectful.