mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Installing Mods == | |||
---- | |||
=== Quick Start === | === Quick Start === | ||
Line 7: | Line 7: | ||
Slime Mod Manager text-based install guide here | Slime Mod Manager text-based install guide here | ||
Download Slime Mod Manager (NEEDS DOWNLOAD LINK) | |||
---- | |||
=== Skin Mods === | === Skin Mods === | ||
Line 12: | Line 16: | ||
Alt Skins v2 download and text-based install guide here | Alt Skins v2 download and text-based install guide here | ||
==== Repository ==== | |||
[[#Skin_Creation|Creating Custom Skins]] | |||
==== Alt Skins Repository ==== | |||
Alt Skins v2 Repository and text-based install guide here | Alt Skins v2 Repository and text-based install guide here | ||
---- | |||
=== Music Mods === | === Music Mods === | ||
Custom Music Mod text-based Install guide here | Custom Music Mod text-based Install guide here | ||
[[#Custom_Music_Creation|Creating Custom Music]] | [[#Custom_Music_Creation|Creating Custom Music]] | ||
---- | |||
=== Voice Mods === | |||
Custom Voicepack text-based Install guide here | |||
[[#Custom_Voice_Pack_Creation|Creating Custom Voice Packs]] | |||
---- | |||
=== Other Mods === | === Other Mods === | ||
Line 32: | Line 52: | ||
|} | |} | ||
---- | |||
=== Necessary files === | === Necessary files === | ||
These files are required by most mods if you manually install them outside of Slime Mod Manager | |||
* [https://github.com/BepInEx/BepInEx BeplnEX]: | |||
Text-based install guide | |||
* [https://nasb.thunderstore.io/package/Bobbie/JsonDotNet/ JsonDotNet]: | |||
Text-based install guide | |||
* [https://github.com/DeadlyKitten/SlimeModdingUtilities Slime Modding Utilities]: | |||
Text-based install guide | |||
---- | |||
== Creating Mods == | |||
Nickelodeon All-Star Brawl is created in Unity, which makes it a particularly good target for modding. This page aims to serve as a public repository of knowledge for new and experienced modders alike. | |||
---- | |||
=== Skin Creation === | === Skin Creation === | ||
Text-based guide on getting started with skin creation with the general tools necessary | Text-based guide on getting started with skin creation with the general tools necessary | ||
==== Textures ==== | ==== Textures ==== | ||
Text-based guide on simple skins such as basic color alts | Text-based guide on simple skins such as basic color alts | ||
===== Advanced Textures ===== | ===== Advanced Textures ===== | ||
Line 57: | Line 97: | ||
Text-based guide on editing models. | Text-based guide on editing models. | ||
==== Model Swaps ==== | |||
Text-based guide on model swaps. | Text-based guide on model swaps. | ||
---- | |||
=== Custom Music Creation === | === Custom Music Creation === | ||
Text-based guide on creating music for the mod | Text-based guide on creating music for the mod | ||
==== Custom Loop Points ==== | ==== Custom Loop Points ==== | ||
Line 70: | Line 113: | ||
Text-based guide on how to loop music at a specific point | Text-based guide on how to loop music at a specific point | ||
---- | |||
=== Custom Voice Pack Creation === | |||
Text-based guide on creating voices for the mod | |||
---- | |||
== | === Other Creation Tools === | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 99: | Line 149: | ||
|} | |} | ||
---- | |||
== External Modding Resources == | == External Modding Resources == |
Revision as of 18:04, 12 July 2023
Installing Mods
Quick Start
Slime Mod Manager text-based install guide here
Download Slime Mod Manager (NEEDS DOWNLOAD LINK)
Skin Mods
Alt Skins v2 download and text-based install guide here
Alt Skins Repository
Alt Skins v2 Repository and text-based install guide here
Music Mods
Custom Music Mod text-based Install guide here
Voice Mods
Custom Voicepack text-based Install guide here
Other Mods
Name | Info |
---|---|
Mirror Match Mod | This mod will recolor duplicate characters by simply tinting the model. |
Necessary files
These files are required by most mods if you manually install them outside of Slime Mod Manager
Text-based install guide
Text-based install guide
Text-based install guide
Creating Mods
Nickelodeon All-Star Brawl is created in Unity, which makes it a particularly good target for modding. This page aims to serve as a public repository of knowledge for new and experienced modders alike.
Skin Creation
Text-based guide on getting started with skin creation with the general tools necessary
Textures
Text-based guide on simple skins such as basic color alts
Advanced Textures
Text-based guide going more in depth for technically unnecessary steps but would make skins look better
Models
Text-based guide on editing models.
Model Swaps
Text-based guide on model swaps.
Custom Music Creation
Text-based guide on creating music for the mod
Custom Loop Points
Text-based guide on how to loop music at a specific point
Custom Voice Pack Creation
Text-based guide on creating voices for the mod
Other Creation Tools
Name | Category | Platforms | Notes |
---|---|---|---|
(obsolete) Slime Mod Manager | Mod Loader | Windows | Loads mods. Features a built-in downloader |
Bepin Injector Extensible | Mod Loader | Windows, Mac, Linux | Loads mods. Development-oriented |
Voicepack Packer | Mod Packer | Windows | Used for creating NASB Voice Mod packages |
UABEAvalonia | Asset Extraction | Windows, Linux | GUI for previewing *.assets file contents |
AssetRipper | Asset Extraction | Windows, Mac, Linux | Extracts *.assets file contents |
NASB Parser | Asset Extraction | Windows | Deserializes extracted TextAsset files. Works on Mac/Linux if manually compiled and executed via .NET Core |
dnSpy | Decompiler, Debugging | Windows | Allows viewing/debugging Assembly-CSharp.dll and associated classes |
Runtime Unity Editor | Debugging | BepInEx Plugin | Provides an in-game inspector overlay, including GameObject editing and REPL |
BepInExConfigManager | Miscellaneous | BepInEx Plugin | Provides an in-game overlay for editing BepInEx plugin configs |
Asset Files Index | Miscellaneous | Browser Based | determine which *.assets file to extract for your needs |
(obsolete) Alt Skin Editor | Mod Packer, Skin Editor | Windows | Character skin editor used for creating NASB AltSkins packages |
External Modding Resources
- #modding Channel on the Official Nick Brawl Discord
- #modding Channel on the Nick Brawl Grinders Discord
- Nick All-Stars Modding Discord
- NASB-Mod-Info Github