PDA

View Full Version : Possible hidden track in Wipeout 2097/XL ?



tigrou
17th April 2015, 09:10 PM
Hi,

Some weeks ago, I got some re-interest in Wipeout2097/XL game. After some play, I was looking for some tracks drawings, to study them and improve my laps times :)

I found some good ones on Wipeout Central (http://wipeout.wikia.com/wiki/Gare_d%27Europa).

As you can see, the tracks drawings looks detailed and precise, I came to conclusion it was probably not something hand made, but rather the output of some script or tool.

After a quick search, I found a page that describe game internal track format : http://rewiki.regengedanken.de/wiki/Wipeout
The format itself is actually pretty simple. After a few hours, I had a ready C# script that was able to export game tracks to some 3D format that can be easily imported in a 3D editor.
The results I got (wireframe only, no texture and no objects around the track) looks pretty similar to the ones found on Wipeout Central (which confirmed what I thought initially)

While looking in game ISO, here is tracks I found (PSX PAL version) :

TRACK01 > Talon's Reach
TRACK02 > Gare d'Europa
TRACK04 > ?????
TRACK06 > Vostok Island
TRACK07 > Spilskinanke
TRACK08 > Sagarmatha
TRACK13 > Valparaiso
TRACK17 > Odessa Keys
TRACK20 > Phenitia Park

As you can see, there is 9 tracks (while game has actually 8!).
"Track04" is not available from game menu. I plug it in track exporter and open my eyes :).
Here is some screenshots :



Track overview
http://s9.postimg.org/vufjgluwr/screen1.jpg (http://postimg.org/image/vufjgluwr/)
A series of tunnels
http://s9.postimg.org/7j5q9jquz/screen3.jpg (http://postimg.org/image/7j5q9jquz/)
http://s9.postimg.org/th273c5vf/screen2.jpg (http://postimg.org/image/th273c5vf/)


Big jump !
http://s9.postimg.org/mge7ak43f/screen4.jpg (http://postimg.org/image/mge7ak43f/)
http://s9.postimg.org/4mip99l17/screen6.jpg (http://postimg.org/image/4mip99l17/)
http://s9.postimg.org/z92bahfp7/screen7.jpg (http://postimg.org/image/z92bahfp7/)



The beginning of the track reminds me "Gare d'europa".
It does not seems to be complete, the green line (which is actually a curve used by game AI and for various other stuff) does not make a loop (it should).
Is this a beta version of gare d'europa, which then evolve to become the real thing ?

I also tried to swap TRACK04 and TRACK01 in the ISO, then put it in emulator, hoping it would work and I would be able to play the track !
Unfortunately, it freeze after game loading screen (at 100%).

Not sure if the track is playable or it is just too much in bad state to be able to do something with it.
It would be also great to know what is around that track (city, buildings, forest ? ) and textures used.

As anyone already heard of that track ? Share your thoughts and comments !

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~

EDIT : Big news !!! (24/04/2015)

