Forum Contributor
Hey i dont have time to fiddle with this stuff and if u like to make these and there easy id like to know if ud make me a theme for my ps3, im an Anime/CoD/Magic The Gathering guy. my animes i like are Fairy Tail, Sword Art Online, Accel World, Katekayo Hitman Reborn!, and my CoD games are well all of them, And well my MTG decks are all good and based off new sets well idk how ud do it but if u could do that for me and get back to me on like a rough copy of it or a final copy of it u can message me on ps3, my psn is kingwolfen , or email me at kingwolfen@hotmail.com. Or if its actually easy for me and i dont gotta download foreign content and my firewall blow it up, then ill consider it, but if u can do it easy that'd be awesome, and for the ICONS to be different just make em look like skyrim symbols if possible. thanks
RyanGustin said
Hey i dont have time to fiddle with this stuff and if u like to make these and there easy id like to know if ud make me a theme for my ps3, im an Anime/CoD/Magic The Gathering guy. my animes i like are Fairy Tail, Sword Art Online, Accel World, Katekayo Hitman Reborn!, and my CoD games are well all of them, And well my MTG decks are all good and based off new sets well idk how ud do it but if u could do that for me and get back to me on like a rough copy of it or a final copy of it u can message me on ps3, my psn is kingwolfen , or email me at kingwolfen@hotmail.com. Or if its actually easy for me and i dont gotta download foreign content and my firewall blow it up, then ill consider it, but if u can do it easy that'd be awesome, and for the ICONS to be different just make em look like skyrim symbols if possible. thanks
hahahahaha these tools arent foreign thank god for us huh? its really easy to make ur own theme in fact i feel like a nerd in the script-coding business
tryin new ideas myself. for image resizing/converting i use photo magician 2 then for the icons i just use a bunch of random pictures (be sure these pictures are renamed to that of the picture u re replacing ) ur wallpapers will need to be renamed 1.jpg -7.jpg from there if u need help pm me oh great now i read the date on that post smh i sent an inbox about it
Forum Contributor
Stop Zoom Effect:
*Open 'ProSlideShow.js' in wordpad or notepad++.
*Look for the number sequences 15.5, 9.5, 46 and 15.5, 9.5, 49.
*Change the '46' and '49' to '47'.
*Open 'ProSlideShow.xml' in wordpad or notepad++.
*In the 'Camera' section look for 'position="15.5, 9.5, 49".
*Change the '49' to '47'.
I say to change it to '47' so the theme fills the entire screen for those of us that use the 'Just Scan' feature on our HD TVs. Otherwise '49' is the default for 16:9.
Forum Contributor
Haha, I hate that too. It's because we have to convert the pics to DDS. The conversion type that the PS3 accepts is very lossy/low quality. There are DDS conversion types that are 1:1 quality, but it makes a file many times the size of the original and is not accepted in a PS3 theme. Personally, I think it's a really sucky format and always wondered why Sony uses it. VAG files for sound are ass too. Why doesn't Sony just use JPEGs or PNGs for pics and WAV or MP3 for sound? (shrugs)
Forum Contributor
1. download the Original JS if you don't already have it (replace old JS with this one) http://www.mediafire.com/?di5wd15fa1bal4
2. open the file in notepad++ or wordpad.
3. look for 'var random = Math.floor(7 * Math.random());' change the 7 to a 0
Hallo Mr. GlowBall,
Because I did not find my new topic on this I try it here again. Sorry for double post in this case.
I really like your work on the ProslideShow creation prozess. It is very easy and simple. But as the title says I still do not understand the image limit. I read already something about the raf and js and xml files but it does not help. So I hope at least you can give me a glue on why it does not work or better how it can realized.
I changed the .xml to handle 8 images. I add a new actor to the .js file and changed the random part from "7 * math.random()" to "8 * math.random(). I also tried "0 * math.random() and simply "var random = 1" without all the random part.
But unfortunately all this does not work. I always get the original skin on the PS3 after 3 or even 1 image displayed.
So I hope you will one more try to explain the matter on this. I did not really found something helpful in your older posts here.
Some snipet of the xml:
Correspondig snipet in js:
var image = new Array(
new Actor("01")
, new Actor("02")
, new Actor("03")
, new Actor("04")
, new Actor("05")
, new Actor("06")
, new Actor("07")
, new Actor("08")
);
and
var random = Math.floor(8 * Math.random()); or var random = Math.floor(0 * Math.random()); or var random = 1;
Thank you very much in advance for an answer.
2 Guest(s)