Author Topic: What field file is the debug room in?  (Read 5616 times)

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
What field file is the debug room in?
« on: 2004-06-20 09:25:14 »
I feel so terrible, I'm tryin to get myself up to speed with hacking FF7 and I feel so behind the power curve. Sorry for so many different topics. I'm gonna take a stab at the scripting engine, but need to know which field files the debug rooms are in.

Thanks.

Darkdevil

  • *
  • Posts: 728
    • View Profile
    • Http://darkdevil177.5u.com
What field file is the debug room in?
« Reply #1 on: 2004-06-20 09:31:41 »
I dont think they are in a specific file as there is no background gparhic...just black....and it has nearly every character model in the game in the debug room ,so my best bet would be either Flevel.LGP or the world_US.LGP file...

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
What field file is the debug room in?
« Reply #2 on: 2004-06-20 10:06:20 »
Oh, I know it's in flevel.lgp. Which out of the 500 some odd files has the debug room in it. I think its' the platform one... I can't seem to recall..

Synergy Blades

  • Guest
What field file is the debug room in?
« Reply #3 on: 2004-06-20 15:45:24 »
In flevel.lgp, the debug rooms are blackbg1 to blackbgb. blackbgc and on do have black backgrounds but are actual parts of the game.

EmperorSteele

  • *
  • Posts: 933
    • View Profile
What field file is the debug room in?
« Reply #4 on: 2004-06-20 22:58:56 »
I have to concure.  Theres limitations on where you can go, so ther HAS to be some 3-d data stopping cloud from just walking on for infinity.

Then again, the exit points all had to be reprogramed, anyway, so it -could- be a completly different map.

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
What field file is the debug room in?
« Reply #5 on: 2004-06-21 02:28:41 »
Every field file is made up of 9 sections, this includes the background, sprites, scripts, camera angles and the walkmesh. We can only bearly read the text scripts and and render the backgrounds. (I think also play the music assoscated with that background)

It would be nice to decrypt the scripting language. Accrding to the names on the files in the source code listing, it's probably tolkenized. The debug rooms should be pretty easy to poke at, as as you can screw with them and it doen't mess up the game. I'm going to be writing an extended debug room doc as soon as I'm done with the known file formats in Gears. That can be used as a base for hacking them to figure out the scripting language involved.

Cyberman

  • *
  • Posts: 1572
    • View Profile
El Scripto
« Reply #6 on: 2004-06-21 21:53:46 »
Quote from: halkun
Every field file is made up of 9 sections, this includes the background, sprites, scripts, camera angles and the walkmesh. We can only bearly read the text scripts and and render the backgrounds. (I think also play the music assoscated with that background)

It would be nice to decrypt the scripting language. Accrding to the names on the files in the source code listing, it's probably tolkenized. The debug rooms should be pretty easy to poke at, as as you can screw with them and it doen't mess up the game. I'm going to be writing an extended debug room doc as soon as I'm done with the known file formats in Gears. That can be used as a base for hacking them to figure out the scripting language involved.


Hmmm Ok.. go to here then for some information they've been beating on FF7 quite successfully.
Particularly this thread

Laysan  had some of his code on the net available but I think he took it down for some reason (sigh).
Cyb

Contra

  • *
  • Posts: 278
    • View Profile
    • http://contraspontanus.deviantart.com
What field file is the debug room in?
« Reply #7 on: 2004-06-22 02:40:14 »
On the PSX I know that the "main" debug room is "STARTMAP". And then BLACKBG1 through BLACKBGK are the rest. Love Snailrush's 7Mimic. ^_^

lasyan3

  • *
  • Posts: 76
    • View Profile
Re: El Scripto
« Reply #8 on: 2004-06-26 17:01:10 »
Quote from: Cyberman

Laysan  had some of his code on the net available but I think he took it down for some reason (sigh).
Cyb


Hi there, first it is lasyan3. Second, I have to say I'm very glad to find a forum with not only fan of FF7 but also guys who want to hack it. But it seems that you only speak about the PC version of FF7...sigh, am I the only one who try to hack the PSX version? Anyway, there is NO WAY I give up my project of hacking ff7!!!

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
What field file is the debug room in?
« Reply #9 on: 2004-06-26 19:29:47 »
The PC and PSX are very similar. I will be posting how to get the script from the pc version soon. I have to work out the field headher..


Hey Lasyan, can you post your PSX script dumper, or alter it so that it can read the PC data too?

lasyan3

  • *
  • Posts: 76
    • View Profile
What field file is the debug room in?
« Reply #10 on: 2004-06-26 23:01:42 »
Well, I changed the size of the header (0x1C --> 0x2E ) as you asked for, here the prog.
« Last Edit: 2008-03-09 09:57:00 by lasyan3 »

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
What field file is the debug room in?
« Reply #11 on: 2004-06-27 00:10:58 »
It crashed ;_; It appears that there are more that is different....

I'll send you an email...