|
  
|
|
|||||||
| Tutorials A collection of tutorials to help you with various programs. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | ||
|
Squirt
Join Date: Jan 2008
Posts: 17
Reputation: 16
Donate |
In this tutorial I will show you how to not only change the background of the Zune software but also the color scheme as well. Try it out!
Here is a screenshot of my own, hand coded layout for my Zune Player http://corylulu.com/zunescreenshot.jpg ![]() ________________________________________ How to change the background by simply replacing the old ones You know hand coding it is not very hard if you have Resource Hacker Simply open up ZuneShellResource.dll (This file can be found in your C:/Program Files/Zune folder) after that there are only a couple things you need to do to edit your bunch of crap. first off... if you go into the RCData section you will see a series of 6 items called FRAMEBACKGROUND[xx].PNG For those who are unfamiliar with Resource Hacker, the program opens up .dll files so that you can read them. In that file may contain images and style sheets, so those files have to be modified to change the background For changing the Zune background the file that you will be looking to replace is the RCData sub named FRAMEBACKGROUND[XX].PNG XX - being the number you want to replace. 00 being the first one on the display screen for your Zune software 05 being the last To change this with a file you have (does not have to be PNG) go to Action > Replace other Resource it will ask what resource type it is. Just type in RCData then replace the FRAMEBACKGROUND[XX].PNG that you desire. (If you would rather add an additional background scroll down and I will show you how to do that as well) When your done with that make sure to right click on the .png you uploaded it will open up with a single drop-down reading "0" Right click on that and hit Change Language Change the "0" to "1033" ________________________________________ Change the color scheme In addition to this tutorial I would like to show everyone how to change the color scheme of the program as well. I have most of it mapped out but some of it is a mystery. To change the colors its pretty simple Go to the RCData and scroll down Styles.UIX Open the 1033 file to see the style code. If you scroll down (not to far) you will see this immediately: Quote:
<color name="w/e" Color="xxx, xxx, xxx"/> xxx value to your desired colors, using the RGB spectrum and it will change all the font on the screen. For mine I simply change Dark Gay to Orange and changed DoradoBlack to pink and some minor changes to other. ________________________________________ Adding a new item on the display menu Now if you want to add a new section to your menu on your actual Zune software just follow this instruction. If you scroll down far enough in the Styles.UIX file you will also find a section that looks like this Quote:
go to Action > Add New Resource Again, the resource type is RCData And name it whatever name you would like I stayed with the FRAMEBACKGROUNDXX.PNG to stay organized.... ________________________________________ Saving after modify At the end of this don't try to save it directly. To make sure it works, move the unmodified version out of the Zune folder to somewhere safe (I just used my desktop). Then compile the code and Save As in the Zune folder the same file name, ZuneShellResource.dll. If you receive and error while opening it, you did something wrong, simply move the safe original copy back into the folder.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Last edited by corylulu : 01-16-2008 at 11:12 PM. |
||
|
|
|
| Remove Advertisements Sponsored Links | |
Advertisement |
|
|
|
#2 (permalink) |
|
Support Team
Moderator Ultimate Zuner Join Date: Apr 2007
Location: What a stalker!
Posts: 6,433
Reputation: 257
Donate |
We already knew how to change the background.
What we didn't know was how to change the fonts(atleast I didn't). +rep
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Do you live outside of the US, have Paypal, and want the Zune Pass? If so PM or visit my To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. . ![]() |
|
|
|
|
|
#3 (permalink) |
|
Squirt
Join Date: Jan 2008
Posts: 17
Reputation: 16
Donate |
Oh... well i was looking around and saw that you guys didn't yet have it... I posted what each font was used for...
But yeah... I just wanted to help out. I just updated it a bit and made it a bit easier to follow
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Last edited by corylulu : 01-18-2008 at 10:23 PM. |
|
|
|
|
|
#5 (permalink) |
|
Super Zunerē
Join Date: Jun 2007
Location: Florida
Posts: 3,587
Reputation: 65
Donate |
How do you compile this? I just saved(couldn't figure out how to compile) and as you said, it threw me an error.
BTW, using this is there a way to like, decrypt the Zune or whatever and start getting custom firmware on it? EDIT: OK I did something wrong, how do you compile this and save and make it work?
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Last edited by nathanlawliet : 01-18-2008 at 02:55 PM. |
|
|
|
|
|
#7 (permalink) |
|
Super Zunerē
Join Date: Jun 2007
Location: Florida
Posts: 3,587
Reputation: 65
Donate |
OK Mine is working, but no background image is appearing. What's up with it?
EDIT: OK, I changed backgrounds in "Settings" and realized it changes the default picture, kind of gay but whatever. I can live with it.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Last edited by nathanlawliet : 01-18-2008 at 03:19 PM. |
|
|
|
|
|
#8 (permalink) |
|
Jr. Member
Join Date: Sep 2007
Location: Little Elm, Texas, United States
Posts: 379
Reputation: 15
Donate |
They're "default" for a reason, and did you like them enough to keep them?
I like the tutorial, thanks man, now I'm just wondering how to change some of the image colors (for instance the bottom right pink "Now Playing" button) and I'll be set.
__________________
Live life to the fullest, or you will miss something. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Yeah, I know, two different names, but Jax came first then I made one for my current e-mail. Have you caught them all? :P ![]() ![]() ![]() ![]() |
|
|
|
|
|
#9 (permalink) |
|
Squirt
Join Date: Jan 2008
Posts: 17
Reputation: 16
Donate |
Here is a screen shot of the compile button
![]() But yeah I haven't mapped out the play button yet... but I'm sure if you play around enough you can figure it out. And you didn't have to replace the default ones.... I showed how to add in another option.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#10 (permalink) |
|
Jr. Member
Join Date: Sep 2007
Location: Little Elm, Texas, United States
Posts: 379
Reputation: 15
Donate |
Alright, it's been a few weeks, found out anything new?
__________________
Live life to the fullest, or you will miss something. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Yeah, I know, two different names, but Jax came first then I made one for my current e-mail. Have you caught them all? :P ![]() ![]() ![]() ![]() |
|
|
|
|
|
#11 (permalink) |
|
Experienced Zuner
Join Date: Mar 2007
Location: Where My Bed Is.
Posts: 211
Reputation: 24
Donate |
interesting learnd the font in other places and i cant figure out why i cant get mine to work i have before and the updated and all of it got changesd back i tryed to redo it and it did what it does when wrong codes are out in
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ![]() ![]() |
|
|
|
|
|
#12 (permalink) |
|
Panda-monium!
Premium Member
$zB: 662
Super Zuner Donate |
There was a thread earlier.. about this but goodjob anyways and your background looks very nice
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#13 (permalink) |
|
Super Zunerē
Join Date: Jun 2007
Location: Florida
Posts: 3,587
Reputation: 65
Donate |
This, like I said before, is good. But it'd be better if we could def*ck the software so it works better.
I also couldn't get the colors to be what I want, so I reverted to the original ![]()
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#14 (permalink) |
|
Squirt
Join Date: Jan 2008
Posts: 17
Reputation: 16
Donate |
But you don't learn from programs...
This way people get familiar with programming they might wanna do in the future. as for the colors you need to make sure that you keep the font NAMES but change the COLOR CODE.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#15 (permalink) |
|
Squirt
Join Date: Nov 2007
Posts: 15
Reputation: 13
Donate |
Is this software free? Because I could do some really BA things with this!
Edit: Or I guess can someone help to download it, because the site says it's no longer available. This makes me sad. Please help. Last edited by SOG Cerberus : 03-01-2008 at 05:34 PM. |
|
|
|
|
|
#16 (permalink) |
|
Squirt
Join Date: Jan 2008
Posts: 17
Reputation: 16
Donate |
Software is free.
Plus the programming language is super easy ****. I am working on making another tutorial... but note that some changes to the files will make the program not work. It's really easy to **** up so unless you know the entire program inside and out, its not easy to make huge changes.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#17 (permalink) |
|
Squirt
Join Date: Nov 2007
Posts: 15
Reputation: 13
Donate |
Actually, I did quite well. I made a background with Alessandra Ambrosio on it, and I want a couple with Gears of War pics but I didn't understand how to make a NEW theme, where I can still have the old ones and make new. I love this little program though. I like hhow you don't really have to install it, it's just like a widget or something. =)
|
|
|
|
|
|
#18 (permalink) |
|
Squirt
Join Date: Jan 2008
Posts: 17
Reputation: 16
Donate |
As far as i know, you cant have different color schemes for different backgrounds unless your completely recode the entire thing. But you can always just have different .dll files that you can change them out with when you get bored.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|