Hacking Wii Theme Team Creations

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Ok, so I tried changing the numbers from 288 to 59 where you told me to as well as everything else and it crashed again. I have a few questions. For one, the spot where you say "data2 is the hex number of the frame to display," do I change those four 0s next to "<data2>" to 59? And then next, where you say "add in all the frames you need," do I just paste the lines of code I made for the 59 frames? And lastly, I'm confused with what to do at "this will be the last frame and what you need to change line 3 to."
 

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
Ok, so I tried changing the numbers from 288 to 59 where you told me to as well as everything else and it crashed again. I have a few questions. For one, the spot where you say "data2 is the hex number of the frame to display," do I change those four 0s next to "<data2>" to 59? And then next, where you say "add in all the frames you need," do I just paste the lines of code I made for the 59 frames? And lastly, I'm confused with what to do at "this will be the last frame and what you need to change line 3 to."

the 288 is the length of the animation if you look here
Code:
                    <tag type="RLTP">
                        <entry type1="0" type2="PaletteZero">
                            <pair>
                                <data1>0.000000000000000</data1>
                                <data2>0000</data2>  
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>8.000000000000000</data1>
                                <data2>0001</data2>
                                <padding>0000</padding>
                            </pair>
data2 is the frame 0000 is your first frame and 0001 is your second frame
data1 is how long that frame stays on screen for ie 0000 stays on screen for a count of 8 then switches to 0001
the data1 increases by 8 each time

data2 is the hex number of the frame minus 1 to display ie :-
frame 1 == 0000
frame 2 == 0001
...
frame 10 == 0009
frame 11 == 000A
...
frame 16 == 000F
frame 17 == 0010

add in all the frames you need ie:-
follow the same format as the code above changing the data1 and data2 to allow your new frames to display

this will be the last frame and what you need to change line 3
take the last data1 you have added and add 8 to it then change the 288 in these lines to the new number
<pai1 framesize="288" flags="01">
<frame>288.000000000000000</frame>

feel free to reply or dm me anytime
 

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Ok, so after changing the size of the frames from 128x96 to 126x94, and lowering the resolution from 72 to 60, I changed the code in the brlan to what you said and it still crashes. Here is the code for what I edited. I changed the 288 to 472, that was the frame size I got at the end. Can you see if there's anything wrong with the code?

