BepInEx cfgsd
This commit is contained in:
parent
6a8ce2b606
commit
25820f46bc
9 changed files with 781 additions and 1 deletions
14
BepInEx/plugins/SAIN/NicknamePersonalities.json
Normal file
14
BepInEx/plugins/SAIN/NicknamePersonalities.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"Description": "Names are not case sensitive. Any bot nick name that contains one of the entries here will be forced to use the matching personality.",
|
||||
"NicknamePersonalityMatches": {
|
||||
"steve": "Wreckless",
|
||||
"solarint": "GigaChad",
|
||||
"lvndmark": "SnappingTurtle",
|
||||
"chomp": "Chad",
|
||||
"senko": "Chad",
|
||||
"kaeno": "Timmy",
|
||||
"justnu": "Timmy",
|
||||
"ratthew": "Rat",
|
||||
"choccy": "Rat"
|
||||
}
|
||||
}
|
||||
15
BepInEx/plugins/SAIN/Presets/ConfigSettings.json
Normal file
15
BepInEx/plugins/SAIN/Presets/ConfigSettings.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"AdvancedBotConfigs": false,
|
||||
"DevBotConfigs": false,
|
||||
"SelectedDefaultPreset": "hard",
|
||||
"SelectedCustomPreset": "",
|
||||
"DefaultPreset": "3. Default",
|
||||
"ConfigScaling": 1.0,
|
||||
"SliderToggle": true,
|
||||
"ConfigEntryHeight": 20.0,
|
||||
"ConfigSliderWidth": 0.59,
|
||||
"ConfigResultsWidth": 0.045,
|
||||
"ConfigResetWidth": 0.024,
|
||||
"SubList_Indent_Vertical": 2.0,
|
||||
"SubList_Indent_Horizontal": 25.0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue