Looking for old aali's driver

  • Thread starter Thread starter Lusan
  • Start date Start date
Status
Not open for further replies.
L

Lusan

Guest
Hello  :D

I'd like to mod the game as I did a few years ago, if I remember correctly aali's driver used to allow these kind of modifications :
1267740206-opengl_newbattleinterface.jpg


Menu overhaul is really cool but that is all I need really :)

Old versions links are down and the latest 8.1b doesn't do that anymore.

Any help is welcome, I really have looked the best I could but I can't find those drivers  :-\
 
Alright then, found driver 7.11b in Tifa's bootleg torrent, people are still seeding it :D and it works fine, the game is ok, but the music plugin is not.

It is set up that way :
Code: [Select]
Code:
# plugin used to play music, the FF7Music plugin MUST be enabled for FF7Music to work.# If no music plugin is loaded the game will play MIDI as usual but FF7Music will NOT work.music_plugin = ff7music.fgp
.ogg here : FINAL FANTASY VII\music\ff7music


And then -> Error loading music plugin when launching the game.


It looks like the driver can't load its own plugin, how is that even possible.
 
Alright then, found driver 7.11b in Tifa's bootleg torrent, people are still seeding it :D and it works fine, the game is ok, but the music plugin is not.

It is set up that way :
Code: [Select]
Code:
# plugin used to play music, the FF7Music plugin MUST be enabled for FF7Music to work.# If no music plugin is loaded the game will play MIDI as usual but FF7Music will NOT work.music_plugin = ff7music.fgp
.ogg here : FINAL FANTASY VII\music\ff7music


And then -> Error loading music plugin when launching the game.


It looks like the driver can't load its own plugin, how is that even possible.
ff7music is not the plugin for ogg its a plugin to use the program FF7Music to play the music externally of the game . this is the old and error prone solution. the plugin you want to try for ogg support in aali's driver is called vgmstream (iirc) and the songs iirc go in <FF7>/data/music/vgmstream ..
 
Thanks for your answer ! I have good news and bad news

1st) Error at launch fixed.
I wrote this
Code: [Select]
Code:
music_plugin = ff7music.fgp
instead of this
Code: [Select]
Code:
music_plugin = plugins/ff7music.fgp
2nd) Even with vgmstream, I still have no music :roll:

the end of app log :
Code: [Select]
Code:
Entering MAINExiting MAINField StartERROR: couldn't open music file: ‹ÿU‹ìQ¡/music/vgmstream/AYASI.ogg
.ogg are in FINAL FANTASY VII\music\vgmstream\... which seems correct.

Part of app log that shows plugin is loaded :
Code: [Select]
Code:
INFO: VGMStream music plugin loadedLOCK UNLOCK TEST MATRIX INITIALIZE INITIALIZE DD/D3D END initializing sound...creating dsound primary bufferreading audio fileloading static soundssound initializedset music volume: 127set music volume: 127
 
Try with ff7music.fgp
(This is FFVII steam version with FFVII converter and aali's driver 7.11b applied on top of 8.1b)

Code: [Select]
Code:
# plugin used to play music, the FF7Music plugin MUST be enabled for FF7Music to work.# If no music plugin is loaded the game will play MIDI as usual but FF7Music will NOT work.music_plugin = plugins/ff7music.fgp
Code: [Select]
Code:
INFO: FF7Music helper plugin loadedLOCK UNLOCK TEST MATRIX INITIALIZE INITIALIZE DD/D3D END initializing sound...creating dsound primary bufferreading audio fileloading static soundssound initializedset music volume: 127set music volume: 127Entering MAINExiting MAINSTART OF CREDITS!!!INFO: D:\FF VII\FINAL FANTASY VII\data\movies\eidoslogo.avi; vp8/vorbis 1280x960, 30.000000 FPS, duration: 11.133000, frames: 334INFO: slow output format from video codec vp8; 0ERROR: couldn't lock sound bufferset music volume trans: 127->0, step=60END OF CREDITS!!!Entering MAINset music volume: 127Exiting MAINSTART OF MENU SYSTEM!!!END OF MENU SYSTEM!!!Entering MAINExiting MAINField StartWM_CLOSE Field Quit
This gave me no music at all.

Should I move to the audio section ?
 
are you using the program FF7Music? If you are not then the ff7music plugin will not work it only passes the music cues to an EXTERNAL program called FF7Music.
the path for your vgmmusic looks wrong read the error again..

ERROR: couldn't open music file: ‹ÿU‹ìQ¡/music/vgmstream/AYASI.ogg
doesn't seam like a valid path  to me..  you should check that is the path ff7 is installed into .
 
That is indeed a wrong path. It should look like D:\FF VII\FINAL FANTASY VII\music\vgmstream\...

Using 8.1b driver the music is taken from this folder and everything is ok. With 7.11b it gives you that wrong path and no music is played.


Could vgmstream plugin not be compatible with 7.11b driver ?
 
You need the program ff7 music for the 7.11 driver. The native ogg support is new since the 8.00 driver.
 
Status
Not open for further replies.
Back
Top