Xeno-gears

  • Thread starter Thread starter Akari
  • Start date Start date
Status
Not open for further replies.
1. Super powerfull 3d Computer is programmed to make nice 3d environment.
2. This is then captured into a 2d image for use on PSX
I'm sure you already got off-the-shelf software like Alias or Softimage when FF7 was made. As I said, it evens itself out in the end.
How about a Xeno-Remake :)
Similar to SCUMM, AGI and SCI, a FF7 or Xenogears engine would be cool. Have a look at Akari's work, I'm sure that can be turned into an engine at some point.
A Xenogears-Complete would be cool as well, but whenever I get excited about that idea I come to the conclusion that investing that effort into my own projects is even better.
 
A lot of new info about content of different directories. The info was shared to me by group of hackers that translate this game to Italian. The credits are in xenogears now

XENO-GEARS
 
Xenogears was updated.

Added: Info about Model HRC. Info about Model Animation
Changed: Moved Archive info in separate chapter.

Xeno-Gears
 
Just so you know..

FF7 used hand-painted backgrounds that were photographed, digitized, and then re-rendered and palletized for storage in the PSX in 320x240 size, which are then stretched to 640x480 texture maps when "unpacked". While this "stretching" does not look too bad on an analogue TV set (due to the large pixel size and inate "fuzziness" of the normal TV image display), it definitely looks blocky and "ugly" when shown on a high resolution/definition monitor. The main reason for this was due to the speed, bandwith, and memory size limitations of the PSX (it was basically a graphically enhanced 486 with 2MB main RAM and 1MB VRAM). The pre-rendered backgrounds allowed for higher polygon characters, and also allowed for more "detailed" backgrounds than would have been possible if rendered with the 3D engine ( a win-win situation for the programmers and artists). If FF7 were completly rendered in "real" 3D using todays' technology it would easily be 20-30x the size of the original (like 4 DVDs!  :o  ).

Xenogears, on the other hand, used a different tactic.. somwhat akin to some of their SNES games. All the world charachters have 5 2D sprite animations (plus 3 "mirrored" for a total of 8 ) with no depth. The model shown is simply based on the camera angle. All the background are simple 2D texture surfaces that use a semi-simple scalular rotation model, somewhat simular to the SNES mode 7, though the PSX adds texture blurring at acute angles to give a more 3D effect to the process. So basically, Xenogears is mostly 2D sprites with 3D effects(except for the Gear battles and some SFX).

On an aside, I would speculate that Xenogears looks and acts like it was originally developed for the SNES and re-optimized for the PSX. Alot of the look and game mechanics of this game resemble those used in FF6 (FF3 US). I'd personally love to see a fully visually updated version with the missing content restored. This is one of the longest (except maybe FF Tactics) and most heavily dialogued games attempted (IMO) by any company. It definitely had a gripping story that, unfortunately, was gutted in the end to get it out the door.
 
sorry to ask but what means:

Code: [Select]
Code:
Lorem ipsum dolor sit amet,consectetuer adipiscing elit,sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Ut wisi enim ad minim veniam,quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat,vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum.Typi non habent claritatem insitam;est usus legentis in iis qui facit eorum claritatem.Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius.Claritas est etiam processus dynamicus,qui sequitur mutationem consuetudium lectorum.Mirum est notare quam littera gothica,quam nunc putamus parum claram,anteposuerit litterarum formas humanitatis per seacula quarta decima et quinta decima. Eodem modo typi,qui nunc nobis videntur parum clari,fiant sollemnes in futurum.
 
The lorem ipsum stuff is put in a document to take up space (to be replaced later).
 
FF7 used hand-painted backgrounds that were photographed, digitized, and then re-rendered and palletized for storage...
I'm sure they used both: completely handpainted backgrounds, like Sierra adventures, and 3D models, like the original Resident Evil. They definitely painted most textures.
The main reason for this was due to the speed, bandwith, and memory size limitations of the PSX (it was basically a graphically enhanced 486 with 2MB main RAM and 1MB VRAM).
I'd say the MIPS R3000 in a PSX is more in the area of a 386 than a 486.
If FF7 were completly rendered in "real" 3D using todays' technology it would easily be 20-30x the size of the original (like 4 DVDs!  
I wouldn't be too sure about that. First of all, most of the memory on the FF7 disks is taken up by the movies, all the 3D models and field pictures are actually duplicated on each disk!
Xenogears, on the other hand, used a different tactic.. somwhat akin to some of their SNES games. All the world charachters have 5 2D sprite animations (plus 3 "mirrored" for a total of 8 ) with no depth.
Akari has already decoded most of that.
All the background are simple 2D texture surfaces that use a semi-simple scalular rotation model, somewhat simular to the SNES mode 7, though the PSX adds texture blurring at acute angles to give a more 3D effect to the process. So basically, Xenogears is mostly 2D sprites with 3D effects(except for the Gear battles and some SFX).
No, that is not true. Mode 7 basically allows a affine transformation of a texture (scaling, shearing, rotation), and with some tricks you can get a projective transformation, but only for floor/ceiling textures parallel to the X axis. Xenogears uses all 3d models for battles, field and the worldmap. Akari has all of that decoded.
sorry to ask but what means: Lorem Ipsum...
More than you ever wanted to know.
 