Code:
<?xml version="1.0"?>
        <xmlan version="2.1.11BETA" brlan_version="0008">
            <pai1 framesize="472" flags="01">
                <timg name="my_TV_c_p0.tpl" />
                <timg name="my_TV_c_p1.tpl" />
                <timg name="my_TV_c_p2.tpl" />
                <timg name="my_TV_c_p3.tpl" />
                <timg name="my_TV_c_p4.tpl" />
                <timg name="my_TV_c_p5.tpl" />
                <timg name="my_TV_c_p6.tpl" />
                <timg name="my_TV_c_p7.tpl" />
                <timg name="my_TV_c_p8.tpl" />
                <timg name="my_TV_c_p9.tpl" />
                <timg name="my_TV_c_p10.tpl" />
                <timg name="my_TV_c_p11.tpl" />
                <timg name="my_TV_c_p12.tpl" />
                <timg name="my_TV_c_p13.tpl" />
                <timg name="my_TV_c_p14.tpl" />
                <timg name="my_TV_c_p15.tpl" />
                <timg name="my_TV_c_p16.tpl" />
                <timg name="my_TV_c_p17.tpl" />
                <timg name="my_TV_c_p18.tpl" />
                <timg name="my_TV_c_p19.tpl" />
                <timg name="my_TV_c_p20.tpl" />
                <timg name="my_TV_c_p21.tpl" />
                <timg name="my_TV_c_p22.tpl" />
                <timg name="my_TV_c_p23.tpl" />
                <timg name="my_TV_c_p24.tpl" />
                <timg name="my_TV_c_p25.tpl" />
                <timg name="my_TV_c_p26.tpl" />
                <timg name="my_TV_c_p27.tpl" />
                <timg name="my_TV_c_p28.tpl" />
                <timg name="my_TV_c_p29.tpl" />
                <timg name="my_TV_c_p30.tpl" />
                <timg name="my_TV_c_p31.tpl" />
                <timg name="my_TV_c_p32.tpl" />
                <timg name="my_TV_c_p33.tpl" />
                <timg name="my_TV_c_p34.tpl" />
                <timg name="my_TV_c_p35.tpl" />
                <timg name="my_TV_c_p36.tpl" />
                <timg name="my_TV_c_p37.tpl" />
                <timg name="my_TV_c_p38.tpl" />
                <timg name="my_TV_c_p39.tpl" />
                <timg name="my_TV_c_p40.tpl" />
                <timg name="my_TV_c_p41.tpl" />
                <timg name="my_TV_c_p42.tpl" />
                <timg name="my_TV_c_p43.tpl" />
                <timg name="my_TV_c_p44.tpl" />
                <timg name="my_TV_c_p45.tpl" />
                <timg name="my_TV_c_p46.tpl" />
                <timg name="my_TV_c_p47.tpl" />
                <timg name="my_TV_c_p48.tpl" />
                <timg name="my_TV_c_p49.tpl" />
                <timg name="my_TV_c_p50.tpl" />
                <timg name="my_TV_c_p51.tpl" />
                <timg name="my_TV_c_p52.tpl" />
                <timg name="my_TV_c_p53.tpl" />
                <timg name="my_TV_c_p54.tpl" />
                <timg name="my_TV_c_p55.tpl" />
                <timg name="my_TV_c_p56.tpl" />
                <timg name="my_TV_c_p57.tpl" />
                <timg name="my_TV_c_p58.tpl" />
                <pane name="Ch0" type="1">
                    <tag type="RLTS">
                        <entry type1="1" type2="YTrans">
                            <triplet>
                                <frame>0.000000000000000</frame>
                                <value>0.000000000000000</value>
                                <blend>0.002499999944121</blend>
                            </triplet>
                            <triplet>
                                <frame>472.000000000000000</frame>
                                <value>1.000000000000000</value>
                                <blend>0.002499999944121</blend>
                            </triplet>
                        </entry>
                        <entry type1="2" type2="YTrans">
                            <triplet>
                                <frame>0.000000000000000</frame>
                                <value>0.000000000000000</value>
                                <blend>0.000500000023749</blend>
                            </triplet>
                            <triplet>
                                <frame>472.000000000000000</frame>
                                <value>1.000000000000000</value>
                                <blend>0.000500000023749</blend>
                            </triplet>
                        </entry>
                    </tag>
                    <tag type="RLTP">
                        <entry type1="0" type2="PaletteZero">
                            <pair>
                                <data1>0.000000000000000</data1>
                                <data2>0000</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>8.000000000000000</data1>
                                <data2>0001</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>16.000000000000000</data1>
                                <data2>0002</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>24.000000000000000</data1>
                                <data2>0003</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>32.000000000000000</data1>
                                <data2>0004</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>40.000000000000000</data1>
                                <data2>0005</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>48.000000000000000</data1>
                                <data2>0006</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>56.000000000000000</data1>
                                <data2>0007</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>64.000000000000000</data1>
                                <data2>0008</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>72.000000000000000</data1>
                                <data2>0009</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>80.000000000000000</data1>
                                <data2>000a</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>88.000000000000000</data1>
                                <data2>000b</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>96.000000000000000</data1>
                                <data2>000c</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>104.000000000000000</data1>
                                <data2>000d</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>112.000000000000000</data1>
                                <data2>000e</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>120.000000000000000</data1>
                                <data2>000f</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>128.000000000000000</data1>
                                <data2>0010</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>136.000000000000000</data1>
                                <data2>0011</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>144.000000000000000</data1>
                                <data2>0012</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>152.000000000000000</data1>
                                <data2>0013</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>160.000000000000000</data1>
                                <data2>0014</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>168.000000000000000</data1>
                                <data2>0015</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>176.000000000000000</data1>
                                <data2>0016</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>184.000000000000000</data1>
                                <data2>0017</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>192.000000000000000</data1>
                                <data2>0018</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>200.000000000000000</data1>
                                <data2>0019</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>208.000000000000000</data1>
                                <data2>001a</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>216.000000000000000</data1>
                                <data2>001b</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>224.000000000000000</data1>
                                <data2>001c</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>232.000000000000000</data1>
                                <data2>001d</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>240.000000000000000</data1>
                                <data2>001e</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>248.000000000000000</data1>
                                <data2>001f</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>256.000000000000000</data1>
                                <data2>0020</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>264.000000000000000</data1>
                                <data2>0021</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>272.000000000000000</data1>
                                <data2>0022</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>280.000000000000000</data1>
                                <data2>0023</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                                <data1>288.000000000000000</data1>
                                <data2>0024</data2>
                                <padding>0000</padding>
                               
                                <data1>296.000000000000000</data1>
                                <data2>0025</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>304.000000000000000</data1>
                                <data2>0026</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>312.000000000000000</data1>
                                <data2>0027</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>320.000000000000000</data1>
                                <data2>0028</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>328.000000000000000</data1>
                                <data2>0029</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>336.000000000000000</data1>
                                <data2>002A</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>344.000000000000000</data1>
                                <data2>002B</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>352.000000000000000</data1>
                                <data2>002C</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>360.000000000000000</data1>
                                <data2>002D</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>368.000000000000000</data1>
                                <data2>002E</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>376.000000000000000</data1>
                                <data2>002F</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>384.000000000000000</data1>
                                <data2>0030</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>392.000000000000000</data1>
                                <data2>0031</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>400.000000000000000</data1>
                                <data2>0032</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>408.000000000000000</data1>
                                <data2>0033</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>416.000000000000000</data1>
                                <data2>0034</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>424.000000000000000</data1>
                                <data2>0035</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>432.000000000000000</data1>
                                <data2>0036</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
           
                                <data1>440.000000000000000</data1>
                                <data2>0037</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>448.000000000000000</data1>
                                <data2>0038</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                       
                                <data1>456.000000000000000</data1>
                                <data2>0039</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                   
                                <data1>464.000000000000000</data1>
                                <data2>003A</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>

                                <data1>472.000000000000000</data1>
                                <data2>003B</data2>
                                <padding>0000</padding>
                            </pair>
                            <pair>
                   
                            </pair>
                        </entry>
                    </tag>
                </pane>
            </pai1>
        </xmlan>
 

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
Ok, so after changing the size of the frames from 128x96 to 126x94, and lowering the resolution from 72 to 60, I changed the code in the brlan to what you said and it still crashes. Here is the code for what I edited. I changed the 288 to 472, that was the frame size I got at the end. Can you see if there's anything wrong with the code?

