-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathHow To Fix The BFCC Problem.txt
84 lines (43 loc) · 3.64 KB
/
How To Fix The BFCC Problem.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
*NOT A CODE*
How To Change The Outfits Of The "Heavy" And Or The "Kid" On The Business Friendly Character Creator
The way as of March 25 2020
Intro:
If your using the business friendly character creator and you want to change the outfits of the "heavy" and or the "kid", here is how you do it:
Steps:
1. Make the character normally. It will allow you to do everything but change the outfits
2. Save it and go to the “_SAVED” file and find the number where the character file is saved.
3. Download a xml editor and change the id’s of (GoHands,GoFeet,GoLower,GoUpper,
GoBehindBody) to what you want it to be. Takes will some trial and error to get to what you
want it to be. Use the video maker to view each update.
4. Change the colour in hex code in the colour area.
HEX Colour Code: https://www.google.com/search?q=hex+color&rlz=1C1CHBD_enCA886CA886&oq=hex&aqs=chrome.1.69i57j69i59j0l6.3320j0j7&sourceid=chrome&ie=UTF-8
*Refer to the regular Business Guy CC for changing the id’s. Just change the 1 at the beginning to the number of the character. (Ex: change 1 to a 3 for heavy) might not be 100% exact but pretty close. Just going up 1 or down 1 until you find what you're looking for*
Example:
<?xml version="1.0" encoding="UTF-8"?>
-<cc_char headdy="0" headdx="0" hyscale="1.4" hxscale="1.4" yscale="0.7" xscale="0.7">
<color r="ccSkinColor">0xE2C294</color>
<color r="ccEyeLib">0xBD8764</color>
<color r="ccMouthLip">0xA63636</color>
<color r="ccBackMajor">0x996600</color>
<color r="ccHairMajor">0x000000</color>
<color r="ccEyebrow">0x000000</color>
<color r="ccLowerMainA">0x080c52</color>
<color r="ccUpperMain">0x46946f</color>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="heavy" type="bodyshape"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="heavy" type="freeaction"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1012" type="faceshape" split="N"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1009" type="nose"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1040" type="hair"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1018" type="mouth"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1004" type="ear"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1003" type="eye" split="N"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1020" type="eyebrow" split="N"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1012" type="glasses" split="N"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1008" type="facedecoration" id="ID5161"/>
<component yscale="1" xscale="1" rotation="0" offset="0" y="0" x="0" theme_id="business" component_id="1035" type="facedecoration" split="N" id="ID8089"/>
<library theme_id="business" component_id="3001" type="GoHands"/>
<library theme_id="business" component_id="1001" type="GoBehindBody"/>
<library theme_id="business" component_id="3019" type="GoUpper"/>
<library theme_id="business" component_id="3046" type="GoLower"/>
<library theme_id="business" component_id="3002" type="GoFeet"/>
</cc_char>