Crates.io | dsmsg |
lib.rs | dsmsg |
version | 1.7.1 |
source | src |
created_at | 2020-07-29 21:50:02.1372 |
updated_at | 2022-03-11 17:23:48.268168 |
description | Randomly generate online messages from Dark Souls, Demon's Souls, Bloodborne, Sekiro, and Elden Ring. |
homepage | |
repository | https://github.com/yaulendil/dsmsg |
max_upload_size | |
id | 271096 |
size | 94,578 |
Generates messages in the format of one of any game in the series, chosen randomly. Messages from the more recent titles may have a second part, in which case the two parts will be joined by a conjunction.
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...
Messages from Bloodborne, Demon's Souls, Sekiro, and Elden Ring 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
sekiro
eldenring
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.