Warhammer 40,000: Darktide
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 with /solo command. You won't get any progression or reward.

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

You won't get any progression or reward.


Usage

  • Choose mission, difficulty, side mission and special condition in mod options.
  • Type /solo in Mourning Star, the game will host the mission offline.
  • Check other companion mods below.

Other Notes

  • Normal gameplay should work well.
  • Some combinations of missions and special conditions are not supported by Fatshark, which will lead to crashes.
  • Mod conflicts are expected, please report any problem.

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()