Author Topic: [PC] External Texture Support - Tonberry: Enhanced (2.04)  (Read 467513 times)

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Tonberry: Enhanced v2.04 by JeMaCheHi and mavirick
External Texture Support for Final Fantasy VIII
*Beta version, please let me know if there is something preventing you from using it


                   

Hello! (I'll borrow Omzy's header, hope you don't mind bro :D )

Broken cache fixed!
I've been working Mavirick and I have been working on an enhanced version of Tonberry, as many of you would know from its original thread. You should check Omzy's original post to learn about its functioning.

What's new?:

2.04
  • Persistent textures - modders now have the ability to designate textures as "persistent," meaning they will never be removed from the cache. This feature should be used primarily for the core textures, such as those replaced by SeeDReborn.
    • To mark a persistent texture, simply precede the name of the texture with a bang/exclamation mark (!) in the relevant hashmap or objmap .csv. For example:
      • !sysfld00_13,8637763346649579509
    • Please be aware that filling the cache with persistent textures will lock it in place and all subsequent textures will fail to be replaced, so use this feature with discretion.
  • Significant performance improvements - although dampened in part by the increased complexity of the persistent textures, Tonberry should be running faster than ever due to some major cache optimizations and an improvement to the way we handle the core (SeeDReborn) textures.
  • No hard limits on cache_size - the cache size no longer has a hard minimum size of 100. You can now set it to 0 to disable the cache and texture replacements altogether, although Tonberry will still be touching each in-game texture and checking for replacements (that never exist). This feature should be entirely ignored by average players but could be helpful for modders. Note that you can also set your cache_size too high and cause memory overflow exceptions! If you do not have LargeAddressAware enabled for your FF8 executable, your cache_size should be no larger than 250.
  • Actually disabled textures - before, textures that were disabled with a star/asterisk (*) were not handled any differently; Tonberry would simply fail to load the replacement texture when it looked for a .png file beginning with the asterisk character. Now these textures are actually excluded from the internal hashmap, which should yield a slight increase in performance and keep these textures out of your \tonberry\debug\noreplace folder. If for some reason you want these textures to show up in your debug\noreplace folder, simply change the asterisk to any other character--just so long as the texture name in the .csv does not match any file in your \textures folder.
2.03:
  • 2.02 broke collision resolution--textures from the collisions.csv hashmap were not properly stored in the cache, which caused bad replacements and glitching textures especially on loading screens and in menus; this issue is resolved
2.02:
  • We fixed the little issue with debug folders. Now unsupported textures will be on "unsupported" folder.
  • Even more code optimizations!! We love code optimizations ;)
2.01:
  • Caching system fixed (now it really works, I swear it!)
  • More code optimizations (as usual  ;) )
2.0:
  • Completely redone texture caching system
  • New option added to prefs.txt(cache_size) to set the maximum cache size
  • New option added to prefs.txt(texture_dir) to change textures directory
  • Lots of code optimizations
1.61:
  • Better objmap organization
  • Source code tweaks. Hashcode searching should go a little faster now
  • New option added to prefs.txt(debug_mode) and comments
1.6:
  • Better hashmap organization
  • Some compilation tweaks which should make Tonberry run smoother
