Outbound cover art
01 / Trainer

Outbound trainer

Free, forever. 20 single-player cheats for Outbound — a no-paywall, no-timer alternative to WeMod and other paid trainer subscriptions.

20 CHEATS Outbound.exe STEAM:3061290 SINGLE-PLAYER ONLY
02 / Cheats included

What you get for Outbound

Freeze Battery (Vehicle) F6
SURVIVAL

Vehicle battery never drops below capacity. Cave at AOB `F3 0F 11 4B 28 7A` loads battery-capacity (`[rbx+0x2C]`) into xmm1 first, then runs the original `movss [rbx+0x28], xmm1` - so capacity always overwrites the cu…

Freeze Hunger F2
SURVIVAL

Hunger never increases. Cave at AOB `8B 57 18 43 8D 0C 04` replaces `lea ecx, [r12+rax]` with `mov ecx, edx` - the downstream writeback then stores the same value it just loaded.

Freeze Motor Temperature (No Overheat) F7
SURVIVAL

Vehicle motor never overheats. Cave at AOB `F3 0F 11 47 7C 0F` loads target temperature (`[rdi+0x80]`) into xmm0 first, then runs the original `movss [rdi+0x7C], xmm0` - current temp stays pinned to target.

Freeze Stamina F3
SURVIVAL

Stamina never depletes. Cave at AOB `F3 0F 11 B7 E0 01 00 00` (a `movss [rdi+0x1E0], xmm6` write) loads MaxStamina from `[rdi+0x0D4]` into xmm6 first, so the game writes max-to-current instead of current-to-current.

Infinite Items F4
ECONOMY

Item counts in the player inventory never decrement. NOPs the 4 bytes `44 29 7F 18` (= `sub [rdi+0x18], r15d`) at AOB `44 29 7F 18 EB AD`. Original bytes restored on disable.

Infinite Vehicle Items F5
ECONOMY

Items stored in vehicles never decrement on use. NOPs the 3 bytes `29 68 18` (= `sub [rax+0x18], ebp`) at AOB `29 68 18 41 B7 01` with a 3-byte NOP `0F 1F 00`.

Instant Production F8
ECONOMY

Crafting / production processes complete instantly. Cave at AOB `F3 0F 10 43 78 0F 2F 40 38` runs the original `movss xmm0, [rbx+0x78]` then writes `mov dword [rax+0x38], 0` - the downstream `comiss xmm0, [rax+0x38]` …

Set Carrying Limit Ctrl+F10
ECONOMY

Slider for inventory carrying limit at `[[pl] + 0x28] + 0x20`. Separate from Weight Limit 99999 (which writes a different field via a code-cave); use this for fine-grained control. Original saved + restored.

Set Current Day Ctrl+F12
MISC

Slider for current day number at `[timeptr] + 0x24` (int32). Skip days forward/backward.

Set Fall Damage Per Meter Ctrl+F8
SURVIVAL

Slider for `[pl] + 0x108`. Default 0.0 = no fall damage from any height.

Set Health Ctrl+F1
SURVIVAL

Slider mod - walks the 4-deep chain `[[[[pl]+0x30]+0x14]+0x20]+0x10]+0x20` and writes the slider value as int32 every 250 ms. Default 100. Original NOT saved (Health is meant to be freely edited; not restored on disab…

Set Hunger Ctrl+F3
SURVIVAL

Slider for Hunger - same 4-deep chain as Set Health but with groupOff = 0x28 (Hunger row instead of Health row).

Set Jump Force Ctrl+F7
MISC

Slider for jump force at `[pl] + 0xEC`. Default 8.0 (~2x vanilla).

Set Max Health Ctrl+F2
SURVIVAL

Slider for Max Health - same chain as Set Health with statOff = 0x18 (the 'max' sibling of the 'current' offset).

Set Max Hunger Ctrl+F4
SURVIVAL

Slider for Max Hunger - Hunger row, max sibling.

Set Max Stamina Ctrl+F9
SURVIVAL

Slider for Max Stamina at `[pl] + 0xD4`. Use together with Freeze Stamina for unlimited sprint.

Set Run Multiplier Ctrl+F6
MISC

Slider for the run-speed multiplier float at `[pl] + 0xCC`. Vanilla ~1.5; default 2.0 doubles sprint speed.

Set Time of Day Ctrl+F11
MISC

Slider for current time of day at `[timeptr] + 0x20` (float). Range typically 0.0-1.0 across a day cycle.

Set Walk Speed Ctrl+F5
MISC

Slider for the player's walk speed float at `[pl] + 0xC8`. Vanilla baseline depends on stamina state; default 5.0 is fast. Original saved + restored on disable.

Weight Limit 99999 F1
ECONOMY

Carrying limit fields at `[rsi+0x28]+0x20` and `+0x30` are pinned to 999999 each frame via a code-cave at AOB `F3 0F 10 B6 E0 01 00 00`. The cave checks PlayerCapture's noweight gate byte on every run; on disable we s…

03 / How it works

Install in three steps

  1. 01 Download AllMods1Place (~78 MB, Windows installer). ↓ Get the installer
  2. 02 Launch Outbound. AllMods1Place auto-detects the running game.
  3. 03 Open AllMods1Place and toggle the cheats you want. Changes apply instantly, no game restart needed.
04 / Why AllMods1Place vs WeMod

Free forever — no subscription, no daily timer

AllMods1Place
  • ✓ Free, forever — no paywall
  • ✓ No daily-minutes timer
  • ✓ No account required to use
  • ✓ Single-player only — never touches multiplayer
  • ✓ Cheats survive uninstall (your presets export to a folder)
  • ✓ Memory-only — never modifies game files on disk
WeMod & paid trainers
  • ✗ $9/month for unlimited use
  • ✗ Free tier capped at ~10 minutes/day
  • ✗ Account + sign-in required
  • ✗ Cheats locked to your subscription
05 / FAQ

Questions about the Outbound trainer

Is the Outbound trainer really free?
Yes. AllMods1Place is free forever — no paywall, no daily timer, no account required to use the cheats. The open-source model means there's no business reason to charge.
Is it safe? Will I get banned?
AllMods1Place is single-player only. It never touches multiplayer, never modifies game files on disk, and only patches the running game's process memory while it's open. The moment you close Outbound, the cheats are gone. No online services are involved, so there's nothing for an anti-cheat to flag.
How is this different from WeMod?
WeMod gates most of its trainers behind a $9/month subscription with a ~10-minute-per-day timer on the free tier. AllMods1Place has neither — every cheat is free, with no time limit. We also don't require an account to use the desktop app.
Does it work with the latest version of Outbound?
Yes for the version listed in each cheat's notes. If a game patch breaks an AOB scan, we typically ship a fix within a few days. You can also request specific game versions on the community forum.
What operating systems are supported?
Windows 10 and 11, x64. Linux + macOS aren't supported yet (the desktop app uses Windows-specific APIs for the memory editor).
Can I request a new cheat or a new game?
Yes — every game and every cheat in AllMods1Place was added because someone asked. Open the desktop app's "Request mods" button or post on the forum. Top-voted requests get prioritised.