Author Topic: Custom graphics driver for FF7/FF8 [v.1-.7.6]  (Read 755876 times)

drfeelgud88

  • *
  • Posts: 1355
  • da DOC iz here!
    • View Profile
    • My YouTube
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1200 on: 2009-08-18 23:22:22 »

for me, it just doenst play at all... idk why :(
Check the thread I made on setting up your FF7 Music, then use Aali's newest driver .7.1 and make sure to uncomment the plugins part of the .cfg.  And it should run just fine
did u say... ff7 music? oh god no! the process of installing ff7music is sooo complicating that i wont even touch it! tho i wish i could but i dont want to f*** anything up  :oops:

EDIT: sincerest apologies for going off-topic

Hellbringer616

  • *
  • Posts: 1913
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1201 on: 2009-08-18 23:37:07 »
Aali, FF7 music is fixed, you put a # before the music patch you mades path, Remove it and FF7Music works like a charm

Covarr

  • Covarr-Let
  • Administrator
  • *
  • Posts: 3941
  • Just Covarr. No "n".
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1202 on: 2009-08-19 00:21:04 »
i realize this is probably very premature, but is there any chance of you adding bumpmapping to a future version of your driver?

lee
What would bumpmapping do? None of the game's assets use it.

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1203 on: 2009-08-19 19:44:57 »
well, older games (such as deus ex) have implemented bumpmapping and the effect is tremendous.  The world map with bumpmapped textures, weapons, enemies, player models, etc... could all be outfitted with bumpmaps.  Obviously this would only apply to custom content, the stock textures and materials would not show them by default.  Not sure if it is even possible due to the fact that the game has static lighting, so most bumpmaps would not really change depending on angle of viewing.  Still, i thought it might be interesting.

Just a question.

lee

Aali

  • *
  • Posts: 1196
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1204 on: 2009-08-19 19:49:57 »
To be fair, it doesn't have static lighting, try moving around at the bottom of the north crater for example, the green light is clearly coming from the center of the screen.

However, the lighting system is pretty simple, and it may not contain enough information about the lights to do all kinds of effects.

Of course none of this matters if I can't be arsed to actually understand how the software lighting works, something which I have yet to do.

pyrozen

  • *
  • Posts: 791
  • Team Avalanche Member
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1205 on: 2009-08-19 22:10:31 »
To be fair, it doesn't have static lighting, try moving around at the bottom of the north crater for example, the green light is clearly coming from the center of the screen.

i stand corrected :)  However, most of the game seems to take place in the same level of lighting(battles, world map, alot of scenes/backgrounds)  and i was just curious.  It's a piece of cake to create textures and bumpmaps for them, but alas, i lack the understanding to even begin to see how the light systems actually "lights".  I wish you the best of luck, you've done an excellent job so far!  Even without, the tools you've already provided have given a much needed boost to the FF7 (and FF7+) modding community.

lee

Hellbringer616

  • *
  • Posts: 1913
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1206 on: 2009-08-20 04:45:57 »
Aali, just a few basic questions on your driver (and a possible request)

From sl1982: Are semi transparent pixels on pngs ignored with your driver?

And now, when your driver loads up many PNG's at once there is lag. Is it possible to preload some of these textures (mostly for the menu/limit break i'd think) into memory without to much impact on performance? normal requirement for FF7 is 32mb, and 90% of PC's today have AT LEAST 512 so i'd think it wouldn't be to bad. But i don't know much about that.

If we can't preload them, Is it possible to make them load faster?

Thanks for your time in making your driver by the way, It is a must have if you play FF7

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1207 on: 2009-08-20 06:00:04 »
PNG files are not the most efficient file formats in the world. They take time to decompress. If yo need quick, you may want to try something with a little less compression.

obesebear

  • *
  • Posts: 1389
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1208 on: 2009-08-20 07:02:48 »
Quote from: obesebear
Found another potential issue with the sound in FF7.  During the part in the Wall Market where you infiltrate the inn to get a vending machine item, after you get the item from the vending machine, the music immediately restarts from the beginning.

It may have always done that, but it seemed a little odd so I thought I'd let you know just in case.
When the Sector 7 plate falls, the battle music doesn't stop playing when it should.
Upon waking up after Jenova's escape from Hojo's lab, the "resting" music continues playing until you inspect the guard.
Something also happened while RedXII and Aerith were in the tank, but I don't remember what  :-P

I figure I'll just keep modifying this one post with all the Music problems I discover

Hellbringer616

  • *
  • Posts: 1913
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1209 on: 2009-08-20 07:07:36 »
PNG files are not the most efficient file formats in the world. They take time to decompress. If yo need quick, you may want to try something with a little less compression.

I'll bring that up. Can Aali's driver load anything other then png? what format would you recommend?

Aali

  • *
  • Posts: 1196
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1210 on: 2009-08-20 07:59:35 »
Nevermind that, the next version of the driver will only ever load external textures once.

Right now it'll reload the texture every time FF7 reloads the original texture, and that's pretty often.

BlitzNCS

  • *
  • Posts: 889
  • Master of nothing in particular
    • View Profile
    • My Youtube
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1211 on: 2009-08-20 12:38:35 »
 :-D :-D :-D Sweet! :-D
but....wont that make FF7 eat up RAM or VRAM or something?