for the brlan file that looks ok apart from you have an empty pair tag at the bottom that will cause an issue

the crash is probably due to the size of all the images making the arc too big
dont edit all the images thememii will resize the images based on the mym.ini so you need to change that

Code:
[simg3014]
file=\layout\common\chansel_ash_out\arc\timg\my_TV_c_p0.tpl
source=\main_menu\channels\frame01.png
width=64            <------------remove 2 from all these lines
height=48            <------------remove 2 from all these lines

[simg3015]
file=\layout\common\chansel_ash_out\arc\timg\my_TV_c_p1.tpl
source=\main_menu\channels\frame02.png
width=64            <------------remove 2 from all these lines
height=48            <------------remove 2 from all these lines

just keep lowering the resolution for all the frames in the ini by 2 and at some point it should work
 

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Ok, lowering the resolution in the mym worked, in Dolphin. I resized it to 60x44, but when I loaded the theme on my Wii, this is what I got: How do I fix this?
 

Attachments

  • Test 1.jpg
    Test 1.jpg
    1.8 MB · Views: 11
  • Test 2.jpg
    Test 2.jpg
    6.4 MB · Views: 12

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
Ok, lowering the resolution in the mym worked, in Dolphin. I resized it to 60x44, but when I loaded the theme on my Wii, this is what I got: How do I fix this?
honestly i have no idea it could be the image format
you could try adding the format=RGB565 line on each image in the ini like you did for the health screen

