此站点大量使用JavaScript。
请在您的浏览器中启用JavaScript。
正式服
PTR
10.1.7
PTR
10.2.0
What If You Could Have Hair Under Your Hat... - Community Spotlight
正式服
由
Paryah
发表于
2022/09/04,14:27
Peter Yu
, developer of the wildly popular
Narcissus
transmog/wardrobe/UI add on, recently posted a fun little trick that allows you to use two macros to see what your character would look like if their hair did not vanish when they donned a hat.
Trivial, you say? No sir! I have long bemoaned the amazing collection of chapeaux that I cannot wear due to the automatic hair cut. I even went so far as to ask a developer about it one BlizzCon - perhaps you were there? Perhaps you saw the video? "When," I asked, "would I be able to wear a hat without getting a haircut?" The response to my plea was was pretty much "...um, never." It was explained that doing this seemingly simple task would require touching every hat asset in the game - and there are a lot of hats. The workload would make this a task worthy of its own expansion. A Hat expansion. I resigned myself to pretty much never wearing a hat.
And then Peter Yu came along and I had to give it a try. Hope was rekindled!
Here is how you do it:
Open the Dressing Room - Ctrl+click on an item in your wardrobe
Use Macro #1:
/script local m=DressUpFrame.ModelScene;local a1,a2=m:GetPlayerActor(),m:CreateActor();a2:SetModelByUnit("player", true, true);local x,y,z=a1:IsUsingCenterForOrigin();a2:SetUseCenterForOrigin(x,y,z);TEMP_ACTORS={a1,a2};
Use Macro #2:
/script TEMP_ACTORS:SetScale(TEMP_ACTORS:GetScale());for _, a in pairs(TEMP_ACTORS) do a:SetPosition(0, 0, 0);a:SetAnimation(618, 0, 1, 0);a:SetYaw(-1.57);a:UndressSlot(16);a:UndressSlot(17);end
Now just Ctrl+click on items in your wardrobe to see how they look without removing your hair
As you can see, I have lovely flowing locks. It upsets me when I have hats - and let's face it, it's most of my hats - that give me a short back and sides. Now I look very dapper in a nice trim cut, but it's not who I am. I gotta let the hair flow, so I was most excited by this idea and gave it a whirl.
Before and After....Looking Good
Nope, nope, nope....
There are some that are amazing! ...and some that are...well...amazing? Ironically, the big issue is clipping. The idea certainly works better on a super low profile cut. Love the braid!
Before and After....
But for anything with vertical substance? Er, no.
Well...actually...Yes! Very Yes!
The upshot: this is a super fun little trick and a gas to play about with, but it also really demonstrates exactly why making this change will be such a big job. Every hat would have to be adjusted for every hairstyle for every race. And that, my friends, is no small task.
I'm still eagerly awaiting the Hat Expansion.
[Get Wowhead]
高级会员
[$2]
[A Month]
[Enjoy an ad-free experience, unlock premium features, & support the site!]
[Show 0 Comments]
[Hide 0 Comments]
[Sign In to Post a Comment]
英文评论(94)
发表评论
你没有登录。
请登录
或者
注册账号
来添加你的评论。
上一篇
下一篇