On an aside, I would speculate that Xenogears looks and acts like it was originally developed for the SNES and re-optimized for the PSX. Alot of the look and game mechanics of this game resemble those used in FF6 (FF3 US).

I believe that Xenogears engine is reworked Final Fantasy Tactics engine. The music formats are absolutely the same. The sprite and sprite animation format are very similar. Even 3d models format are very similar (but the differences are much greater than in sprites).

The next games of that engine was Vagrant Story and Chrono Cross. May be not whole engine, but some parts of it (3d in Vagrant Story are very like one in Xenogears)

All the world charachters have 5 2D sprite animations (plus 3 "mirrored" for a total of 8 ) with no depth.

Do you know format of animation files? I understand frames but couldn't get them togather. If you know anything please tell me, it would be very helpfull.
 
Ok. I just wish to clarify some of the things I was trying to convey:

I'd say the MIPS R3000 in a PSX is more in the area of a 386 than a 486.

You can be right either way, it just depends on how you define the CPU. Clock-wise (33 MHz.) it was in the 386 range. However, the 386 was internally 16 bit, with 24 bit addressing. The 486 was the first processor (intel-wise) to feature  32 bit internal processing with (again) 24 bit addressing. The Pentuim was the first true 32/32 processor.

The MIPS R3000 is a 32 bit (internally) processor. And yes, it isn't quite as fast or powerful (computation wise) as a full blown 486. So, how you define it depends on what criteria your looking at.

I wouldn't be too sure about that. First of all, most of the memory on the FF7 disks is taken up by the movies, all the 3D models and field pictures are actually duplicated on each disk!

I do realize that each of the disks contains the 'world' as it evolves through each disc.  What I was trying to point out was that if each of those "painted" backgrounds were rendered in real-time using an in-game engine (like most games do today), it would use an exponentually increased amount of data to describe and store all the data for them. While I am not a programmer.. I'll never make the mistake of claiming that.. I do know that Square's use of pre-rendered backgrounds saved them an enormous amount of data, and made the gorgeous graphics that it has possible.

No, that is not true. Mode 7 basically allows a affine transformation of a texture (scaling, shearing, rotation), and with some tricks you can get a projective transformation, but only for floor/ceiling textures parallel to the X axis. Xenogears uses all 3d models for battles, field and the worldmap. Akari has all of that decoded.

Ok.. I admit I may have came out a little too positively on this, in that I was conjecturing and it came out as stating facts. I apologize for that. Still, are you positive that ALL the battles are rendered in 3D? I ask because the character fights (non-GEAR) look ALOT like most 2D side-scrollers ever made.. (maybe on purpose?)

Still, I accept your rebuke on the way Mode 7 on the SNES worked. XenoGears just LOOKS so damn sprite-ish. Even the Model textures on most of the 3D models look like sprites (maybe they were lo-res to save room?).
 
I believe that Xenogears engine is reworked Final Fantasy Tactics engine. The music formats are absolutely the same. The sprite and sprite animation format are very similar. Even 3d models format are very similar (but the differences are much greater than in sprites).
 (Grabs material to check) FF7 is 1997 FF Tactics 1997/1998 (on the package) Xenogears was 1998.  It's likely this is true, perhaps an improved engine instead of a new engine was cheaper.
The next games of that engine was Vagrant Story and Chrono Cross. May be not whole engine, but some parts of it (3d in Vagrant Story are very like one in Xenogears)
Vagrant story's engine seems very different than CC but a VERY good  engine. (I liked the game too :D ). CC was done in FF7's style whereas VS was done with complete 3d backgrounds.  If it's the same engine, that would be really insteresting.  It might be the identical engine used in FF8 and FF9 too. Just slightly upgraded. Hmmm.  It would make sense square not try to reinvent a perfectly good engine, and leave the scripting and events to be similiar. FF7's engine was modular the only changes really needed would be the battle engine, menu system, and content type.

Cyb
 
