SOTM Contest - Vote for the best signature!
Time to vote for the best signature. Click here to do so.

No more ads and full access!
Login or Register to get rid of full page ads and to get full access to the forums!

[-]
Member of the Week
Member Of The week: iWinterBoard with 70 Posts.
(Would you like to become one too? Start posting!)


Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tutorial on makeing your own softmii themes
Author Message
triggerftu Online
Super Moderator
******
Super Moderators

  • Posts: 652
  • Joined: Jul 2008
  • Reputation: 2
  • Member of Week: 2 Times
Post: #1
tutorial on makeing your own softmii themes
now i take no credit for this tut none at all and it's probably the most simplified tut i have found so far. fair warning to those out there make sure u have preloader and also a backup of your 0000042.app and/or your 0000045.app incase of system menu brick.

digitydogs from GBAtemp Wrote:You will need the following tools. Try to find the appropriate language for you, it makes things alot easier. It MUST be these tools to work properly. This is the only reliable combination i have found.
  1. Adobe Photoshop CS3 or CS4
  2. U8Tool by HowardC - Used to unpack.pack app file
  3. u8Pack 0.8.0 by gally - Used to inject the tpl into the unpacked ash.arc file without unpacking.
  4. TPLConv .4 by by gally - used to inject image files into tpls and select transperancy
  5. ASH.exe by Crediar - used to decompress the ash into ash.arc files.

I'll try to keep this simple and easy to understand. Only change one image at a time, that way if you make any mistakes you'll know what image it was on and you can easily fix or undo it.

  1. Copy the 4x.app file that you obtained into a new empty directory
  2. Run U8tool Next to the entry for Archive file Click the ... box to enter file selection menu. Select your 4x.app
  3. Click the lower left button marked extract. Wait Awhile... Quite Awhile.... I'm not kidding. No its not frozen.. its just slow... No you can't use something else to do this part, they don't do it properly. It can take up to two hours, since it can only see one processor and one thread frown.gif Don't worry packing only takes 20 seconds.
  4. Once it finally finishes unpacking copy the 00000004x_app_out directory to somewhere for safe keeping, so if you mess up badly you never have to extract that again. you could even rar or zip up a copy of the directory if you want.
  5. Using 56killers ash guidechart find the image you want to change.
  6. Copy Ash.exe into the 000004x_app_OUT\layout\common directory
  7. Drag the ash file that contains the images you wish to change onto ash.exe, or from a command prompt in the current directory just run ash.exe <filename.ash>
  8. note:This will output a .ash.arc you can now delete the original .ash
  9. Rename the .ash.arc file to .ash
  10. delete the ash.exe copy from the common directory

    Thanks to how 56killer has made his charts we can use them to our advantage and skip several tedious steps.
  11. Right click on the image on 56killers post and select save image as, then save the image as it is named it will be a bmp
  12. Open this bmp in Photoshop CS3 or CS4.
  13. Make the changes to it that you want to take effect, but you cannot change the size of the image.
  14. Note:If it is an image with a transparency it is best to use the color the original images use for transparent areas, you can get away with other colors, but on some images it causes the rest of the screen to go distorted.
  15. Save your image as a 32 bit bmp no alpha layers.
  16. (Note: Some images like the cursor have their own secondary and third images that are used for alpha transperancies and color blends)
  17. Run tpl conv by gally.
  18. Select Read image and then select the bmp you just saved.
    If your image has a transparent color then select RGB5A3 and click on the color that is supposed to be transparent.
  19. Note:If your image does not have any transparent sections then select RGB565.
  20. Click Save TPL
  21. Save the TPL with the name of the original image (example my_ComBtn_d.jpeg.bmp would be saved as my_ComBtn_d.tpl)
  22. Close TPLConv
  23. Run U8Pack by gally
  24. Select Open Archive and open the ash file that you decompressed (in example about that would be board.ash)

    You will get a directory and file listing showing the contents of the ash file.
  25. Scroll down to the timg directory and find and select the file you are replacing. They must be named identically.
  26. Now click add file and select the tpl you created with tplconv.
  27. It should prompt you to overwrite the file, if it doesn't exit the program, check your file naming and start u8pack from the beginning. If it does ask tell it yes.
  28. Then select create archive select the original .ash file you opened and hit save after a moment a box pops up confirming the file was created.
  29. Close any programs open from earlier steps.
  30. Run U8Tool this time choose the ... box next to archive folder and select the 000004x_app_OUT directory
    the only things selected should be delete any recursive "_out" folders before packing and regular archive header. anything else will cause corruption of system menu. Archive file should automatically fill out as 0000004x.app in the directory containing 000004x_app_OUT
    Press Pack... wait up to a minute. a box will pop up saying the app was created.
  31. Copy the app to sd and install with your prefered app installer.
  32. Reboot system.
  33. Enjoy change or make adjustments. If you want the original back just copy the original 4x.app i told you to put somewhere safe to sd and install it via app installer.

    Hope everyone can follow that. i've been sick the last 5 days now, meant to put this up sooner.
  34. Note you can use yaz0enc.exe to encode the .ash files and reduce their size to almost normal.

