0 of 0

File information

Last updated

Original upload

Created by

deluxghost

Uploaded by

deluxghost

Virus scan

Safe to use

Tags for this mod

About this mod

Play offline solo mission by /solo command. You can't get any rewards or progression in offline game.

Requirements
Permissions and credits
Changelogs
Donations
Play offline solo mission by /solo command.

You can't get any rewards or progression in offline game.

Features

  • Normal and Havoc mode supported
  • Customizable missions, difficulty, side missions, special conditions, mission givers, Havoc enemy faction and Havoc hidden mutators
  • Randomized Havoc settings
  • Special option: friendly fire
  • Special option: random side mission location

Usage
Type /solo in the Mourning Star, or use customizable keybind, to open the Solo Play UI.

Other Notes

  • Normal gameplay should work well.
  • Some options may not be supported, have no effect, or cause crashes.
  • Mod conflicts are expected, please report any issue.

Companion Mods

Designed for Solo Play
  • True Solo QoL: Designed for TS players, Disable bot, auto-restart, etc. 
  • Will of The Emperor: A lot of exciting testing/debugging features.
  • Tertium 5: Use your own characters as bots.
  • Unspeakable: An actually game modifier mod, can be used in Solo Play or Psykhanium.
  • SpawnTweaks: Disable enemies spawns by type.
  • Combat Evolved: Reworks Darktide's combat to behave more like Vermintide 2.

Compatible
  • Bot Spawner: Add/remove bots. Useful and kinda works. Some features crash the game randomly, the same would happen even in vanilla Psykhanium. 
  • Creature Spawner: Adding enemies works, but seems not to be able to remove them.
  • Camera Freeflight: Just the freeflight camera, quite useful.

For Modders

Currently, there is only one exported function to check if we are in Solo Play mode:

local SoloPlay = get_mod("SoloPlay")
local is_soloplay = SoloPlay and SoloPlay.is_soloplay()