-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbetabound.config
48 lines (41 loc) · 2.33 KB
/
betabound.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
//MATTER MANIPULATOR UPGRADE MENU
"forceMoveMMUI": false, //If true, move the 4 essential slot (and liquid toggle) to the lower-left corner
"posMMUI": [//where to move the slots and toggle
[16, 30], //liquid toggle
[3, 57], //manipulator
[3, 39], //paint
[21, 57], //wire
[21, 39]//scan
],
//items
"heldItemArmAngle": -0.436,
"infoItemTextDirectives": "?replace;000=0000?border;1;333;0000",
//the one in player.config isn't read by the game
"defaultItems": ["sb_inspect", "sb_survivalguide-codex", "sb_gunguide-codex"],
"rotFood": true,
"hungerPopups": true,
"fuelScaling": true,
//If any of these items accept augments, all Betabound items of that category which run the Betabound armor buildscript will also accept augments
//There are armor augment mods for each slot. We need the path because buildscripts run before the item database is finished
"armorAugmentModPaths": {
"headarmor": "/items/armors/other/camo/camo.head",
"chestarmor": "/items/armors/other/camo/camo.chest",
"legarmor": "/items/armors/other/camo/camo.legs",
"headwear": "/items/armors/decorative/clothes/scarf/winterscarf.head",
"chestwear": "/items/armors/decorative/clothes/tshirt/tshirt.chest",
"legwear": "/items/armors/decorative/clothes/jeans1/jeans1.legs",
"other": "/items/armors/backitems/eye/eye.back"
},
//TRANSLATABLE STRINGS
"showHunger": "^#d5ab36;Hunger: %s", //for sb_showhunger command
"updateNote": "Update Note",
"removedItemDescription": "Hello! You might have noticed some white X's in your inventory. Don't be alarmed; re-log or drop them in a chest or on the ground and they'll return to normal.",
"convert3description": "An item was removed. This parcel contains a refund. If it's a white X (or other non-box icon), drop it on the ground or put it in a chest.",
"changedQuestRewardsDescription": "Rewards for one or more completed quests have been adjusted. (Contains %s items.)",
"updateNotes": {
"090": ["6/OCT/2022", "Hello! Because you're using a character created prior to Betabound 0.9.0, you don't need to craft a Steelworks or Compounding Upgrade. You already have the recipes!"],
"090b": ["6/OCT/2022", "Hello! Please use the Inventor's Table as your main crafting table-- redundant Betabound crafting stations have been phased out."],
"96": ["MAY/2023"]
}
}