dsmsg 1.3.0

Randomly generate online messages from Dark Souls, Demon's Souls, and Bloodborne.
Documentation

DSMsg

Crates.io Downloads
GitHub

Random generator for online messages from Dark Souls, Demon's Souls, and Bloodborne.

Generates messages in the format of one of any of the three in the series, chosen randomly. Messages from Dark Souls II and III may have a second part, in which case the two parts will be joined by a conjunction.

Installation

With Cargo installed, the following command will build and install DSMsg from crates.io automatically:

cargo install dsmsg

The default installation outputs compound messages on a single line:

recklessness ahead so to speak visions of misfortune...

Alternatively, to break them apart, you may enable the newline Feature:

cargo install dsmsg --features "newline"

recklessness ahead
so to speak visions of misfortune...

Optional Message Sets

Messages from Bloodborne and Demon's Souls are also available via compile options. To enable output from all available message groups:

cargo install dsmsg --features "all-sets"

Additionally, the messages from the Dark Souls series are implemented as default Features, and can be disabled. Thus, to install using messages (with line breaks) from ONLY Dark Souls III and Bloodborne, for example, use the following command:

cargo install dsmsg --no-default-features --features "bloodborne ds3 newline"

This will first disable all three Dark Souls message groups (including ds3), and then enable the groups bloodborne and ds3. The full set of message groups is as follows:

  • bloodborne
  • demons
  • ds1
  • ds2
  • ds3

In (Lordran|Drangleic|Lothric), the flow of time is distorted, with heroes centuries old phasing in and out. The very fabric wavers, and messages can be sent between worlds.

This tool allows one to receive helpful guidance from other Undead. Whether these other Undead will tell the truth, on the other hand, cannot be known.