Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lusan

Pages: [1]
1
Graphical / Re: Looking for old aali's driver
« on: 2016-06-30 14:18:29 »
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 ?

2
Graphical / Re: Looking for old aali's driver
« on: 2016-06-30 12:03:25 »
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]
# 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]
INFO: FF7Music helper plugin loaded
LOCK UNLOCK TEST
MATRIX INITIALIZE
INITIALIZE DD/D3D END
initializing sound...
creating dsound primary buffer
reading audio file
loading static sounds
sound initialized
set music volume: 127
set music volume: 127
Entering MAIN
Exiting MAIN
START OF CREDITS!!!
INFO: D:\FF VII\FINAL FANTASY VII\data\movies\eidoslogo.avi; vp8/vorbis 1280x960, 30.000000 FPS, duration: 11.133000, frames: 334
INFO: slow output format from video codec vp8; 0
ERROR: couldn't lock sound buffer
set music volume trans: 127->0, step=60
END OF CREDITS!!!
Entering MAIN
set music volume: 127
Exiting MAIN
START OF MENU SYSTEM!!!
END OF MENU SYSTEM!!!
Entering MAIN
Exiting MAIN
Field Start
WM_CLOSE
Field Quit

This gave me no music at all.

Should I move to the audio section ?

3
Graphical / Re: Looking for old aali's driver
« on: 2016-06-29 13:45:04 »
Thanks for your answer ! I have good news and bad news

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

the end of app log :
Code: [Select]
Entering MAIN
Exiting MAIN
Field Start
ERROR: 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]
INFO: VGMStream music plugin loaded
LOCK UNLOCK TEST
MATRIX INITIALIZE
INITIALIZE DD/D3D END
initializing sound...
creating dsound primary buffer
reading audio file
loading static sounds
sound initialized
set music volume: 127
set music volume: 127

4
Graphical / Re: Looking for old aali's driver
« on: 2016-06-29 09:19:46 »
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]
# 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.

5
Graphical / Looking for old aali's driver
« on: 2016-06-28 17:56:05 »
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 :


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  :-\

Pages: [1]