asdf
26
ConvenientInventory/config.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"IsEnableQuickStack": true,
|
||||
"QuickStackRange": "5",
|
||||
"IsQuickStackIntoBuildingsWithInventories": true,
|
||||
"IsQuickStackIntoDressers": true,
|
||||
"IsQuickStackOverflowItems": true,
|
||||
"IsQuickStackTooltipDrawNearbyChests": true,
|
||||
"IsEnableQuickStackHotkey": true,
|
||||
"QuickStackKeyboardHotkey": "K",
|
||||
"QuickStackControllerHotkey": "LeftStick",
|
||||
"IsQuickStackIgnoreItemQuality": false,
|
||||
"IsEnableQuickStackAnimation": true,
|
||||
"IsEnableQuickStackChestAnimation": true,
|
||||
"QuickStackAnimationItemSpeed": 1.0,
|
||||
"QuickStackAnimationStackSpeed": 1.0,
|
||||
"IsEnableFavoriteItems": true,
|
||||
"FavoriteItemsHighlightTextureChoice": 2,
|
||||
"FavoriteItemsKeyboardHotkey": "LeftAlt",
|
||||
"FavoriteItemsControllerHotkey": "LeftShoulder",
|
||||
"IsEnableTakeAllButOne": true,
|
||||
"TakeAllButOneKeyboardHotkey": "LeftControl + LeftShift",
|
||||
"TakeAllButOneControllerHotkey": "LeftTrigger",
|
||||
"IsEnableAutoOrganizeChest": true,
|
||||
"IsShowAutoOrganizeButtonInstructions": true,
|
||||
"IsEnableInventoryPageSideWarp": true
|
||||
}
|
4
GenericModConfigMenu/config.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"OpenMenuKey": "None",
|
||||
"ScrollSpeed": 120
|
||||
}
|
37
LookupAnything/config.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"Controls": {
|
||||
"ToggleLookup": "F1",
|
||||
"ToggleSearch": "LeftShift + F1",
|
||||
"ScrollUp": "Up",
|
||||
"ScrollDown": "Down",
|
||||
"PageUp": "PageUp",
|
||||
"PageDown": "PageDown",
|
||||
"ToggleDebug": "None"
|
||||
},
|
||||
"ShowUnknownGiftTastes": true,
|
||||
"ShowUncaughtFishSpawnRules": true,
|
||||
"ShowUnknownRecipes": true,
|
||||
"ShowPuzzleSolutions": true,
|
||||
"HighlightUnrevealedGiftTastes": false,
|
||||
"ShowGiftTastes": {
|
||||
"Loved": true,
|
||||
"Liked": true,
|
||||
"Neutral": false,
|
||||
"Disliked": false,
|
||||
"Hated": false
|
||||
},
|
||||
"CollapseLargeFields": {
|
||||
"Enabled": true,
|
||||
"BuildingRecipes": 25,
|
||||
"ItemRecipes": 25,
|
||||
"NpcGiftTastes": 75
|
||||
},
|
||||
"ShowUnownedGifts": true,
|
||||
"HideOnKeyUp": false,
|
||||
"EnableTargetRedirection": true,
|
||||
"EnableTileLookups": false,
|
||||
"ForceFullScreen": false,
|
||||
"ScrollAmount": 160,
|
||||
"ShowDataMiningFields": false,
|
||||
"ShowInvalidRecipes": false
|
||||
}
|
BIN
MiniBars/MiniBars.dll
Normal file
After Width: | Height: | Size: 262 B |
After Width: | Height: | Size: 255 B |
After Width: | Height: | Size: 483 B |
After Width: | Height: | Size: 337 B |
After Width: | Height: | Size: 349 B |
After Width: | Height: | Size: 350 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 241 B |
After Width: | Height: | Size: 263 B |
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"monsterName": "Putrid Ghost",
|
||||
"monsterType": "Ghost",
|
||||
"editableInGame": false,
|
||||
"texture": null,
|
||||
"barColor": {
|
||||
"B": 135,
|
||||
"G": 238,
|
||||
"R": 164,
|
||||
"A": 255
|
||||
},
|
||||
"borderColor": {
|
||||
"B": 255,
|
||||
"G": 255,
|
||||
"R": 255,
|
||||
"A": 255
|
||||
},
|
||||
"hpColor": {
|
||||
"B": 0,
|
||||
"G": 0,
|
||||
"R": 0,
|
||||
"A": 200
|
||||
},
|
||||
"heigth": 3
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"monsterName": "Royal Serpent",
|
||||
"monsterType": "RoyalSerpent",
|
||||
"editableInGame": false,
|
||||
"texture": null,
|
||||
"barColor": {
|
||||
"B": 201,
|
||||
"G": 124,
|
||||
"R": 210,
|
||||
"A": 255
|
||||
},
|
||||
"borderColor": {
|
||||
"B": 255,
|
||||
"G": 255,
|
||||
"R": 255,
|
||||
"A": 255
|
||||
},
|
||||
"hpColor": {
|
||||
"B": 0,
|
||||
"G": 0,
|
||||
"R": 0,
|
||||
"A": 200
|
||||
},
|
||||
"heigth": 3
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"monsterName": "Serpentine Beast",
|
||||
"monsterType": "Ghost",
|
||||
"editableInGame": false,
|
||||
"texture": null,
|
||||
"barColor": {
|
||||
"B": 135,
|
||||
"G": 238,
|
||||
"R": 164,
|
||||
"A": 255
|
||||
},
|
||||
"borderColor": {
|
||||
"B": 255,
|
||||
"G": 255,
|
||||
"R": 255,
|
||||
"A": 255
|
||||
},
|
||||
"hpColor": {
|
||||
"B": 0,
|
||||
"G": 0,
|
||||
"R": 0,
|
||||
"A": 200
|
||||
},
|
||||
"heigth": 3
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"monsterName": "Viperial",
|
||||
"monsterType": "Ghost",
|
||||
"editableInGame": false,
|
||||
"texture": null,
|
||||
"barColor": {
|
||||
"B": 201,
|
||||
"G": 124,
|
||||
"R": 210,
|
||||
"A": 255
|
||||
},
|
||||
"borderColor": {
|
||||
"B": 255,
|
||||
"G": 255,
|
||||
"R": 255,
|
||||
"A": 255
|
||||
},
|
||||
"hpColor": {
|
||||
"B": 0,
|
||||
"G": 0,
|
||||
"R": 0,
|
||||
"A": 200
|
||||
},
|
||||
"heigth": 3
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"monsterName": "Wraith",
|
||||
"monsterType": "Ghost",
|
||||
"editableInGame": false,
|
||||
"texture": null,
|
||||
"barColor": {
|
||||
"B": 135,
|
||||
"G": 238,
|
||||
"R": 164,
|
||||
"A": 255
|
||||
},
|
||||
"borderColor": {
|
||||
"B": 255,
|
||||
"G": 255,
|
||||
"R": 255,
|
||||
"A": 255
|
||||
},
|
||||
"hpColor": {
|
||||
"B": 0,
|
||||
"G": 0,
|
||||
"R": 0,
|
||||
"A": 200
|
||||
},
|
||||
"heigth": 3
|
||||
}
|
BIN
MiniBars/assets/Normal_Themes/armoredbug_theme.png
Normal file
After Width: | Height: | Size: 484 B |
BIN
MiniBars/assets/Normal_Themes/bat_theme.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
MiniBars/assets/Normal_Themes/bigslime_theme.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
MiniBars/assets/Normal_Themes/blueslime_theme.png
Normal file
After Width: | Height: | Size: 523 B |
BIN
MiniBars/assets/Normal_Themes/bug_theme.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
MiniBars/assets/Normal_Themes/carbonghost_theme.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
MiniBars/assets/Normal_Themes/cavefly_theme.png
Normal file
After Width: | Height: | Size: 370 B |
BIN
MiniBars/assets/Normal_Themes/default_theme.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
MiniBars/assets/Normal_Themes/duggy_theme.png
Normal file
After Width: | Height: | Size: 519 B |
BIN
MiniBars/assets/Normal_Themes/dust_theme.png
Normal file
After Width: | Height: | Size: 307 B |
BIN
MiniBars/assets/Normal_Themes/dwarvishsentry_theme.png
Normal file
After Width: | Height: | Size: 351 B |
BIN
MiniBars/assets/Normal_Themes/falsemagmacap_theme.png
Normal file
After Width: | Height: | Size: 575 B |
BIN
MiniBars/assets/Normal_Themes/frostbat_theme.png
Normal file
After Width: | Height: | Size: 389 B |
BIN
MiniBars/assets/Normal_Themes/ghost_theme.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
MiniBars/assets/Normal_Themes/greenslime_theme.png
Normal file
After Width: | Height: | Size: 419 B |
BIN
MiniBars/assets/Normal_Themes/grub_theme.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_bug.png
Normal file
After Width: | Height: | Size: 343 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_crab.png
Normal file
After Width: | Height: | Size: 565 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_duggy.png
Normal file
After Width: | Height: | Size: 482 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_dust.png
Normal file
After Width: | Height: | Size: 613 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_frostbat.png
Normal file
After Width: | Height: | Size: 398 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_lavacrab.png
Normal file
After Width: | Height: | Size: 553 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_metalhead.png
Normal file
After Width: | Height: | Size: 239 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_putridghost.png
Normal file
After Width: | Height: | Size: 255 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_shadowshaman.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_skeleton.png
Normal file
After Width: | Height: | Size: 488 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_spider.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_squid.png
Normal file
After Width: | Height: | Size: 413 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_squidkid.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
MiniBars/assets/Normal_Themes/hardmode_stickbug.png
Normal file
After Width: | Height: | Size: 402 B |
BIN
MiniBars/assets/Normal_Themes/hauntedskull_theme.png
Normal file
After Width: | Height: | Size: 293 B |
BIN
MiniBars/assets/Normal_Themes/hothead_theme.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
MiniBars/assets/Normal_Themes/iridiumbat_theme.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
MiniBars/assets/Normal_Themes/iridiumcrab_theme.png
Normal file
After Width: | Height: | Size: 641 B |
BIN
MiniBars/assets/Normal_Themes/lavabat_theme.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
MiniBars/assets/Normal_Themes/lavacrab_theme.png
Normal file
After Width: | Height: | Size: 545 B |
BIN
MiniBars/assets/Normal_Themes/lavalurk_theme.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
MiniBars/assets/Normal_Themes/magmaduggy_theme.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
MiniBars/assets/Normal_Themes/magmasparker_theme.png
Normal file
After Width: | Height: | Size: 380 B |
BIN
MiniBars/assets/Normal_Themes/magmasprite_theme.png
Normal file
After Width: | Height: | Size: 310 B |
BIN
MiniBars/assets/Normal_Themes/metalhead_theme.png
Normal file
After Width: | Height: | Size: 293 B |
BIN
MiniBars/assets/Normal_Themes/mummy_theme.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
MiniBars/assets/Normal_Themes/mutantfly_theme.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
MiniBars/assets/Normal_Themes/mutantgrub_theme.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
MiniBars/assets/Normal_Themes/pepperrex_theme.png
Normal file
After Width: | Height: | Size: 312 B |
BIN
MiniBars/assets/Normal_Themes/rockcrab_theme.png
Normal file
After Width: | Height: | Size: 563 B |
BIN
MiniBars/assets/Normal_Themes/serpent_theme.png
Normal file
After Width: | Height: | Size: 592 B |
BIN
MiniBars/assets/Normal_Themes/shadowbrute_theme.png
Normal file
After Width: | Height: | Size: 230 B |
BIN
MiniBars/assets/Normal_Themes/shadowshaman_theme.png
Normal file
After Width: | Height: | Size: 524 B |
BIN
MiniBars/assets/Normal_Themes/skeleton_theme.png
Normal file
After Width: | Height: | Size: 486 B |
BIN
MiniBars/assets/Normal_Themes/squidkid_theme.png
Normal file
After Width: | Height: | Size: 438 B |
BIN
MiniBars/assets/Normal_Themes/stonegolem_theme.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
MiniBars/assets/Normal_Themes/tigerslime_theme.png
Normal file
After Width: | Height: | Size: 459 B |
BIN
MiniBars/assets/Normal_Themes/wildernessgolem_theme.png
Normal file
After Width: | Height: | Size: 263 B |
BIN
MiniBars/assets/Simple_Themes/armoredbug_theme.png
Normal file
After Width: | Height: | Size: 546 B |
BIN
MiniBars/assets/Simple_Themes/bat_theme.png
Normal file
After Width: | Height: | Size: 294 B |
BIN
MiniBars/assets/Simple_Themes/bigslime_theme.png
Normal file
After Width: | Height: | Size: 452 B |
BIN
MiniBars/assets/Simple_Themes/blueslime_theme.png
Normal file
After Width: | Height: | Size: 486 B |
BIN
MiniBars/assets/Simple_Themes/bug_theme.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
MiniBars/assets/Simple_Themes/carbonghost_theme.png
Normal file
After Width: | Height: | Size: 240 B |
BIN
MiniBars/assets/Simple_Themes/cavefly_theme.png
Normal file
After Width: | Height: | Size: 408 B |
BIN
MiniBars/assets/Simple_Themes/default_theme.png
Normal file
After Width: | Height: | Size: 263 B |
BIN
MiniBars/assets/Simple_Themes/duggy_theme.png
Normal file
After Width: | Height: | Size: 461 B |
BIN
MiniBars/assets/Simple_Themes/dust_theme.png
Normal file
After Width: | Height: | Size: 293 B |
BIN
MiniBars/assets/Simple_Themes/dwarvishsentry_theme.png
Normal file
After Width: | Height: | Size: 455 B |
BIN
MiniBars/assets/Simple_Themes/falsemagmacap_theme.png
Normal file
After Width: | Height: | Size: 472 B |
BIN
MiniBars/assets/Simple_Themes/frostbat_theme.png
Normal file
After Width: | Height: | Size: 375 B |
BIN
MiniBars/assets/Simple_Themes/ghost_theme.png
Normal file
After Width: | Height: | Size: 237 B |
BIN
MiniBars/assets/Simple_Themes/greenslime_theme.png
Normal file
After Width: | Height: | Size: 452 B |
BIN
MiniBars/assets/Simple_Themes/grub_theme.png
Normal file
After Width: | Height: | Size: 272 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_bug.png
Normal file
After Width: | Height: | Size: 323 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_crab.png
Normal file
After Width: | Height: | Size: 404 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_duggy.png
Normal file
After Width: | Height: | Size: 445 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_dust.png
Normal file
After Width: | Height: | Size: 519 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_frostbat.png
Normal file
After Width: | Height: | Size: 323 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_lavacrab.png
Normal file
After Width: | Height: | Size: 409 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_metalhead.png
Normal file
After Width: | Height: | Size: 249 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_putridghost.png
Normal file
After Width: | Height: | Size: 241 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_shadowshaman.png
Normal file
After Width: | Height: | Size: 466 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_skeleton.png
Normal file
After Width: | Height: | Size: 354 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_spider.png
Normal file
After Width: | Height: | Size: 462 B |
BIN
MiniBars/assets/Simple_Themes/hardmode_squid.png
Normal file
After Width: | Height: | Size: 445 B |