(wip) script, bbmodel REBASE THIS LATER
- Imported textures into bbmodel - script something idk
This commit is contained in:
parent
0de5c72900
commit
8384398305
File diff suppressed because one or more lines are too long
14
script.lua
14
script.lua
@ -28,7 +28,7 @@ UVManager=require("nulllib.UVManager")
|
||||
sharedstate=require("nulllib.sharedstate")
|
||||
sharedconfig=require("nulllib.sharedconfig")
|
||||
statemonitor=require("nulllib.statemonitor")
|
||||
KattArmor=require("kattarmor.KattArmor")
|
||||
KattArmor=require("kattarmor.KattArmor")()
|
||||
|
||||
---Set optimal settings for random player sounds
|
||||
---@param sound Sound
|
||||
@ -264,9 +264,9 @@ do
|
||||
local all_armor=util.reduce(util.mergeTable, {VANILLA_GROUPS.ARMOR, TAIL_LEGGINGS, TAIL_BOOTS})
|
||||
PM.addPartListFunction(all_armor, function(last) return last and sharedconfig.load("armor_enabled") end)
|
||||
-- Only show armor if equipped
|
||||
PM.addPartFunction(model.Body.MTail1.MTail2.MTail3.Boot, function(last) return last and armor_state.boots end)
|
||||
PM.addPartFunction(model.Body.MTail1.MTail2.MTail3.LeatherBoot, function(last) return last and armor_state.leather_boots end)
|
||||
PM.addPartListFunction(TAIL_LEGGINGS, function(last) return last and armor_state.leggings end)
|
||||
-- PM.addPartFunction(model.Body.MTail1.MTail2.MTail3.Boot, function(last) return last and armor_state.boots end)
|
||||
-- PM.addPartFunction(model.Body.MTail1.MTail2.MTail3.LeatherBoot, function(last) return last and armor_state.leather_boots end)
|
||||
-- PM.addPartListFunction(TAIL_LEGGINGS, function(last) return last and armor_state.leggings end)
|
||||
|
||||
|
||||
-- Disable when vanilla_enabled
|
||||
@ -276,6 +276,12 @@ end
|
||||
SNORES={"snore-1", "snore-2", "snore-3"}
|
||||
-- }}}
|
||||
|
||||
-- KattArmor Config -- {{{
|
||||
KattArmor.Armor.Leggings:addParts(table.unpack(TAIL_LEGGINGS))
|
||||
KattArmor.Armor.Boots:addParts(table.unpack(TAIL_BOOTS))
|
||||
-- KattArmor.
|
||||
-- }}}
|
||||
|
||||
-- Expression change -- {{{
|
||||
do
|
||||
local expressions={}
|
||||
|
Loading…
x
Reference in New Issue
Block a user