Posted 20 May 2010 - 02:21 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
I nearly got a physical copy once, but when I had the money, it was gone. D:
EDIT: Welcome to page 7!
This post has been edited by Jakeford: 20 May 2010 - 09:37 AM
Posted 20 May 2010 - 08:04 AM
-
Posts:
74
-
Joined:
03-April 10
Meh. Right here it's impossible to get hands on such an unpopular DC game, really.
Posted 20 May 2010 - 09:36 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
Once people obtain it, it becomes an insta-horde.
Oh, while that Nexus VMU isn't here, I used DC tool to hex edit the files saved. They contain the save icon for the first quarter of the file, and then the data. So to use custom Mainflow files, you'd need to remove that icon data. Will experiment with that Rez debug file I saved.
Posted 20 May 2010 - 04:52 PM
- "I am Death, not Taxes. I turn up only once."
-
-
Posts:
12397
-
Joined:
12-January 03
-
Gender:Male
-
Location:Berkshire, England
-
Project:VGDB
-
Wiki edits:3,204
QUOTE (Lobotomy @ May 20 2010, 12:17 AM)

How common is REZ in the UK?
PS2? Very. DC? £80 a copy was the last price I saw it at.
Posted 21 May 2010 - 07:26 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
Which is exactly why I bought the XBLA version. I'd probably still buy the DC version if I find it and have the money.
Posted 21 May 2010 - 04:12 PM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
Started working on a PassEditor utility. Only a basic UI has been programmed so far, it is my first project after all. Because of this, it only functions as a UI, with no object viewing capabilities, yet. (I'm learning how to program such things).

This is that UI. Needs work, needs finishing. That image is what I hope to achieve with this one day (At the very least). Well, once I finish learning how to program anyway.
Posted 22 May 2010 - 07:49 AM
-
Posts:
74
-
Joined:
03-April 10
If I ever get my hands on the detailed format specs, I'll try to rather make a compiler/converter from another map editor (possibly Radiant) that already has a good viewport GUI for object placement. That way I could also probably make entities convert to mainflow events, and... *evil plan*
Posted 22 May 2010 - 07:54 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
Hmmm...Didn't think like that.
Anyway, I'm off to mod the Area1 binary, so I can see how editing it will affect it.
I like that idea though.
Posted 22 May 2010 - 09:12 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
Right, through a relatively small edit I made to the Area1 binary, I have managed to move two objects (Well, they were the only ones I noticed). The first object was one of the wireframe boxes from layer level 3. Those boxes are the ones that have the orange pulsing folder textures behind them. The box I moved was behind the textures, and couldn't be seen. The second object was one of the towers on the final layer level. Instead of it slightly intersecting the wireframe path the player flies above, it is actually in the way of the player, and you fly through it.
More editing to come.
Posted 22 May 2010 - 02:42 PM
-
Posts:
74
-
Joined:
03-April 10
Have you even ripped apart the ISO into separate files? This won't help much if you're limited by size, or have to edit one big 300MB binary.
Posted 22 May 2010 - 05:01 PM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
I have a discjuggler image. Useful in some ways, but not in others. Anyway, I can re-insert files of the same or shorter file size because the program to edit the file only replaces data. It cannot rebuild.
I'll probably find another alternative to it (A better alternative) in the future, but for now, it works for researching what affects my changes have on the game. (I currently have Rez's contents, and the beta's sitting on my hard drive, but as you found out, it isn't easy to get the settings right to re-build the games.)
This post has been edited by Jakeford: 22 May 2010 - 05:02 PM
Posted 22 May 2010 - 09:34 PM
-
Posts:
555
-
Joined:
18-February 08
-
Gender:Male
-
Wiki edits:6
QUOTE (Jakeford @ May 22 2010, 05:01 PM)

I have a discjuggler image. Useful in some ways, but not in others. Anyway, I can re-insert files of the same or shorter file size because the program to edit the file only replaces data. It cannot rebuild.
You should really learn how to build a valid DC image. It's not very difficult. The echelon selfboot kit includes instructions and the tools you need.
(Doing so without having to burn anything is another story though. It's been a few years since I've looked, but the last time I did none of the CDI builders created images with ECC data. Without it, all sectors of the disc will appear as corrupt to a virtual drive. At one point I wrote some instructions on how to build a valid CDI by hand using the track data prepared by following the echelon tutorial, but this still required manually editing the final image in a hex editor. I had meant to write a tool to automate the process, but it got to the point where it was just easier for me to continue using a hex editor.)
Posted 23 May 2010 - 06:04 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
I should. I'll probably spend today learning how.
Posted 28 May 2010 - 09:01 AM
- Z and -Z and XYZ-X-Y-Z.
-
-
Posts:
123
-
Joined:
22-December 08
-
Gender:Male
-
Location:North East England
-
Project:Hacking and researching Rez.
-
Wiki edits:1
Ahaha! I can't believe this!
I think the PassEditor is still in the beta! After I spent a while investigating the game, I found a way to change the level layer by pressing the spacebar key. And also a way to delete the level segment, although the game crashes when that happens. I'll probably make a video, but I've got to mess with this further!
Posted 28 May 2010 - 11:07 AM
-
Posts:
74
-
Joined:
03-April 10
Huh, way to go. Not only leaking a proto but "accidentally" having hacking tools already coded into it.