Quote Originally Posted by tcm1998 View Post
Conanac, I have tried to understand the technical stuff about DiiLC, but a lot of it is going straight over my head.

You said that I can edit the "dlcsetting.xml" so that I can get Pete and Wendell to deliver items from a different region.

My ACCF (and Wii) is PAL, and I would like to get the new Korean DLC, but I don't understand HOW I can change the dlcsetting.xml so that Pete and Wendell can deliver them to me.

Any help would be gratefully accepted
Let's start with the default example of "dlcsetting.xml" file that I put in the DiiLC webpage (in wiibrew.org website).

Since you have PAL version you need to change first the savegame file location/stored in SD card (use RUUP for PAL):

Code:
<savesdir>
       <sdirname>sd:/WIISAVES/RUUP/</sdirname>
       <sfilename>RVFOREST.DAT</sfilename>
</savesdir>
That assumes that you use Waninkoko's savegame extractor/installer wiibrew applications.

Then you just need to change the KR region section of player number for both item and pattern:

Code:
<krregion>
       <krlettername>ltrkk</krlettername>
       <krletterplayer>5</krletterplayer>
       <krletterslot>4</krletterslot>
       <krpatternplayer>5</krpatternplayer>
       <krpatternslot>4</krpatternslot>
</krregion>
That's all, leave the rest the same. Player number 5 are Wendell (for pattern) and Pete (for letter/item). And for them, the slot numbers are meaningless, since they will bring pattern and letter and give those to each character in the game.

Try that and let me know whether it works or not.

Cheers.