Author Topic: Idea about Main menu with music.  (Read 6070 times)

Takeru

  • *
  • Posts: 98
  • I died, a long time ago...
    • View Profile
Idea about Main menu with music.
« on: 2010-06-13 19:03:16 »
Well I was thinking if it were possible to add music support to Final Fantasy VII Main Menu like in Final Fantasy X (or later) Main menus

U know, the
> New Game
> Continue.
menu with MP3 background music.  ;D

lorddolor1989

  • *
  • Posts: 99
  • only thing a man needs is the love of a woman
    • View Profile
Re: Idea about Main menu with music.
« Reply #1 on: 2010-06-17 01:00:58 »
Well I was thinking if it were possible to add music support to Final Fantasy VII Main Menu like in Final Fantasy X (or later) Main menus

U know, the
> New Game
> Continue.
menu with MP3 background music.  ;D
or like KH i like the concept,however i have no idea how the heck do that xD

Takeru

  • *
  • Posts: 98
  • I died, a long time ago...
    • View Profile
Re: Idea about Main menu with music.
« Reply #2 on: 2010-06-17 04:45:59 »
Well I was thinking if it were possible to add music support to Final Fantasy VII Main Menu like in Final Fantasy X (or later) Main menus

U know, the
> New Game
> Continue.
menu with MP3 background music.  ;D
or like KH i like the concept,however i have no idea how the heck do that xD

Then we will have to destroy ff7.exe to find out how (*has a hammer on his hand*)

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Re: Idea about Main menu with music.
« Reply #3 on: 2010-06-17 11:21:40 »
Maybe this could be possible with ff7music??(just a guess)

Touph Guy

  • *
  • Posts: 49
    • View Profile
Re: Idea about Main menu with music.
« Reply #4 on: 2010-06-17 14:20:59 »
If FF7music reads triggers in the .lgp files to know what songs to play, perhaps a similar trigger could be injected into the menu script?

Takeru

  • *
  • Posts: 98
  • I died, a long time ago...
    • View Profile
Re: Idea about Main menu with music.
« Reply #5 on: 2010-06-17 17:32:49 »
If FF7music reads triggers in the .lgp files to know what songs to play, perhaps a similar trigger could be injected into the menu script?

yeah, that may be a posibility.

maybe if we add a new mid file into the lgp and inject it on the menu script, then FF7MUSIC should recognize it and start playing the song (just a guess).  ;D

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Re: Idea about Main menu with music.
« Reply #6 on: 2010-06-17 19:17:25 »
it might be easier to associate it with Aali's driver. Since the driver externally calls for textures, whenever it calls for buster_00.png it could also signal an MP3 to begin playing. I have no idea how this could be implemented, but it seems to be much easier than mucking around with the EXE or FF7music.

lee

Takeru

  • *
  • Posts: 98
  • I died, a long time ago...
    • View Profile
Re: Idea about Main menu with music.
« Reply #7 on: 2010-06-17 19:44:55 »
it might be easier to associate it with Aali's driver. Since the driver externally calls for textures, whenever it calls for buster_00.png it could also signal an MP3 to begin playing. I have no idea how this could be implemented, but it seems to be much easier than mucking around with the EXE or FF7music.

lee

But still to do that it needs the .tex file in the lgp so...

We would need another mid file in lgp and create the external reference to the mp3, but the thing it's that there's no association with the Main Menu in FF7 like it is with the .tex files, so that would make a problem on it.

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Re: Idea about Main menu with music.
« Reply #8 on: 2010-06-17 19:50:56 »
no, what im saying is have the buster_00.png call ALSO begin playing an MP3. There is no reason you would have to add anything to the LGP.

Aali driver--->buster_00.tex---->Aali calls buster_00.png----->also calls another program to play MP3

i dont see any reason one texture could not be used to call 2 separate things at the same time. Once the texture disappears then the music ceases to play(which would kinda suck because it would make the load menu silent)

Takeru

  • *
  • Posts: 98
  • I died, a long time ago...
    • View Profile
Re: Idea about Main menu with music.
« Reply #9 on: 2010-06-17 21:22:01 »
Oh well if someone knows where ff7 starts calling the mids (not the lgp). I would give it a try to see what I can do.  :-P

nikfrozty

  • *
  • Posts: 1215
  • Cloud kicks Sephiroth's Butt Anytime
    • View Profile
Re: Idea about Main menu with music.
« Reply #10 on: 2010-06-18 11:31:24 »
no, what im saying is have the buster_00.png call ALSO begin playing an MP3. There is no reason you would have to add anything to the LGP.

Aali driver--->buster_00.tex---->Aali calls buster_00.png----->also calls another program to play MP3

i dont see any reason one texture could not be used to call 2 separate things at the same time. Once the texture disappears then the music ceases to play(which would kinda suck because it would make the load menu silent)
So you mean we can have textures folder and mp3 folder that comes with Aali's driver?? The files inside could be named start_00.mp3?? That would be awesome if it was possible.