Files
DST-pterodactyl/modoverrides.lua
2026-03-21 20:40:12 +00:00

109 lines
2.8 KiB
Lua

return {
--Epic Healthbar
["workshop-1185229307"] = { enabled = true },
--Extra Equip Slots
["workshop-375850593"] = { configuration_options={ }, enabled=true },
--Food Values - Item Tooltips (Server and Client)
["workshop-458940297"]={
configuration_options={
DFV_ClientPrediction="default",
DFV_FueledSettings="default",
DFV_Language="EN",
DFV_MinimalMode="default",
DFV_PercentReplace="default",
DFV_ShowACondition="default",
DFV_ShowADefence="default",
DFV_ShowAType="default",
DFV_ShowDamage="default",
DFV_ShowFireTime="default",
DFV_ShowInsulation="default",
DFV_ShowTemperature="default",
DFV_ShowUses="default"
},
enabled=true
},
--Global Positions
["workshop-378160973"]={
configuration_options={
ENABLEPINGS=true,
FIREOPTIONS=2,
OVERRIDEMODE=false,
SHAREMINIMAPPROGRESS=true,
SHOWFIREICONS=true,
SHOWPLAYERICONS=true,
SHOWPLAYERSOPTIONS=2
},
enabled=true
},
--Item Scroller
["workshop-2966979495"] = { configuration_options={ }, enabled=true },
--Show Me (Origin)
["workshop-666155465"]={
configuration_options={
chestB=-1,
chestG=-1,
chestR=-1,
display_hp=-1,
food_estimation=-1,
food_order=0,
food_style=0,
lang="auto",
show_food_units=-1,
show_uses=-1
},
enabled=true
}
}
--Wormhole Marks [DST]
["workshop-362175979"]={ configuration_options={ ["Draw over FoW"]="disabled" }, enabled=true },
--Increased Stack size
["workshop-374550642"]={
configuration_options={
FORCE_STACKSIZES=false,
STACK_SIZE_LARGEITEM=40,
STACK_SIZE_MEDITEM=80,
STACK_SIZE_PELLET=250,
STACK_SIZE_SMALLITEM=99,
STACK_SIZE_TINYITEM=120
},
enabled=true
},
--Simple Health Bar DST
["workshop-1207269058"] = { configuration_options={ }, enabled=true },
--Campfire Respawn
["workshop-569043634"] = { configuration_options={
[""]=false,
Health_Penalty_Campfire="Unchanged",
Health_Penalty_Generic="Unchanged",
Health_Penalty_Maximum="Unchanged",
Health_Penalty_Meat_Effigy="Unchanged",
Health_Penalty_Portal="Unchanged",
Health_Penalty_Skeleton="Unchanged",
Health_Respawn_Amount="Unchanged",
KeepInventory="Unchanged",
KeepInventory_BugFix="Unchanged",
KillMe="Unchanged",
NoPlayerSkeletons="Unchanged",
RespawnMe="Unchanged",
ReturnHotkey="Unchanged",
ReturnHotkey_Mode="Closest",
SpawnProtection="Unchanged",
campfire="Enabled",
coldfire="Enabled",
coldfirepit="Enabled",
firepit="Enabled",
reviver="Unchanged",
skeleton="Unchanged",
usetags="Unchanged"
},
enabled=true
}
}