This will permanently ban this user and delete all associated comments. This action is irreversible, are you SURE you want to do this?!
Final Fantasy VII w/sound and cursor
- Added Dec 11th 2007 by
koopatroopa_15
- Download this theme
- 31 Comments
Click the thumbnails to see the larger image
Author: Cooper B - Size: 4.56Mb
This is a nifty new theme I just cooked up tonight. It has FFVII related icons for everything and even has the menu sounds from the game built in !. It has 3 different backgrounds and the Web browser cursor has been changed to the good ole FFVII " glove " as well.
Enjoy and lemme know what you think !!!
Latest themes
-
MW3 Theme larsjuuuHH
- Added Oct 2nd 2011
- 6,745 times
-
Portland Trailblazers 2008-09
- Added Sep 20th 2011
- 1,477 times
-
Dark Souls MDT
- Added Sep 8th 2011
- 3,767 times
-
Dark Souls Theme 03 (HD only)
- Added Sep 8th 2011
- 4,848 times
-
Dark Souls Theme 02 (HD only)
- Added Sep 8th 2011
- 3,319 times
Advertisement
Latest news
-
PS4 version of Gran Turismo 6? 'We do have plans for PS4,' confirms Yamauchi
- Published 12 h 25 m ago
- 3 Comments
-
The Last of Us comic sells out, artbook now up for pre-order
- Published 16 h 10 m ago
- 1 Comments
-
Killzone: Mercenary release date pushed forward
- Published 22 h 27 m ago
- 1 Comments
-
Ratchet & Clank: Full Frontal Assault for PS Vita due May 21
- Published Yesterday
- 2 Comments
-
Rumor: Rainbow Six: Patriots cancelled
- Published Yesterday
- 3 Comments



Comments
Mike_Harradence
Wow! Amazing theme! Love it. My only suggestion is to add more backgrounds to alternate.
koopatroopa_15
Thanks for the kind words ! This is actually the first theme I have done and I have really enjoyed it. I will definately throw in some more backgrounds in future versions. I am hoping to get more input on things I could do to make it better.
Cheers !
Mike_Harradence
Is it possible to have songs, rather than sound effects? If you could get the FFVII soundtrack to play while on the XMB this would be the best theme ever created!
koopatroopa_15
As of now I don't beleive you can. There is a very limited amount of space you can use for audio. I only have 4 diff sounds, each less than 1 sec long, and it already takes up roughly 1/8th of the space available. I will try to research it a bit more though, I am still quite new at this (^_^).
I am guessing / hoping that in the future we will be able to implement real music clips. It would also be really nice if you could create and upload custom fonts =(.
Mishap
Hey koopa i was wondering, if you can help me out here, love the theme just how did you add the sounds?? i would appreciate if you coud lend me a hand.. my email is mishappp@gmail.com or msn Rawatts409@yahoo.com thanks in advanced.
Ali4Chris
Same. I love the theme and would like to know how to add VAG files and how to code for them in the XML file.
koopatroopa_15
To Mishap and Ali4Chris:
Making the sounds isn't actually too tough. I used PS3ThemeBuilderV2.1. Under the Additional Commands tab there is an option to upload sounds for different actions.
You can find all of the sounds at http://uirpg.com/resources.php?act=browse&sub=genre&cat=sfx but when you DL them they come as .wav files which PS3 Theme Builder doesn't like. PS3 Theme Builder likes " .vag " files ( hehe... .vag ). The only tool I found that can convert .wav to .vag is Awave studio available at www.fmjsoft.com/awframe.html . The free version only lasts 45 days but /shrug. It was really pretty easy and to be honest... I didn't actually open the .xml file at all lol. Ps3ThemeBuilder does it all for you.
Ali4Chris
Thanks I'll give it a go lol.
fnaticalba
ahh finally, i can add sounds to my theme :)
mustang750r
awsom theme big Final Fantasy VII fan
74Nova
So why is it that no one else can add sound even using that theme builder, also.. who is cooper_b?
koopatroopa_15
Cooper B is me lol, the guy that made this theme. You can put in sound effects with PS3ThemeBuilderv2.1 as I explained in the post above. You just have to convert them from .wav or whatever to a .vag file using the utility I also linked above =P.
Awave studio available at www.fmjsoft.com/awframe.html
74Nova
Yes I used mfaudio for the .vag format, I understand that yet when we save the theme and attempt to compile it with the compiler, it gives an error message stating "unkown tag line 'setable'"
koopatroopa_15
hmmm... never encountered that error. Your sound files don't exceed the size limit do they ? Also might wanna try using the program I linked just to see if it works any better.
74Nova
The problem is NOT the sound files, it's the XML tagline... the compiler doesn't even get to the point of "seeing" the sound files, you can take the path name for the sounds out completely and you still get the same error and just for arguements sake ( wait... are we arguing?, i forgot :( ), I downloaded the sound converter you linked to, same exact thing... everywhere else I go it seems that everyone else has the same problem with the compiler
koopatroopa_15
lol no bro you will get no argument from me =). I never opened an xml file when I made it the app did it all for me. Your using the newest version of PSThemeBuilder ? ( v2.1) cause I think that they just implemented sound in that version.'
If it helps though you can compare my xml for that part with yours and see if there is anything that is suspect...
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<infotable>
<info name="Blank Theme" icon="THEME ICON.png" url="undefined" author="Cooper B" authoricon="Mardi Gras.png" genre="Games" version="v1.01" comment="Built using PS3 Theme Builder

( added a few more backgrounds )" preview="preview.png" />
<localizedinfo locale="en" name="Final Fantasy 7" icon="THEME ICON.png" author="Cooper Brubacher" authoricon="Mardi Gras.png" genre="Videogame" version="1.00" comment="My first theme for the PS3. Hope you all enjoy it !!!" />
</infotable>
<setable>
<se id="se_optionmenu" left="FF7MENUREADY.vag" right="FF7MENUREADY.vag" />
<se id="se_system_ok" left="FF7MENUOK.vag" right="FF7MENUOK.vag" />
<se id="se_cancel" left="FF7MENUCANCEL.vag" right="FF7MENUCANCEL.vag" />
<se id="se_cursor" left="FF7MENUMOVE.vag" right="FF7MENUMOVE.vag" />
</setable>
74Nova
Thank you for all your trouble, already downloaded your theme, extracted it and examined it... even tried to extract and immediately compile it again to no avail, haha... ah well, Thanks anyway :D
koopatroopa_15
Sorry your having so much trouble. This might be a silly question but you do have he .NET framework 2.0 right ? The fact that the compiler isn't recognizing "setable" suggests some kind of software mis-match or a syntax error. Lemme know if you get it working (^_^)