Final Fantasy VII w/sound and cursor
- Added Dec 11th 2007 by
koopatroopa_15
- Download this theme
- 5,393 Downloads
- 20 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
-
Trabzonspor
- Added Nov 19th 2009
- 20 times
-
Go Steelers and Pens!
- Added Nov 17th 2009
- 54 times
-
Greeeeeeeen
- Added Nov 17th 2009
- 48 times
-
USC Trojans with Taylor Mays
- Added Nov 3rd 2009
- 66 times
-
VistaUltimate
- Added Nov 3rd 2009
- 120 times
Advertisement
Quick register
621 visitors online now
Latest news
-
SCEE boss says Wii slump and PS3 upturn is good for publishers
- Published Yesterday
- 17 Comments
-
Brink dev: PS3 tech is "alien"
- Published Yesterday
- 32 Comments
-
European PSN update; November 26, 2009
- Published Nov 26th 2009
- 31 Comments
-
Modern Warfare 2 DLC due out in spring 2010
- Published Nov 26th 2009
- 25 Comments
-
Uncharted's Nolan North says third game is 'assured'
- Published Nov 26th 2009
- 18 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 |
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 |
Ali4Chris
Thanks I'll give it a go lol.
fnaticalba |
alba17
ahh finally, i can add sounds to my theme :)
mustang750r |
MUSTANG750R
awsom theme big Final Fantasy VII fan
74Nova |
NovaMackenzie
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 |
NovaMackenzie
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 |
NovaMackenzie
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 |
NovaMackenzie
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 (^_^)