For now there's no much done, actually I didn't want to release anything until I had something more, but Mcindus convinced me to do it :-[ . Due to recent mods have been more and more numerous, I thought this simple update will make our lifes easier when it comes to modify your hash1map.csv file.
Now we have redone the whole caching of textures, this is gonna run with no sweat. Most of you will be able to run animated textures smoothly. We've added the possibility to change the path where the "textures" folder is stored, so you can place it on an SSD drive for even more speed. You can also tweak the cache size to fit your needs. Just refer to the prefs.txt file on "tonberry" folder for more info.
Next step: new hashing algorithm, and potentially zero collisions.

Downloads:

Download v1.6
Download v1.61
Download v2.01
Download v2.02
Download v2.03 Link Dead
Download v2.04


This is how it works:
  • We now have two new set of folders: { [your FF8 directory]/tonberry/hashmap and [your FF8 directory]/tonberry/hashmap/disabled }and { [your FF8 directory]/tonberry/objmap and [your FF8 directory]/tonberry/objmap/disabled }
  • In that "hashmap" folder you can put a set of *.csv files, with hashes that previously was at hash1map.csv
  • In that "objmap" folder you can put a set of *.csv file, with the previously set at objmap.csv
  • You should create a different .csv file for each mod hashes. You can name them as you like, but make sure they have *.csv extesion

Which advantages provide us this new directory system?

  • We now can release mods directly with its .csv file, just ready for copy-paste and make it work. Plug and play!
  • We can obviously split the "hash1map.csv" file into smaller ones.
  • We won't have to deal with the old massive "hash1map.csv" file, we won't have to look for duplicated hashes... etc.
  • We can disable certain mods by just by moving its csv file to the "disabled" folder.
Installation:
It's fairly similar to Tonberry's previous versions
  • Install VC++ 2010 Redistributable (x86)
  • Extract TonberryEnhaced1.6.zip directly into your FF8 directory (I'll call it [FF8Folder] from here)
  • Copy all your hash files to [FF8Folder]/tonberry/hashmap folder
  • Copy all your obj hash files to [FF8Folder]/tonberry/objmap folder
  • Copy the rest of .csv files (collisions.csv and hash2map.csv) in "[FF8Folder]/tonberry" folder (Thanks Mcindus for pointing it out)
  • Download and copy the corresponding textures to [FF8Folder]/textures (on its propper directories, off course!)
  • Check the prefs.txt file for configuring your particular Tonberry instalation. You will find instructions on it!
Hashmap files collected by Mcindus:


Hashmaps:
Just put these in (/steamapps/common/FINAL FANTASY VIII/tonberry/hashmap)

HorizonPack
Project Eden
SeeD Reborn (English)
SeeD Reborn (Spanish)
SeeD Reborn (French)
SeeD Reborn (German)
Tripod (English)
Tripod (Spanish)
Tripod (German)

Other hashmaps:
Project Hellfire  G.F. Summons hashmap

**EDIT 2/20/2015**
The hashmaps to SeeD Reborn and Tripod have been updated! These updates should fix any current missing textures issue!
Spanish and French SeeD Reborn versions added!
Spanish and German Tripod versions added!
*****************

To-do list:
  • Improving the hashing algorithm to be faster
  • Reducing collisions to zero (or nearly zero) with a new hashing algorithm
  • Redesigning the texture caching system to greatly speedup the whole system
  • Take a new approach in handling native game's textures so we can separately use 128x128 texture objects
  • To provide a better debug system, instead dumping the textures by random numbers.
Known issues:
  • The game crashes when using Squall's limit breaks around some enemies (especially Tonberry in the Centra Ruins) while both RebirthFlame and LunarCry are enabled. Fixed...? I have not been able to replicate this crash since using 2.04. While I never isolated the cause of the crash in earlier versions, I believe 2.04 to have fixed the problem. If this is not the case, please let me know.
  • If the cache has been full and you've been playing for some time without seeing any text (dialog, menus, etc), the cache will dispose of the high resolution font textures and you will start to see text with mixed high-res/low-res characters. Fixed! The persistent textures feature should allow these textures to be kept in the cache indefinitely (see "What's new?").
  • Some users are experiencing random crashes when using Tonberry with Project Eden. If you are having this or any other issue please post here with details so I can look into it. Until more is known about the crash, my best advice would be to save frequently. Fixed! This exception was caused by memory overflow errors; make sure your cache_size in \tonberry\prefs.txt is 250 or less.
  • The overlay is still not supported by Tonberry and should be either disabled or circumvented using Mcindus' GeDoSaTo configuration.
If someone is having trouble with it, please post it here and we will try to resolve it.

Thanks to Mcindus for helping me with the testing and...
Thanks Mavirick for your interest and helping with the new hashing algorithm joining the development!
Thank you Omzy for making original Tonberry, changing FF8 graphical modding forever

An important note from Omzy:
*For future modders who are hashing textures, please keep or upload a copy of the debug output textures themselves. If the hash algorithms change, this hashing will have to be re-done and it will be much easier if we have all of the original dumps.*
« Last Edit: 2022-06-12 11:01:49 by Bonez »

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
[FF8PC] Tonberry: Enhanced Hashmaps Master List
« Reply #1 on: 2015-02-13 19:26:47 »
I'm so glad you posted this!  I know that everyone really wants a new release with a better hashing system, but until that work is completed, we really need to get people using this!
Also - I can't imagine not using the new folder hierarchy.  It makes the hashing and modding process so much cleaner and stops us from having to keep re-writing over our old hash1map.csv file - especially if we are heavily modding the game and have custom hashmaps.

In honor of this release, I am going to post the hashmap files for all of the mods currently available. 
I will be updating this list as I go!

TURN OFF THE STEAM OVERLAY TO PREVENT CRASHES!!


Hashmaps:
Put these in (/steamapps/common/FINAL FANTASY VIII/tonberry/hashmap)

HorizonPack v3.0  World, Map, and Vehicles

Pick Eden or Angelwing, NOT BOTH (or there will be glitches)
Project Eden v1.0  Background Fields
Project Angelwing v1.0  Waifu Background Fields

BattleFieldPack v2.0  Battlefields

SeeD Reborn (English)  Title Screen, Text, Icons, and Menu
SeeD Reborn (Spanish)
SeeD Reborn (French)
SeeD Reborn (German)
SeeD Reborn (Italian)

Tripod v2.0 (ALL LANGUAGES)
  Triple Triad Card Game

Rebirth Flame v1.2  Characters

Project Hellfire v1.2  G.F. Summons

Apocalypse v1.1  Bosses

Lunar Cry v1.2  Enemies


***SELECT ONLY YOUR MAIN LANGUAGE!***


=============================
==**UPDATED WITH LATEST MODS!**==
==**********7/6/2020********==
=============================
« Last Edit: 2020-07-07 06:06:38 by Mcindus »

Omzy

  • *
  • Posts: 205
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhaced(1.6)
« Reply #2 on: 2015-02-13 22:50:38 »
*For future modders who are hashing textures, please keep or upload a copy of the debug output textures themselves. If the hash algorithms change, this hashing will have to be re-done and it will be much easier if we have all of the original dumps.*

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #3 on: 2015-02-14 01:56:36 »
Thanks guys for your comments, I've updated the main post with the missing info.

FatedCourage

  • *
  • Posts: 337
  • I'll never regret knowing you.
    • View Profile
    • Youtube Channel
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #4 on: 2015-02-14 03:08:32 »
This definitely makes things more organized for me. Love it. Can't wait to see more improvements.

Erik

  • *
  • Posts: 35
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #5 on: 2015-02-17 09:18:47 »
Nice to see things moving! For those of us who have Tonberry and other mods installed, should we just uninstall them and reinstall this?

And speaking of csv files, it should be relatively easy to add the correct codes and make a new file?

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #6 on: 2015-02-17 19:24:03 »
Nice to see things moving! For those of us who have Tonberry and other mods installed, should we just uninstall them and reinstall this?

And speaking of csv files, it should be relatively easy to add the correct codes and make a new file?

You doesn't have to uninstall any mod. Just overwrite the old Tonberry installation. Then split your current hash1map.csv into several, smaller ones and put them in the "hashmap" folder. Or you can also download Mcindus' .csv files:

Hashmaps:
Just put these in (/steamapps/common/FINAL FANTASY VIII/tonberry/hashmap)

HorizonPack
Project Eden
SeeD Reborn
Tripod

It's the only change from the original Tonberry, everything else remains the same. You hasn't to change any texture file. You hasn't to uninstall any previous dlls, just overwrite everything :)

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #7 on: 2015-02-17 20:47:25 »
It's the only change from the original Tonberry, everything else remains the same. You hasn't to change any texture file. You hasn't to uninstall any previous dlls, just overwrite everything :)

Do you have to install Tonberry v1.5 first to get the collisions and hash2map and objmap to work properly?  I'm just wondering if this is stand-alone, or dependent on the last release.

Omzy

  • *
  • Posts: 205
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #8 on: 2015-02-17 21:32:04 »
You'll need this new version of Tonberry. He edited the source code to support this directory structure.

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #9 on: 2015-02-18 08:13:11 »
Do you have to install Tonberry v1.5 first to get the collisions and hash2map and objmap to work properly?  I'm just wondering if this is stand-alone, or dependent on the last release.

I didn't do anything with the hashing system. We still have all the same hashes. That means that you can use Omzy's ones (maybe I should post them in the first post, thanks Mcindus). But you don't have to install Tonberry 1.5 first. Just install Tonberry 1.6 and then copy the collisions, hash2map and objmap.

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #10 on: 2015-02-19 06:00:34 »
I didn't do anything with the hashing system. We still have all the same hashes. That means that you can use Omzy's ones (maybe I should post them in the first post, thanks Mcindus). But you don't have to install Tonberry 1.5 first. Just install Tonberry 1.6 and then copy the collisions, hash2map and objmap.

For some reason, the hashcodes that have special exceptions seem to be messing with how Tonberry works with this new file structure.  I rearranged the hashes for SeeD Reborn and Tripod and I think these should work better and cause less glitches in missing textures.  Check my post with the links for updates!

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #11 on: 2015-02-19 11:48:27 »
For some reason, the hashcodes that have special exceptions seem to be messing with how Tonberry works with this new file structure.  I rearranged the hashes for SeeD Reborn and Tripod and I think these should work better and cause less glitches in missing textures.  Check my post with the links for updates!
Hahaha, today is 19th, not 13 bro. Tell me what hashcodes are giving you trouble and we'll se what can we do.

And about hashing system, for now I've tried three more algorithms, everyone of them being almost equally inefficient as Omzy's original one, despite of being clearly faster (I even applied loop unrolling techniques, redesigned the algorithm to fuse several looping functions...). I'm starting to think that the real bottleneck is the UnlockRect function. That function is the one that actually replaces the original game's texture with our modified one. I'm running out of time, I have to start a new work and won't have time for this for a while.

If anyone can take a peek to the function (look at Omzy's thread, there's the src) and think with me, just PM me or post it here and we'll talk about it more carefully.

Fed03

  • *
  • Posts: 8
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #12 on: 2015-02-19 12:16:46 »
For some reason, the hashcodes that have special exceptions seem to be messing with how Tonberry works with this new file structure.  I rearranged the hashes for SeeD Reborn and Tripod and I think these should work better and cause less glitches in missing textures.  Check my post with the links for updates!

thank you mcindus, card problem gone but after tonberry 1.6 now I've this sort of problem

https://drive.google.com/file/d/0B80OIcIggJEdZkZzZTZ0OHlpVms/view?usp=sharing

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #13 on: 2015-02-19 15:37:10 »
thank you mcindus, card problem gone but after tonberry 1.6 now I've this sort of problem

https://drive.google.com/file/d/0B80OIcIggJEdZkZzZTZ0OHlpVms/view?usp=sharing

That seems to be some kind of collision between textures... I need to work on that too.
Do me a favor please: put all your hashes in a single file ( into the hashmap folder, but paste them in a single file, call it as you wish ), and then move all the other files to the "disabled" folder. Test if the problem still remains and report it here.

Fed03

  • *
  • Posts: 8
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #14 on: 2015-02-19 16:04:20 »
That seems to be some kind of collision between textures... I need to work on that too.
Do me a favor please: put all your hashes in a single file ( into the hashmap folder, but paste them in a single file, call it as you wish ), and then move all the other files to the "disabled" folder. Test if the problem still remains and report it here.

in addition to collision.csv, objfile.csv and hash2map.csv coming from tonberry hashmap v1.3, I've
horizonPack
seedReborn
Tripod
ProjectEden

Do you want me to merge these 4 files in a single one? if so in what order?

JeMaCheHi

  • *
  • Posts: 194
  • You can just call me J!
    • View Profile
    • My YouTube Channel :D
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #15 on: 2015-02-19 16:27:37 »
in addition to collision.csv, objfile.csv and hash2map.csv coming from tonberry hashmap v1.3, I've
horizonPack
seedReborn
Tripod
ProjectEden

Do you want me to merge these 4 files in a single one? if so in what order?

Yes, I want you to merge these 4 files. Don't care about the order, the program will reorder them internally.

Fed03

  • *
  • Posts: 8
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #16 on: 2015-02-19 20:02:23 »
Yes, I want you to merge these 4 files. Don't care about the order, the program will reorder them internally.

done, nothing changed.
look at this video so you can understand all the problem I have http://youtu.be/72RLIKt27lw

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #17 on: 2015-02-19 20:20:35 »
done, nothing changed.
look at this video so you can understand all the problem I have http://youtu.be/72RLIKt27lw

Video is private. :)  I was hoping I might be able to help, too.

PS.  Updated my hashmap post with the French and Spanish hashmaps for SeeD Reborn!  German and Italian coming soon!

Fed03

  • *
  • Posts: 8
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #18 on: 2015-02-19 20:23:44 »
Video is private. :)  I was hoping I might be able to help, too.

