Downloads¶
DLLs¶
To load a dll in your game, add an entry to your ME3 profile like so. You can only have one entry per [[native]] section, so add additional ones if you want to load more dlls.
[[native]]
path=<path/to/your_lib.dll>
Unlock Music¶
Allows using custom state strings for boss music. The source code can be found here.
Read Game Syncs¶
Reads the game's current game syncs and streams them to Yonder. For switches the player character is used by default, but you can adjust this by changing the game_object_id in the (optional) config file.
Danger
The dll will read the first yaml file where the name starts with gamesyncs; so either place only one such file next to it, or specify the gamesyncs_dict key in the config.
Mysteries¶
Merged Init Bank¶
Elden Ring and Nightreign have slightly different init soundbanks, which causes problems for some sounds/soundbanks (cuuuurse you, Adel...). This soundbank is a merge of both, and will work for both Elden Ring and Nightreign. Just place it in your Game/sd/ folder like any other soundbank.
Many thanks to the lovely Raster for this!