only other thing i can think of is the blend mode in the RLTS section which you would need to calculate
take a look here under the Fine Tuning Animation section
 

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Alright, I tried adding the format=RGB565 line to each image, that didn't work. I then calculated the blend value for the RLTS
section and got -8 for it. That didn't work either. Here is my code that I changed:

Code:
<tag type="RLTS">
                        <entry type1="1" type2="YTrans">
                            <triplet>
                                <frame>0.000000000000000</frame>
                                <value>-472.000000000000000</value> << here is the total frames
                                <blend>-8.000000000000000</blend> <<here is the blend value of -8
                            </triplet>
                            <triplet>
                                <frame>59.000000000000000</frame> <<this is the last frame
                                <value>-944.000000000000000</value> << I got this by doing 472 x 2
                                <blend>-8.000000000000000</blend>
                            </triplet>
                        </entry>
                        <entry type1="2" type2="YTrans">
                            <triplet>
                                <frame>0.000000000000000</frame>
                                <value>0.000000000000000</value>
                                <blend>-8.000000000000000</blend>
                            </triplet>
                            <triplet>
                                <frame>472.000000000000000</frame>
                                <value>1.000000000000000</value>
                                <blend>-8.000000000000000</blend>
                            </triplet>
 

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
I see you have the RLTS section all wrong so swap it out with this one and test again
Code:
                    <tag type="RLTS">
                        <entry type1="1" type2="YTrans">
                            <triplet>
                                <frame>0.000000000000000</frame>
                                <value>0.000000000000000</value>
                                <blend>0.002499999944121</blend>
                            </triplet>
                            <triplet>
                                <frame>472.000000000000000</frame>
                                <value>1.000000000000000</value>
                                <blend>0.002499999944121</blend>
                            </triplet>
                        </entry>
                        <entry type1="2" type2="YTrans">
                            <triplet>
                                <frame>0.000000000000000</frame>
                                <value>0.000000000000000</value>
                                <blend>0.000500000023749</blend>
                            </triplet>
                            <triplet>
                                <frame>472.000000000000000</frame>
                                <value>1.000000000000000</value>
                                <blend>0.000500000023749</blend>
                            </triplet>
                        </entry>
                    </tag>
 

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Ok, I tried using the code you gave me and it didn't work either. I really don't know why it's doing this. It works perfectly in the Dolphin Emulator, but when I test it on my actual Wii it gets corrupted like this. What am I supposed to do?
 

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
Ok, I tried using the code you gave me and it didn't work either. I really don't know why it's doing this. It works perfectly in the Dolphin Emulator, but when I test it on my actual Wii it gets corrupted like this. What am I supposed to do?
try this
leave the images in the ini
go back to the 36 animation brlan check if that works
if yes add 4 more images to the brlan and test again
repeat till it all works or breaks
 

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Ok, so I did some testing. I just started from the beginning both with the ini and the brlan. What I found is that I can go up to 53 frames in the ini without editing the brlan without crashing and the image is fine. It won't play the full 53 frames until I edit the brlan. Once I go above 53, the Dolphin Emulator will crash. It'll work again when I change the resolution from 64x48 to 60x44, but the image will be distorted on the Wii. I think my problem with the image glitching on the Wii has to do with editing the resolution on the ini to avoid crashing.
 

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
Ok, so I did some testing. I just started from the beginning both with the ini and the brlan. What I found is that I can go up to 53 frames in the ini without editing the brlan without crashing and the image is fine. It won't play the full 53 frames until I edit the brlan. Once I go above 53, the Dolphin Emulator will crash. It'll work again when I change the resolution from 64x48 to 60x44, but the image will be distorted on the Wii. I think my problem with the image glitching on the Wii has to do with editing the resolution on the ini to avoid crashing.
In that case I see 2 options
1) resize all the images in a image editor to 60x44 and set the ini to 60x44 so the ini doesnt need to resize them
2) resize the image and convert it to a tpl then sdta it in the ini instead of using simg
 

