Hiiiiiiiiii, just wanted to help everyone who is confused about key changing the key bindings down here. Took me a while because I thought had to recode the line- instead its so much simpler. Just replace the key "F1" with whichever key you want. For example- on a mac the "B" key is labeled "B" in code (Idk if it changes for windows etc) So, we just replace the "F1" in the text with "B"
The text edit bubble should appear as { "button" : "B" }
Aah perfect thank you! :D I was trying out the Customize Anywhere mod but that one wouldn't allow me to change my clothes. I'm happy that this one still works in 1.6
My daughter has the same issue. I found that binding it in the config file to the "Y" button worked well because that doesn't seem to have any conflicts. If you've never got into a mod file before and find it intimidating, here is what you need to do. Navigate to your mod folder, I can't tell you how to do that exactly because it was something you created on your PC :) then open the CharacterCustomizationAnywhere folder. Open the config file in notepad. You will see the config code in there replace only this part of the code: "numpad8" In my file I replaced it with: "Y" but if you want it bound to a different letter you can choose something different, don't use the numeric numbers at the top of the keyboard they are already assigned to inventory slots for the most part, this is easy to forget if you play with a controller. I hope this helps those players that maybe have never had a reason to dive into the actual mod files and find it intimidating.
73 comments
Took me a while because I thought had to recode the line- instead its so much simpler. Just replace the key "F1" with whichever key you want. For example- on a mac the "B" key is labeled "B" in code (Idk if it changes for windows etc)
So, we just replace the "F1" in the text with "B"
The text edit bubble should appear as
{
"button" : "B"
}
I hope that helps please let me know
"numpad8"
In my file I replaced it with: "Y"
but if you want it bound to a different letter you can choose something different, don't use the numeric numbers at the top of the keyboard they are already assigned to inventory slots for the most part, this is easy to forget if you play with a controller. I hope this helps those players that maybe have never had a reason to dive into the actual mod files and find it intimidating.