PS.  Updated my hashmap post with the French and Spanish hashmaps for SeeD Reborn!  German and Italian coming soon!

right...XD try now

messiahgov

  • *
  • Posts: 13
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #19 on: 2015-02-20 20:38:14 »
German and Italian coming soon!

I can't wait for them. ^^ Will try the current stuff now and report back. didn't know about the new 1.6 version of Tonberry, so thanks for the info!

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #20 on: 2015-02-20 21:32:10 »
One MAJOR issue regarding hashcodes.

Anyone adding hashes to their own files should check if the hashcode has been used already (which would cause a collision).  The way I do this is compile all of the mods hashes into one "masterhashmap.csv" file that I only use as a test file.  I then search my code against the other codes in the master hash file before making them official. 

This might seem tedious, and it is.  This is just one of the reasons why we need a new hashing algorithm so badly.  I have to go back and do this to a few of my own files, as I had forgotten to do so about halfway through my summons and horizonpack mods.

messiahgov

  • *
  • Posts: 13
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #21 on: 2015-02-20 21:48:43 »
Tripod, SeeD Reborn etc. seem to work now with Tonberry Enhanced 1.6 and your new hashmaps! No more 2/3 backgounds or anything.

I put all of them into the "C:\Final Fantasy VIII\tonberry\hashmap" folder and the old "collisions.csv", "hash1map.csv", "hash2map.csv" and "objmap.csv" files from "Hashmap 1.3", but replaced the "objmap.csv" with the one needed for the Character models from FatedCourage: http://forums.qhimm.com/index.php?topic=15668.msg223218#msg223218 and your GF codes with the upscaled GF textures from rufoos: http://forums.qhimm.com/index.php?topic=15668.msg223269#msg223269

I pasted the GF hashcodes into the "objmap.csv", is that right? Because there are also the character codes.

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #22 on: 2015-02-20 22:39:08 »
Tripod, SeeD Reborn etc. seem to work now with Tonberry Enhanced 1.6 and your new hashmaps! No more 2/3 backgounds or anything.

I put all of them into the "C:\Final Fantasy VIII\tonberry\hashmap" folder and the old "collisions.csv", "hash1map.csv", "hash2map.csv" and "objmap.csv" files from "Hashmap 1.3", but replaced the "objmap.csv" with the one needed for the Character models from FatedCourage: http://forums.qhimm.com/index.php?topic=15668.msg223218#msg223218 and your GF codes with the upscaled GF textures from rufoos: http://forums.qhimm.com/index.php?topic=15668.msg223269#msg223269

I pasted the GF hashcodes into the "objmap.csv", is that right? Because there are also the character codes.
I'm glad everything is working for you!

No the GF codes are their own thing - actually... let me release that hashmap right here.  It's for a future mod, but the codes are the same.  New update for summons hashmaps in my main hashmap post!
« Last Edit: 2015-02-20 23:35:53 by Mcindus »

messiahgov

  • *
  • Posts: 13
    • View Profile
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #23 on: 2015-02-20 23:52:26 »
I can't find the new codes for the GF or do you mean the post where you have initially posted them? :D Thanks for your effort, I'm a bit confused how to even find them in any way or so.