The characters that appear in battles are also sprites, but the background are 3D.
About the possible space requeried to store a fully 3D FF7, I think you are exaggerating a bit. Just look at HL2: it's pretty hi-detailed, fully 3D and it doesn't fills a single DVD. 4 DVDs is way too much. Also keep in mind that if you remove all the videos from the game and compress it, it fits in arround 150 MBs. Moreover, if you compress the videos with a better codec (such as divx), you can fit them all in less than 300 Mbs without a noticiable quality loss.
By the way, my old 486 was clocked at 33 Mhz :-P
 
Speed is relative. Size is relative :D

Anyhow to alay aside all silly things.  The Playstation One is about the same performance of a 485/66 SX Note the SX (IE no FPU).  If we speak about the graphics system it's similiar to the earlier 3dFX cards in performance.  Add in 3d data abilities things get a bit more blurred.  It was actually quite a powerful system for it's time.

Aside from such apples and iron spike comparisons (cough cough).
You have a data volume issue with larger backgrounds (which is what RW_66 was talking about).  I'm not sure WHY he was talking about larger backgrounds (unless someone mentioned them earlier).

On a side note, JPEG images are quite decodable on a playstation.  This  is because it has built in hardware for it.  That being the case if ones backgrounds were very large, storing it in JPEG files with the proper matrix for the DCT transform hardware in the playstation would make it possible to have HUGE prerendered backgrounds.  The real issue then becomes one of data management. I don't believe you would get sharp details this way at all but you could reduce your background size storage to about 1/6 what it is stored as now (LSZ compressed data).  This does require some very tricky programing and more of it.  It is not likely they could do it as a comercial entity since the contract with Sony was that they could not directly access the hardware. :D

That all being said.

I'm working on adding Xenogears support for my game viewing tool soonish.  The nice thing about Xenogears is that that it uses 2d sprites in a 3d world.  This makes setting the areas up for rendering easier for me, as I can just make the scene and move stuff around in them (when I get to that point though FF7 might be doing well too).
2d backgrounds with 3d sprites is actually more difficult to implement than visa versa in OpenGL.
For backgrounds I believe Xenogears will be easier of the two to do (as opposed to FF7), thus more likely I'll have that done first.

Cyb
 
However, the 386 was internally 16 bit, with 24 bit addressing. The 486 was the first processor (intel-wise) to feature  32 bit internal processing with (again) 24 bit addressing. The Pentuim was the first true 32/32 processor.
Not to get too far off topic, but you're mixing this up with the 286. The 286 had 16 bit registers. From 386 on you had 32 bit registers, and from 486 you had the FPU, which was an optional external chip on 8086-80386. There was a special low-cost 386 with a 16 bit bus, though. That is why I put the R3000 nearer to a 386, even though you can't really compare RISC and CISC architectures. (BTW: I am a programmer, and I worked on everything from a 80286 to a Pentium, and lots of other stuff.)
Still, are you positive that ALL the battles are rendered in 3D? I ask because the character fights (non-GEAR) look ALOT like most 2D side-scrollers ever made.. (maybe on purpose?)
I used Akari's information to write my own model viewer. Yes, I'm positive.
 
and from 486 you had the FPU, which was an optional external chip on 8086-80386.

Only the 486 DX had a co-proc built in de SX was still without one i believe :o
 
I personally would like to challenge the idea that FF7's backgrounds (field maps) were painted and then digitised.

If you carefully study all the images on a decent screen (ie PC using say LGPTools, I back my original idea that the backgrounds where first designed and then created on powerful 3d platforms from which the 2d image was captured, edited and compressed into a PSX friendly format.
 
and from 486 you had the FPU, which was an optional external chip on 8086-80386.

Only the 486 DX had a co-proc built in de SX was still without one i believe :o
That's right. There was this amusing thing that you could add a 487SX FPU... which was actually a 486DX! Once you inserted that into its socket it disabled the 486SX, which still consumed energy but didn't produce anything of value. I think you could actually remove the 486SX from its socket and still use the computer. :) Good times.

I personally would like to challenge the idea that FF7's backgrounds (field maps) were painted and then digitised.

If you carefully study all the images on a decent screen (ie PC using say LGPTools, I back my original idea that the backgrounds where first designed and then created on powerful 3d platforms from which the 2d image was captured, edited and compressed into a PSX friendly format.
I'm sure you're right. But some things do look painted, be it because of a matte painting or just because of the texture. I don't think it really matters, though, as only the result counts.
 
What program is used to view the 3d files and stuff?

Thanks,?
~SKy
 
Status
Not open for further replies.
Back
Top