-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b704056
commit 826ef69
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# NASB Voice Mod | ||
|
||
This mod allows you to add custom voice lines to all characters! | ||
|
||
## Installation | ||
|
||
The easiest way to install this is to use the [Slime Mod Manager](https://github.com/legoandmars/slimemodmanager/releases/latest). | ||
|
||
----- | ||
|
||
#### Manual Installation | ||
*If your game isn't modded with BepinEx, DO THAT FIRST!* | ||
Simply go to the [latest BepinEx release](https://github.com/BepInEx/BepInEx/releases) and extract `BepinEx_x64_VERSION.zip` directly into your game's folder, then run the game once to install BepinEx properly. | ||
|
||
Then, go to the [latest release of this mod](https://github.com/DeadlyKitten/NickVoiceMod/releases/latest) and extract the zip in your game's install directory. | ||
|
||
## Usage | ||
|
||
Place voicepacks in `BepInEx/Voicepacks` (run the game with the mod installed if you don't see this folder). | ||
|
||
**Voicepacks must be in ZIP format!** Use the [Voicepack Packer](https://github.com/DeadlyKitten/NickVoicepackPacker) to create your own custom voicepacks. | ||
|
||
Only use one per character, additional voicepacks will be ignored! | ||
|
||
For info on what IDs to use for characters and their various actions, go [here](https://github.com/DeadlyKitten/NASB-Mod-Info/blob/master/Resources/CharacterIDs.md). |