Actualiser modoverrides.lua
This commit is contained in:
105
modoverrides.lua
105
modoverrides.lua
@@ -1,22 +1,109 @@
|
|||||||
return {
|
return {
|
||||||
--Epic Healthbar
|
--Epic Healthbar
|
||||||
["workshop-1185229307"] = { enabled = true },
|
["workshop-1185229307"] = { enabled = true },
|
||||||
|
|
||||||
--Extra Equip Slots
|
--Extra Equip Slots
|
||||||
["workshop-375850593"] = { enabled = true },
|
["workshop-375850593"] = { configuration_options={ }, enabled=true },
|
||||||
|
|
||||||
--Food Values - Item Tooltips (Server and Client)
|
--Food Values - Item Tooltips (Server and Client)
|
||||||
["workshop-458940297"] = { enabled = true },
|
["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
|
--Global Positions
|
||||||
["workshop-378160973"] = { enabled = true },
|
["workshop-378160973"]={
|
||||||
|
configuration_options={
|
||||||
|
ENABLEPINGS=true,
|
||||||
|
FIREOPTIONS=2,
|
||||||
|
OVERRIDEMODE=false,
|
||||||
|
SHAREMINIMAPPROGRESS=true,
|
||||||
|
SHOWFIREICONS=true,
|
||||||
|
SHOWPLAYERICONS=true,
|
||||||
|
SHOWPLAYERSOPTIONS=2
|
||||||
|
},
|
||||||
|
enabled=true
|
||||||
|
},
|
||||||
|
|
||||||
--Item Scroller
|
--Item Scroller
|
||||||
["workshop-2966979495"] = { enabled = true },
|
["workshop-2966979495"] = { configuration_options={ }, enabled=true },
|
||||||
|
|
||||||
--Show Me (Origin)
|
--Show Me (Origin)
|
||||||
["workshop-666155465"] = { enabled = true },
|
["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]
|
--Wormhole Marks [DST]
|
||||||
["workshop-362175979"] = { enabled = true },
|
["workshop-362175979"]={ configuration_options={ ["Draw over FoW"]="disabled" }, enabled=true },
|
||||||
|
|
||||||
--Increased Stack size
|
--Increased Stack size
|
||||||
["workshop-374550642"] = { enabled = true },
|
["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
|
--Simple Health Bar DST
|
||||||
["workshop-1207269058"] = { enabled = true },
|
["workshop-1207269058"] = { configuration_options={ }, enabled=true },
|
||||||
|
|
||||||
--Campfire Respawn
|
--Campfire Respawn
|
||||||
["workshop-569043634"] = { enabled = true }
|
["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
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user