Good stuff. We need some formal wear now and then.
Noob question, if you don't mind. Maybe there's a tutorial, but... How do you get an npc, say Goro, to wear the tuxedo? I can spawn him in AMM, but don't know how to change his outfit.
Seems to be a typo in your Tweak *.yaml file. Below is an excerpt from line 42-86 and in the Pants section, you had base reference outer chest, so this makes the pants take the chest slot. Was this meant to be "Items.GenericLegsClothing"?
17 comments
Noob question, if you don't mind. Maybe there's a tutorial, but... How do you get an npc, say Goro, to wear the tuxedo? I can spawn him in AMM, but don't know how to change his outfit.
Items.breezy_paul_night_suit_pants_$(variant):
$base: Items.GenericOuterChestClothing #<-- this is for the pants but its using the outer chest slot.
$instances:
- { variant: angelwhite, icon: 01 }
- { variant: blush, icon: 02 }
- { variant: burgundy, icon: 03 }
- { variant: champagne, icon: 04 }
- { variant: cherrybomb, icon: 05 }
- { variant: crow, icon: 06 }
- { variant: mafia, icon: 07 }
- { variant: orange, icon: 08 }
- { variant: poisonivy, icon: 09 }
- { variant: royalblue, icon: 10 }
- { variant: skyblue, icon: 11 }
- { variant: strawberrymilk, icon: 12 }
entityName: suit_pants
appearanceName: suit_pants_!$(variant)
displayName: suit_pants_$(variant)_name
localizedDescription: suit_pants_desc
quality: Quality.Legendary
statModifiers:
- !append Character.ScaleToPlayerLevel
placementSlots:
- !append OutfitSlots.LegsOuter
icon:
atlasResourcePath: breezy_base\suit_records\suit_pants_icons.inkatlas
atlasPartName: slot_$(icon)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_angelwhite",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_blush",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_burgundy",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_champagne",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_cherrybomb",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_crow",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_mafia",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_orange",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_poisonivy",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_royalblue",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_skyblue",1)
# Game.AddToInventory("Items.breezy_paul_night_suit_pants_strawberrymilk",1)
Items.breezy_paul_night_suit_top_$(variant):
$base: Items.GenericOuterChestClothing
$instances:
- { variant: angelwhite, icon: 01 }
Thank you!
I really respect what they do
[Sarcasm mode off]