[Image: sig1a.jpg]
(This post was last modified: 01-23-2010 10:22 AM by triggerftu.)
02-20-2009 07:25 PM
Find all posts by this user Quote this message in a reply
dBOMB90 Offline
Mod n somthing else
******
Super Moderators

  • Posts: 2,206
  • Joined: Jul 2008
  • Reputation: 8
  • Member of Week: 0 Times
Post: #2
RE: tutorial on makeing your own softmii themes
wow lol.. i wont be making any..





02-21-2009 02:55 AM
Visit this user's website Find all posts by this user Quote this message in a reply
M33 User Offline
Super Moderator
******
Super Moderators

  • Posts: 2,643
  • Joined: Jul 2008
  • Reputation: 7
  • Member of Week: 1 Time
Post: #3
RE: tutorial on makeing your own softmii themes
I definately will.

02-21-2009 07:39 AM
Find all posts by this user Quote this message in a reply
triggerftu Online
Super Moderator
******
Super Moderators

  • Posts: 652
  • Joined: Jul 2008
  • Reputation: 2
  • Member of Week: 2 Times
Post: #4
RE: tutorial on makeing your own softmii themes
heres a kinda a beta view of something i just finnished.

this is a personal build (this theme i'm not goin to release for public use lettin ppl see what i did). i'm thinkin of makeing some cool themes to post.

also note this is a photoshoped ver of the offical that someone did i added the modifacations due to the fact i have no video capturecard.

[Image: mycustom.jpg]

[Image: sig1a.jpg]
(This post was last modified: 02-21-2009 05:26 PM by triggerftu.)
02-21-2009 04:46 PM
Find all posts by this user Quote this message in a reply
M33 User Offline
Super Moderator
******
Super Moderators

  • Posts: 2,643
  • Joined: Jul 2008
  • Reputation: 7
  • Member of Week: 1 Time
Post: #5
RE: tutorial on makeing your own softmii themes
Looks good man.

02-22-2009 03:24 AM
Find all posts by this user Quote this message in a reply
RiPPERD Offline
Special Member
Special Member

  • Posts: 146
  • Joined: Jul 2008
  • Reputation: 0
  • Member of Week: 0 Times
Post: #6
RE: tutorial on makeing your own softmii themes
any chance u can post apps needed?

.
.
FREELOADERZ - THE NEW PLACE TO BE!
[Image: 2lwr5l4.png]

[Image: 360382969.png]
03-10-2009 10:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
triggerftu Online
Super Moderator
******
Super Moderators

  • Posts: 652
  • Joined: Jul 2008
  • Reputation: 2
  • Member of Week: 2 Times
Post: #7
RE: tutorial on makeing your own softmii themes
well if you have healthii installd you have all the files you need right in the healthii folder

[Image: sig1a.jpg]
03-11-2009 04:35 AM
Find all posts by this user Quote this message in a reply
RiPPERD Offline
Special Member
Special Member

  • Posts: 146
  • Joined: Jul 2008
  • Reputation: 0
  • Member of Week: 0 Times
Post: #8
RE: tutorial on makeing your own softmii themes
o really... i installed it today but it wants a wad file and 2 others...

.
.
FREELOADERZ - THE NEW PLACE TO BE!
[Image: 2lwr5l4.png]

[Image: 360382969.png]
03-11-2009 08:34 AM
Visit this user's website Find all posts by this user Quote this message in a reply
lowsnamebrand Offline
Special Member
Special Member

  • Posts: 690
  • Joined: Jul 2008
  • Reputation: 3
  • Member of Week: 0 Times
Post: #9
RE: tutorial on makeing your own softmii themes
i wanna make a them but im afraid to LMAO


My favorite Band
[Image: Sublime_Sun_Logo_Black_Shirt.jpg]
03-16-2009 03:59 AM
Find all posts by this user Quote this message in a reply
RiPPERD Offline
Special Member
Special Member

  • Posts: 146
  • Joined: Jul 2008
  • Reputation: 0
  • Member of Week: 0 Times
Post: #10
RE: tutorial on makeing your own softmii themes
if u have used softmii then u are safe from banner bricks mate just try it

.
.
FREELOADERZ - THE NEW PLACE TO BE!
[Image: 2lwr5l4.png]

[Image: 360382969.png]
03-16-2009 08:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply

Share
Share this thread!
Share/Bookmark
Post Reply 


Forum Jump: