What's left to be done?

  • Thread starter Thread starter Drahcir
  • Start date Start date
Status
Not open for further replies.
D

Drahcir

Guest
I've been following this project ever since it was announced and although it appears to be developing very slowly (only Akari is currently working on it, right?), I’m eagerly awaiting it when it (if?) matures.

Anyway, after looking around the Wiki and forum, it seems like every single piece of FF7 has been documented at some point. There are plenty of unknown (or unused) bytes in certain file formats, but it seems that all the primary data has been discovered.

Parts that have been documented are models, animations, sprites, images, walk-meshes, battle math, world maps, field/battle scripts and several others.
So I’ll ask the experts, what’s left to be discovered and/or documented?

While I’m here, I’ll just say; Keep up the good work developer(s).
 
I dont really have much else to ask excluding what was stated above
So let me reiterate, how is the project going?
 
Field data and algorithms are known at 95%
Battle algorithms are known at 50-70%
Battle data are not yet has dumpers and viewers. In addition huge amount of this data are consist of different effects (magic, summons, skills, limits) are hardcoded. A lot of transition effects of camera and movements are hardcoded. This not yet known. So data in battle are known at 5-10%
Worldmap are almost unknown at all. No one has found or documents it's scripts, settings, battle settings (TF not counted, he doesn't describe format). Algorithms of worldmap are unknown.

This is it =)

As for progress. Mostly reversing and try to unify algorithms for FFIX, FFVII and Xenogears.
Now I'm writing dumper for field script (I need dumper for PSX). Writing dumper for texts (for PSX, japanese and english one).
Writing exporter for battle models (including all textures). That's all folks =)

ps: don't forget that lastest changes and result of all my works you can found at http://q-gears.svn.sourceforge.net/viewvc/q-gears/
 
Last edited:
Hey Akari just wonderin if you have a Xenogears sprite/background dumper available. Also wondering about any dumper really for Xenogears.
 
Hey Akari just wonderin if you have a Xenogears sprite/background dumper available. Also wondering about any dumper really for Xenogears.
I only have script dumper. I have not start write model dumper yet. Though I has a lot of pieces of code that can display this models.
 
Worldmap are almost unknown at all. No one has found or documents it's scripts, settings, battle settings (TF not counted, he doesn't describe format). Algorithms of worldmap are unknown.
I've been trying to decode the world map format. I've got the TXZ and BSZ files mostly decoded, to the point that I should have a world map viewer working in the next day or two. I've not tried searching for the scripts yet, and I've not found the models for locations on the world map yet.. I could write up what I have so far if you want a copy?
 
Hey Akari just wonderin if you have a Xenogears sprite/background dumper available. Also wondering about any dumper really for Xenogears.
I only have script dumper. I have not start write model dumper yet. Though I has a lot of pieces of code that can display this models.
Thanks you two hey guys you think you could let me use such a tool in the near future?. Also chaosdeathfish could I please use your proggy to when its complete?. Thanks again for such a quick reply.

EDIT: Got the CD extraction tool. But it just seems to open and close right away can anybody give me directions on how to use this tool.
 
Last edited:
Hey Akari just wonderin if you have a Xenogears sprite/background dumper available. Also wondering about any dumper really for Xenogears.
I only have script dumper. I have not start write model dumper yet. Though I has a lot of pieces of code that can display this models.
Thanks you two hey guys you think you could let me use such a tool in the near future?. Also chaosdeathfish could I please use your proggy to when its complete?. Thanks again for such a quick reply.

EDIT: Got the CD extraction tool. But it just seems to open and close right away can anybody give me directions on how to use this tool.
I upload everything to SVN, you could get everything there.

What CD extraction tool did you get? My version of tool write messages to console about what went wrong.
 
Well call me dumb. But as previously mentioned it just opens and closes...Nothing to type or specify. Also is that the tool you uploaded?
 
Well call me dumb. But as previously mentioned it just opens and closes...Nothing to type or specify. Also is that the tool you uploaded?
First run cmd.exe.
Then run xenogears extractor through it.
Then you will see something like:

Code: [Select]
Code:
Xenogears Main Disk Dumper v0.9.67Created by Graph and _Ombra_USAGE:'extract.exe isofile' extract files from xeno cd image.
 
Well call me dumb. But as previously mentioned it just opens and closes...Nothing to type or specify. Also is that the tool you uploaded?
First run cmd.exe.
Then run xenogears extractor through it.
Then you will see something like:

Code: [Select]
Code:
Xenogears Main Disk Dumper v0.9.67Created by Graph and _Ombra_USAGE:'extract.exe isofile' extract files from xeno cd image.
Ok thanks akari, I got that message what is the next step?. Run the iso though cmd.exe?
 
Now set iso to extract in cmd from as "extract.exe isofile.iso"
Ok...let me list the ways I typed this file and NOTHING comes up in cmd.exe.
Microsoft Windows XP [Version 5.1.2600]
C:\Documents and Settings\Mako>"C:\Documents and Settings\Mako\Desktop\extract.exe"
Xenogears Main Disk Dumper v0.9.67
  Created by Graph and _Ombra_

USAGE:'extract.exe isofile' extract files from xeno cd image.

C:\Documents and Settings\Mako>'extract.exe isofile'

'extract.exe isofile.iso'
"extract.exe isofile"
"extract.exe isofile.iso"
'extract.exe xeno.iso'
"extract.exe xeno"
'extract.exe cd1.iso'
ect...tried many more...

It doesn't seem to do anything am I typing it in wrong?. God I so not good with cmd line stuff. Thank for you help akari I'd turn to someone else but I want to try this tool its just frustrating.
 
Now set iso to extract in cmd from as "extract.exe isofile.iso"
Ok...let me list the ways I typed this file and NOTHING comes up in cmd.exe.
Microsoft Windows XP [Version 5.1.2600]
C:\Documents and Settings\Mako>"C:\Documents and Settings\Mako\Desktop\extract.exe"
Xenogears Main Disk Dumper v0.9.67
  Created by Graph and _Ombra_

USAGE:'extract.exe isofile' extract files from xeno cd image.

C:\Documents and Settings\Mako>'extract.exe isofile'

'extract.exe isofile.iso'
"extract.exe isofile"
"extract.exe isofile.iso"
'extract.exe xeno.iso'
"extract.exe xeno"
'extract.exe cd1.iso'
ect...tried many more...

It doesn't seem to do anything am I typing it in wrong?. God I so not good with cmd line stuff. Thank for you help akari I'd turn to someone else but I want to try this tool its just frustrating.
Like this

C:\>C:\way to executable\extract.exe C:\way to image\xenogears.bin

I use bin/cue xenogears image. Maybe this is why you have trouble.
 
Not to nudge in here, but if you having problems using the command line, or following simple instructions on how to use the application,  it makes me wonder why you are trying to get the sprites in the first place. I have a feeling it's not to help further the knowledge in the internals of Xenogears.

You are probably going to be very disappointed when you find what it outputs will be next to useless on a PC.
 
Now set iso to extract in cmd from as "extract.exe isofile.iso"
Ok...let me list the ways I typed this file and NOTHING comes up in cmd.exe.
Microsoft Windows XP [Version 5.1.2600]
C:\Documents and Settings\Mako>"C:\Documents and Settings\Mako\Desktop\extract.exe"
Xenogears Main Disk Dumper v0.9.67
  Created by Graph and _Ombra_

USAGE:'extract.exe isofile' extract files from xeno cd image.

C:\Documents and Settings\Mako>'extract.exe isofile'

'extract.exe isofile.iso'
"extract.exe isofile"
"extract.exe isofile.iso"
'extract.exe xeno.iso'
"extract.exe xeno"
'extract.exe cd1.iso'
ect...tried many more...

It doesn't seem to do anything am I typing it in wrong?. God I so not good with cmd line stuff. Thank for you help akari I'd turn to someone else but I want to try this tool its just frustrating.
Like this

C:\>C:\way to executable\extract.exe C:\way to image\xenogears.bin

I use bin/cue xenogears image. Maybe this is why you have trouble.
Thank you soo much akari that worked!. You have been very kind thanks again for the noob help.

Not to nudge in here, but if you having problems using the command line, or following simple instructions on how to use the application,  it makes me wonder why you are trying to get the sprites in the first place. I have a feeling it's not to help further the knowledge in the internals of Xenogears.

You are probably going to be very disappointed when you find what it outputs will be next to useless on a PC.
Everybody's got to start somewhere halkun I read all the Q-gears documentation (didn't understand most of it) but my interest in this game and reversing,seeing how things work are a passion of mine. You were right there probably not going to do me any good having them if I don't understand more on the programing language which they were used/compiled in but...I have them and its a start I can follow simple directions as it turns out Akari was right I extracted the iso wrong which is not that uncommon.:p But I can promise this if I do find out any more about this games inter-workings someday I will post all that is found and post all info so it may contain some help on Q-gears.

I have a feeling it's not to help further the knowledge in the internals of Xenogears.
??? Amongst many reasons this is almost a guarantee. I would have to gain more knowledge of the internals of aforementioned game if I where to do anything with Xenogears at all. As I know it is your hobby to take stuff apart and you have fun doing it as do I. Only difference is I don't understand it for now sorry about that.

P.S I am hiring a private tutor to teach me teh C+ programing language hopefully that is the language I need to further my project with. I don't care on how long it takes me I will learn.
 
Last edited:
Mako, I think that the best way to get into reverse engineering (though I'm not 'into' it myself) is probably just to get acquainted with 'low-level' programming, and looking up lots of hacking docs on a variety of games to start seeing how others have made sense of apparently random data. That's what *I'd* do anyhow.

If it's any consolation, I'd say I've learned a lot just modding. AI recoding has brought me into contact with ASM, which I would have shuddered at otherwise (though I've yet to work on anything involving complex register operations, or manage memory, I've encountered enough information to *broadly* understand how they work).
 
Added new dat dumper to ffvii utilites.

Now working on console for q-gears to make it user friendly.
 
Status
Not open for further replies.
Back
Top