It seems the wipeout model viewer (http://phoboslab.org/wipeout/) made by Phoboslab (http://phoboslab.org/) (aka Dominic) is fully compatible with Wipeout 2097/XL.

This means we can finally view the hidden track ! (as it would have been in real game)

Some screenshots :



http://s15.postimg.org/poyj1v23r/Sans_titre0.jpg (http://postimg.org/image/poyj1v23r/)
http://s15.postimg.org/d2o450zmv/Sans_titre5.jpg (http://postimg.org/image/d2o450zmv/)
http://s15.postimg.org/pjzd5xk6f/Sans_titre3.jpg (http://postimg.org/image/pjzd5xk6f/)
http://s17.postimg.org/ucuwqga4b/Sans_titre2.jpg (http://postimg.org/image/ucuwqga4b/)


http://s18.postimg.org/vyfsgavxx/Sans_titrs.jpg (http://postimg.org/image/vyfsgavxx/)
http://s3.postimg.org/i6435dm73/Sans_titsssssre.jpg (http://postimg.org/image/i6435dm73/)
http://s15.postimg.org/kg3i3zjon/Sans_titre.jpg (http://postimg.org/image/kg3i3zjon/)
http://s15.postimg.org/7anzxvpt3/Sans_titre9.jpg (http://postimg.org/image/7anzxvpt3/)



As you can see the track looks pretty unfinished.

Most of the track is totally covered in tunnels (as seen on second screenshot). There is no sky or whatever.

There is a huge white cylinder near the huge drop. Is this sort of elevator / teleporter ?

There is also a huge gray model after the jump (with sort of cross at top). It reminds me the cave with the clock in odessa keys. (after the first jump/drop).

As explained by some wipeout forum member (named "zone"), this was supposed to be a bonus track (after you unlock the first two hidden tracks) but it was never completed and dropped at some point.

Source : http://www.wipeoutzone.com/forum/showthread.php?10-the-track04-folder

Jonny
18th April 2015, 10:09 AM
I wonder if there should be even more tracks, when you look at the numbering of the files.
And that is certainly a big jump, or they intended to add a new gameplay feature (like teleporter or a sudden acceleration).

A shame that the dev studio is down, I wonder how they react to all these data extraction breamthroughs we recently had.

tigrou
18th April 2015, 11:06 AM
I wonder if there should be even more tracks, when you look at the numbering of the files.

No, these are the only ones.

http://s22.postimg.org/g0kks6w0t/iso.jpg (http://postimg.org/image/g0kks6w0t/)

The gap in the numbering could be some other tracks they created (for testing) but that weren't included in the CD (because they were reserved for Wipeout 3?)


A shame that the dev studio is down, I wonder how they react to all these data extraction breamthroughs we recently had.

What do you mean by "these data extraction" ? Is there some other hacks done around that game ?

Xpand
18th April 2015, 12:08 PM
gotta love C#

but yeah that's an amazing find. I'll try to look that up aswell.

Did you only export the racing track mesh or is that all there is in that file?

tigrou
18th April 2015, 12:17 PM
Did you only export the racing track mesh or is that all there is in that file?

Only track skeleton was exported (the TRS, TRF, TRV files) . There is many other files in the folder like the other tracks (scene objects, textures, ...) so there is a lot more to find out about this track !

Nice to get a message from one SlipStream GX Developer, I read some post about your game physics some weeks ago (here (http://www.polycount.com/forum/showthread.php?t=93049)). Would be great to discover the physics used for wipeout 2097 game as well.

Xpand
18th April 2015, 05:16 PM
Hehe, that was zero3growlithe, he programmed the whole of Slipstream GX.

WO2097 physics are pretty simple, in terms of floatiness, they just use a spring equation based on the direction of the normal of the current polygon the ship is and how high the ship is in relation to that polygon (F=k/z, where z is the height of the ship to the polygon and k is a constant). Then use a bit of maths to refine that so you can actually control the ship. Hence why they have separate files for the actual racing track and scenery. I can see how it would be easier and faster to get the track's vertices and faces for use in the physics calculations from their own files rather than having to look for them in the midst of scenery objects.

Jonny
18th April 2015, 10:14 PM
No, these are the only ones.

http://s22.postimg.org/g0kks6w0t/iso.jpg (http://postimg.org/image/g0kks6w0t/)

The gap in the numbering could be some other tracks they created (for testing) but that weren't included in the CD (because they were reserved for Wipeout 3?)

That's what I mean, may they got deleted and missed track 4.


What do you mean by "these data extraction" ? Is there some other hacks done around that game ?

There was someone who extracted all the visual data of the original wipE´out" tracks (forgot the name, was it you? :P), as well as the ship models from wo1, 2097 and even PulsE (or PurE?)

vincoof
21st April 2015, 03:05 PM
I saw those files while I was looking for ships but didn’t get the time to see what it was. I saw many other cluttered files that were clearly never used in the game. The thing is, they weren’t very organized at that time and it’s possible that unfinished files were shipped with the game. Back in the 90s, when CD-ROMs made their appearance into the video game industry, we had so much room that it didn’t matter much to waste a few Megabytes. Remember that you could read the WipE'out" tracks from a CD player, which is really a lot of wasted disc space (but was really convenient to play it on the CD player of your car hehe).

Back on track (so to speak), unless we have a means of displaying a full track, like the Reverse Engineering WipE'out" project (http://www.wipeoutzone.com/forum/showthread.php?9943-3D-Track-Simulations-Fly-through-and-Free-View), it’s hard to say whether this is part of a potential track or just trash files that weren’t cleaned before the release.

tigrou
22nd April 2015, 10:25 AM
Remember that you could read the WipE'out" tracks from a CD player, which is really a lot of wasted disc space

Isn't how it is supposed to work for most PS1 games ?

So that first CD track is data (it contains levels, game code and such) and other CD tracks are actually music, played while you play the game ? (so that CPU can do other things meanwhile)



Back on track (so to speak), unless we have a means of displaying a full track, like the Reverse Engineering WipE'out" project (http://www.wipeoutzone.com/forum/showthread.php?9943-3D-Track-Simulations-Fly-through-and-Free-View), it’s hard to say whether this is part of a potential track or just trash files that weren’t cleaned before the release.

Thanks for that link, looks really interesting, i will look at this later.

Jonny
22nd April 2015, 12:37 PM
The original Air Comnat even had the voice of the mission briefing saved as titles.

vincoof
22nd April 2015, 01:39 PM
Isn't how it is supposed to work for most PS1 games ?

So that first CD track is data (it contains levels, game code and such) and other CD tracks are actually music, played while you play the game ? (so that CPU can do other things meanwhile)

The first track is always game data, that is true. This data is not meant to be listened as music, but CD players believe it is a “track” nonetheless. Fun fact: when playing this track, some CD players don’t output any sound, and some players output the sound (which is garbage).

Many games decided to put the music into tracks after the first one, which is the case for WipE'out", but some games compressed the music inside game files (as mp3 or equivalent format). Every choice has its pros and cons, for instance having music as tracks allowed us to play it from a CD player but made copy easier, and having compressed files saved lots of space and made harder to copy the music.

The point is, WipE'out" game data was so small that they could afford to waste disc space with unused files, which they might have done eventually.

Jonny
22nd April 2015, 01:53 PM
I wonder if there is any PS1 game without an ingame music player

tigrou
22nd April 2015, 04:31 PM
The first track is always game data, that is true. This data is not meant to be listened as music, but CD players believe it is a “track” nonetheless. Fun fact: when playing this track, some CD players don’t output any sound, and some players output the sound (which is garbage).

Many games decided to put the music into tracks after the first one, which is the case for WipE'out", but some games compressed the music inside game files (as mp3 or equivalent format). Every choice has its pros and cons, for instance having music as tracks allowed us to play it from a CD player but made copy easier, and having compressed files saved lots of space and made harder to copy the music.

The point is, WipE'out" game data was so small that they could afford to waste disc space with unused files, which they might have done eventually.

OK. So if I got it right, in Wipeout 1 they choose to put music both as CD tracks (playable everywhere eg : car) and also inside first data track (as usual files, only readable from PS1) ?


I wonder if there is any PS1 game without an ingame music player

Actually a lot of popular PS1 games does not use music CD tracks (eg : Resident Evil, FF7, ...). They use a format similar to what is used in MIDI files, or Mario Paint if you see what i mean. It contains only notes to play by instrument (and thus it use a lot less space). This type of music can been extracted from some games to a special format called PSF (read more info there : http://en.wikipedia.org/wiki/Portable_Sound_Format)

aybe
23rd April 2015, 08:03 PM
Could this be the track seen on this beta version ? http://www.unseen64.net/2010/09/13/wipeout-psx-saturn-pc-beta/

tigrou
23rd April 2015, 08:55 PM
Could this be the track seen on this beta version ? http://www.unseen64.net/2010/09/13/wipeout-psx-saturn-pc-beta/

Might be.

I found this (quite old) thread some minutes ago :
http://www.wipeoutzone.com/forum/showthread.php?10-the-track04-folder

Seems somebody else already noticed the Track04 folder :g

Most relevant post is from "zone" :


it was a special track that was planned to be hidden in the game. (Even more hidden than the 2 hidden tracks!)
It was kind of an after thought and it wasn't like the other tracks. It was to be set in space with a lot of tunnelling ie, so scenery would not have to be modelled.
It was a super high speed circuit (basically an oval) with a MASSIVE vertical shaft drop.
The problem was that the shaft didn't work properly and there were difficulties with extracting the track. As such, a call was made to drop it, but a version of the data for it remained on the disk.
As far as I know, there is no way of accessing the track and even if you could get the game to access it, it would probably not work.


He is talking about a track in space, which seems to be what the screenshot of the beta looks like. Unfortunately "zone" doesn't explain from where he got that info...

EDIT : some other stuff here : http://ngemu.com/threads/wipeout-xl-hidden-level.35603/ (unfortunately, not very useful)

Jonny
23rd April 2015, 10:01 PM
So I was right that the huge drop is a new feature ^^
Anyway, if there are textures, there is maybe a way to make this playable :P

PS: I always thought that the "Final Gameplay Screenshot" is on Altima VII

aybe
24th April 2015, 02:32 AM
@tigrou

Interesting finding !

It might be instructive to gather all the versions of the game (Saturn and some PSX betas), there might be some surprise in them...

vincoof
24th April 2015, 08:47 AM
I wonder if there is any PS1 game without an ingame music player
Many games didn’t have any, actually.


OK. So if I got it right, in Wipeout 1 they choose to put music both as CD tracks (playable everywhere eg : car) and also inside first data track (as usual files, only readable from PS1) ?
As far as I know, the music was stored solely in the CD tracks, not with game data.


Anyway, if there are textures, there is maybe a way to make this playable :P
Even if textures can be found, there’s a long “road” between having the visual appearance of the track and making it playable. Having a visual appearance would definitely make my day, though :p

tigrou
24th April 2015, 07:03 PM
Many games didn’t have any, actually.
As far as I know, the music was stored solely in the CD tracks, not with game data.
p

No, this is as I tough initially : music is there as CD tracks and in track data :

http://s2.postimg.org/pi9jau4e1/music.jpg

Now if you sum the size of the SWP files, you will see this is a total of approx 500MB which means there is not more space for music CD tracks (a CD is max 650mb (approx)).

I think they use this trick when compiling the CD :

The actual music data is stored only once (as uncompressed 16bit PCM 44100 hz stereo...)
For a given track, the disc Table Of Content, TOC (how many tracks they are, where they begin and end and such) and the CD ISO file system reference the same bytes on the CD.

EDIT : Bump ! (mystery solved about hidden track, see my first post thread).

Jonny
25th April 2015, 10:09 AM
That's interesting!
Since the track was set in space it doesn't surprises me that it is completely covered in tunnels.
The white tube seems like an open era, like the drop on Altima in 2048.

Honestly think that the lack of a proper starting grid and checkpoints will make it impossible to actually start a race there. May it needs some tweeking, that we aren't capable of.

About the music player: If I go through all PS1 games I have, the majority allows me to select a music ttack and listen to it.
May only depends on my game selection ^^

dreadofmondays
26th April 2015, 01:29 AM
This is so utterly cool. Fantastic work, dude !

Mobius
26th April 2015, 08:39 PM
I've decided to come out of lurking to say thanks for solving a mystery which has been bugging me for almost a decade. Glad to see what it finally looked like! :)

vincoof
28th April 2015, 09:06 AM
Now if you sum the size of the SWP files, you will see this is a total of approx 500MB which means there is not more space for music CD tracks (a CD is max 650mb (approx)).

I think they use this trick when compiling the CD :

The actual music data is stored only once (as uncompressed 16bit PCM 44100 hz stereo...)
For a given track, the disc Table Of Content, TOC (how many tracks they are, where they begin and end and such) and the CD ISO file system reference the same bytes on the CD.
I’m no expert of the ISO structure, but your theory totally makes sense on paper.

EDIT : Bump ! (mystery solved about hidden track, see my first post thread).
Looks great, apart from the missing / default textures obviously. I guess the huge cylinder is supposed to be a mini-skybox which is only visible when the ship reaches the outer space for a brief time.

I like the originality of making a very tunnel-oriented track, it opens for a new gameplay and probably original artworks but I kinda feel like the track is a bit too narrow. Sure it fits with the tunnel theme but I’m not sure it’s fun to play. Not to mention claustrophobic people probably couldn’t race on it.

Also it makes difficult to put terraces / bleachers alongside the pit, which is a signature design of the WipE'out" tracks.

All in all this is clearly unfinished business but with a bit of polishing I’m sure they could’ve come up with something good. However, what is finished business is the solved mystery after all these years =)

Jonny
28th April 2015, 04:29 PM
Catastrophic would be the result of unleashing Asa on this track XD

Rovenami
16th December 2015, 05:02 AM
Alright, so maybe this cut track was going to be like Firestar from the original WipEout where it would have been a bonus track set somewhere in space.

Xpand
16th December 2015, 05:18 PM
Alright guys, I talked to Nick Burcombe about this track.
What he told me was that it was supposed to be a sort of high speed ring set in a canyon forest "kinda like speeder bikes...Returned of the Jedi". It was abandoned due to draw distance, track length (no room in disk for all the track scenery/textures apparently) and time.
He also doesn't remember giving it a name.
So yeah, mystery solved.

Xpand
16th February 2016, 12:07 AM
I've been remaking this track for Ballistic NG
Aside from the pitlane and a couple of chicanes and bumps, the layout is pretty much the original, even the giant cylinder drop

https://www.youtube.com/watch?v=PEsebWcW2yQ

vincoof
16th February 2016, 09:20 AM
That is so freaking awesome. Thank you man, you made my day.

Xpand
16th February 2016, 10:42 AM
Thanks! :D
Here's a more complete version

https://www.youtube.com/watch?v=qAbl14Z79Pw

stin
16th February 2016, 10:47 AM
That looks pretty impressive, asa will love this!


stevie :)

Amaroq Dricaldari
18th February 2016, 05:56 AM
Do we get to name it? :3
We should also check the other WipEout releases for unused data, such as Sega Saturn ports, WipEout 64, Wip3out/SE, etc...

vincoof
19th February 2016, 06:51 AM
This post (http://www.wipeoutzone.com/forum/showthread.php?10-the-track04-folder&p=43#post43) suggests the track could have been called “Terminal”. The name was eventually used for the next game, i.e. Wip3out, for another track called Terminal (http://wipeout.wikia.com/wiki/Terminal).

Xpand
19th February 2016, 11:02 AM
Nah, that's a server directory, my guess is that terminal in that context refers to the user terminal, ie, the computer used to access the server.

This "sceneName = silver-track.3-0" and "track10 /server/people/dcrook/terminal/SCENES/silver-track.3-0.dsc bonus", might hold a clue to the track's name.