Author Topic: Making dialog boxes and text completely transparent?  (Read 3733 times)

GK

  • *
  • Posts: 16
    • View Profile
I'm just wondering if anyone knows of a way to do two things...
1. Make the dialog boxes and text COMPLETELY transparent (so they're basically not there anymore).
2. Remove the number that shows when you hit someone in battle.

Any help would be really appreciated.  I'm attempting to make a FFVII gameplay movie with voice acting and everything (it'll be distributed for free if I finish it), since just text boxes would be pretty lame...

dziugo

  • *
  • Posts: 1470
    • View Profile
    • A new copy of FF7 thanks to Salk. Pack (zip/rar/etc) your saved game before sending it to me.
Re: Making dialog boxes and text completely transparent?
« Reply #1 on: 2006-03-10 05:52:44 »
Quote from: GK
I'm just wondering if anyone knows of a way to do two things...
1. Make the dialog boxes and text COMPLETELY transparent (so they're basically not there anymore).
2. Remove the number that shows when you hit someone in battle.
Yes and yes. I know the offsets already, but you'll have to wait for the patch.

dziugo

GK

  • *
  • Posts: 16
    • View Profile
Making dialog boxes and text completely transparent?
« Reply #2 on: 2006-03-11 19:37:40 »
Looking forward to it!  The search for voice actors begins...

Many thanks,
-GK

zero88

  • *
  • Posts: 257
    • View Profile
Making dialog boxes and text completely transparent?
« Reply #3 on: 2006-03-12 01:06:06 »
Here's your voice talent! *is kind of kidding*

If you need a voice though, look me up. 8)

dziugo

  • *
  • Posts: 1470
    • View Profile
    • A new copy of FF7 thanks to Salk. Pack (zip/rar/etc) your saved game before sending it to me.
Making dialog boxes and text completely transparent?
« Reply #4 on: 2006-03-13 20:22:20 »
No time... If you're familiar with disassembler NOP these calls:
Code: [Select]
005BB724     E8 2D000000    CALL ff7.005BB756
006EC28F     E8 D9ADFFFF    CALL ff7.006E706D
Or, if you're familiar with hex editor:
Code: [Select]
Offset: 01BAB24   Change: E8 2D 00 00 00   To: 90 90 90 90 90
Offset: 02EB68F   Change: E8 D9 AD FF FF   To: 90 90 90 90 90
If it doesn't tell you anything, please wait for a patch.

dziugo

GK

  • *
  • Posts: 16
    • View Profile
Making dialog boxes and text completely transparent?
« Reply #5 on: 2006-03-15 21:46:25 »
The hex editor will do it for me.  Thanks dziugo!

zero88, I might PM you when the time comes, heh.

Relf

  • *
  • Posts: 709
    • View Profile
Making dialog boxes and text completely transparent?
« Reply #6 on: 2006-03-15 22:18:45 »
An interesting idea, would go nicely with the other patch's that have come out. FF7 with voices, I mean.