Hellbringer616

  • *
  • Posts: 1913
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1212 on: 2009-08-20 16:10:38 »
Means that for sl1982's GUI mod on top of FF7 you'll be using 35.5mb of RAM haha So i don't think it will

EDIT: Aali, what about semi transparent pixels? sl1982 wants to use AA'd fonts but can't because his semi transparent pixels show up solid.

Anyway to implement this?
« Last Edit: 2009-08-20 16:59:35 by hellbringer616 »

Cyberman

  • *
  • Posts: 1572
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1213 on: 2009-08-21 02:01:42 »
Nevermind that, the next version of the driver will only ever load external textures once.

Right now it'll reload the texture every time FF7 reloads the original texture, and that's pretty often.
And how much memory will you consume as a consequence? Remember the more memory you consume without releasing it the more likely you'll have:
1 a memory leakage issue
2 a slower program due to swapping because other programs running need memory.

Microsoft assumes that RAM is theres (not a joke it's a fact) and they do use a HUGE chunk of it even if it doesn't look like it.  This means you'll always have SWAPPED out memory.
Any time you have large chunks of allocated memory you will get slower hard disk performance. This is because of SWAPPING caused by loading more data into memory. It seems part of there allocation scheme for memory involves swapping data out immediately (to keep more room for ... something).

Anyhow.. windows is ill behaved with large memory allocations.  Hence I recommend you consider a texture caching scheme before you make it difficult to implement.

Genius is the art of planning ahead.

Cyb

Hellbringer616

  • *
  • Posts: 1913
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1214 on: 2009-08-21 02:10:46 »
I thought thats what he was going to do was cache the textures

obesebear

  • *
  • Posts: 1389
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1215 on: 2009-08-21 06:55:54 »
I'm an idiot
A word of advice to anyone who stumbles upon this message.  DO NOT delete any of the files in the wm folder...
The .p files in the other folders seem to be fine to delete, but the ones in 'wm' are important.  Let this be a warning to anyone else who foolishly goes around deleting stuff in their folders :P
« Last Edit: 2009-08-22 05:33:45 by obesebear »

posh927

  • *
  • Posts: 10
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1216 on: 2009-08-21 11:12:32 »
accidentally sent please delete this
« Last Edit: 2009-08-21 11:21:35 by posh927 »

posh927

  • *
  • Posts: 10
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1217 on: 2009-08-21 11:20:42 »
hey can anybody tell me what happened here?

its on temple of the ancients after you solve the puzzle with the 'ancient'..it said error opening 'BLDD.chi' file..i was modding sephiroth prior to this and then this happened..i tried to put the original sephiroth but problem not solved..anybody help? cause i didnt back up my files.. :cry:

http://www.mediafire.com/?ynzzymmkjmz

V95

  • *
  • Posts: 25
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1218 on: 2009-08-22 09:36:30 »
Heys, I'm a newb here.

I can't seem to download the FF7 custom driver, I don't know if the link is dead or that my internet has got a problem.
Could you please kindly upload a mirror? :S I really wanna try this out, looks awesome!

BTW, does this support resolution 1366x768 (16:9)?

P.S: Sorry for any inconvenient caused.

Kudistos Megistos

  • Banned
  • *
  • Posts: 3929
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1219 on: 2009-08-22 09:41:03 »
I think that the driver will support any resolution, but you should configure it to preserve aspect ratio when playing on a widescreen monitor (unless you want the picture to be stretched out).

BTW, I'm getting a timeout from Aali's link as well :|

drfeelgud88

  • *
  • Posts: 1355
  • da DOC iz here!
    • View Profile
    • My YouTube
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1220 on: 2009-08-22 10:04:17 »
I think that the driver will support any resolution, but you should configure it to preserve aspect ratio when playing on a widescreen monitor (unless you want the picture to be stretched out).

BTW, I'm getting a timeout from Aali's link as well :|
Yeah, same here. Try again tomorrow. Maybe it'll be back hopefully.

V95

  • *
  • Posts: 25
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1221 on: 2009-08-22 15:14:58 »
Well, guess I've got to wait then, kekes! I'm glad that it's not my connection tho, cause my internet gone haywire nowadays :oops:

Thanks alot for the prompt reply guys!

secondadvent

  • *
  • Posts: 287
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1222 on: 2009-08-22 18:46:35 »
dang... i wanted to update my version from whatever version i have that is not that one :P.

sl1982

  • Administrator
  • *
  • Posts: 3764
  • GUI Master :P
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1223 on: 2009-08-22 20:15:19 »
Aali is there any way i can get more detailed information about what tex files are loaded when from the driver? Im trying to hunt down some textures for some of the spells and if the driver was able to show what was loaded that would be cool. Maybe added to the app.log?

obesebear

  • *
  • Posts: 1389
    • View Profile
Custom graphics driver for FF7/FF8 [v.1-.7.6]
« Reply #1224 on: 2009-08-22 21:53:22 »
hey can anybody tell me what happened here?

its on temple of the ancients after you solve the puzzle with the 'ancient'..it said error opening 'BLDD.chi' file..i was modding sephiroth prior to this and then this happened..i tried to put the original sephiroth but problem not solved..anybody help? cause i didnt back up my files.. :cry:

http://www.mediafire.com/?ynzzymmkjmz
BLDD is an animation file that Sephiroth uses, and somehow you've corrupted it.


Here is a temporary mirror for OpenGL .7.1 http://www.mediafire.com/download.php?yt52d4hmlon