BTW, the "Tripod_GR_hm.csv" should be named "Tripod_DE_hm.csv". DE should be the international abbreviation for German. Like "ES" is for Spanish (from Espaniol). DE comes from "Deutsch".

Oh and can it be, that Tripod doesn't effect the in-game menu cards? I mean by pressing Triangle (Y for Xbox) and go to "Cards"?
« Last Edit: 2015-02-20 23:58:14 by messiahgov »

Mcindus

  • *
  • Posts: 929
  • Artist, Modder, Musician.
    • View Profile
    • Lunatic Pandora
Re: [FF8PC]External Texture Support - Tonberry: Enhanced(1.6)
« Reply #24 on: 2015-02-21 01:55:34 »
I can't find the new codes for the GF or do you mean the post where you have initially posted them? :D Thanks for your effort, I'm a bit confused how to even find them in any way or so.

BTW, the "Tripod_GR_hm.csv" should be named "Tripod_DE_hm.csv". DE should be the international abbreviation for German. Like "ES" is for Spanish (from Espaniol). DE comes from "Deutsch".

Oh and can it be, that Tripod doesn't effect the in-game menu cards? I mean by pressing Triangle (Y for Xbox) and go to "Cards"?

Thanks! I fixed it to DE in google drive.  The in-game cards are actually part of SeeD Reborn.  Could you send me the debug information for those menu pages when/if you get a chance?  Also - I got caught up in updating my other mod pages and forgot to post the GF's - they are there now!  Enjoy!