robertwiidev

Member
Newcomer
Joined
Nov 4, 2024
Messages
6
Trophies
0
Age
24
XP
10
Country
Romania
some link dont work now..
Post automatically merged:

wii os leopard is gliched out i have to install another theme put screen settings on 480i and standard(4:3) and then it will (barely) work
 
Last edited by robertwiidev,

BHRundas10410

Active Member
Newcomer
Joined
Apr 10, 2023
Messages
31
Trophies
0
Age
27
XP
155
Country
United States
Ok, I tried option 1 and that didn't work. I also tried using a different GIF image that had 43 frames and it still distorts the image when I change the resolution from 64x48 to 60x44. Is there a way I can send you my csm file for the theme so you can test it on your Wii, if you have one? If not, can you then explain how I go about option 2?
 

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
Ok, I tried option 1 and that didn't work. I also tried using a different GIF image that had 43 frames and it still distorts the image when I change the resolution from 64x48 to 60x44. Is there a way I can send you my csm file for the theme so you can test it on your Wii, if you have one? If not, can you then explain how I go about option 2?
I will pm you
 

XFlak

Wiitired but still kicking
Member
Joined
Sep 12, 2009
Messages
14,222
Trophies
4
Age
39
Location
Cyprus, originally from Toronto
Website
modmii.github.io
XP
10,621
Country
Cyprus
@diddy81 , I this msg finds you!

So I've been using the same 4 dark wii themes in ModMii for years (Blue, Red, Orange and Green; but as you know a dif mym is used for each region). If you go here and search for ".mym" you'll find all the mym's I'm referring to which should be exact mirrors of your original releases.

Surprisingly, after all these years someone just reported an issue (and I personally verified it on 4.3U Blue). When these themes are applied and you try to access the Wii Settings Country setting, the below error occurs. Is there any chance you (or anyone else reading this with the skills) could look into fixing it? There are 16 impacted mym's (4 colours x 4 regions).

Thankfully this isn't an actual brick or even semi-brick risk, but if a user wants to change the country setting it won't be accessible while these themes are applied.

Thanks!

1732532524828.png
 
Last edited by XFlak,

diddy81

Wii Theme Team
OP
Member
Joined
Mar 14, 2009
Messages
936
Trophies
1
XP
1,147
Country
@diddy81 , I this msg finds you!

So I've been using the same 4 dark wii themes in ModMii for years (Blue, Red, Orange and Green; but as you know a dif mym is used for each region). If you go here and search for ".mym" you'll find all the mym's I'm referring to which should be exact mirrors of your original releases.

Surprisingly, after all these years someone just reported an issue (and I personally verified it on 4.3U Blue). When these themes are applied and you try to access the Wii Settings Country setting, the below error occurs. Is there any chance you (or anyone else reading this with the skills) could look into fixing it? There are 16 impacted mym's (4 colours x 4 regions).

Thankfully this isn't an actual brick or even semi-brick risk, but if a user wants to change the country setting it won't be accessible with these themes are applied.

Thanks!

View attachment 472894
The settings page uses html unlike the rest of the menus
Looks like it's just pointing to the wrong url should be an easy fix
I will take a look this week and send them you over
 
  • Love
Reactions: XFlak

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: @BigOnYa, I got number 487