Forum Mod Bakery Docs

Changing the clothing for level 1 in rewards.mfk

Posted in Support
Please login to contribute to the conversation.
[deleted user]
8 yrs ago (Statistics)
I'm having a bit of the problem changing the clothing rewards for level 1. Here's what I have:

BindReward( "marge", "art\chars\marge_m.p3d", "skin", "defaultskin", 1 );
BindReward( "m_prison", "art\chars\m_pris_m.p3d", "skin", "forsale", 1, 100, "interior" );
BindReward( "m_pink", "art\chars\m_pink_m.p3d", "skin", "forsale", 1, 125, "interior" );
BindReward( "m_police", "art\chars\m_poli_m.p3d", "skin", "forsale", 1, 150, "interior" );

When I enter a clothing shop, the game crashes. Any ideas why?
I believe the game is hardcodedly trying to use an animation for Homer in the skin shop.

I think you'll just need to require CustomSkinShopPreviewAnimations in your Mod's meta.ini and change the animation for Level 1 using CustomSkinShopPreviewAnimations.ini.

See here for a template of that ini file.
[deleted user]
8 yrs ago (Statistics)
@Loren Goodwin

Thanks so much! You're always a help.