Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Topaz Light

Pages: [1]
1
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« on: 2017-06-15 12:53:38 »
Oh.

Well, thank you! I feel a bit silly now.

Also, I'm not actually Cathy; this computer used to be my mother's, and that's something haven't really gotten around to changing yet.
Don't worry, the game isn't installed there! Those files are copies for editing, to mitigate the risk of messing anything up if something somehow goes wrong.

Thanks again!

2
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« on: 2017-06-15 04:42:54 »
I'm having some issues getting touphScript to successfully dump the files.

Here's my .ini file:
Spoiler: show
# Strip unused text
text_strip = 1

# Strip unused scripts
script_strip = 1

# Insert missing windows.
# Reuses previous window id values if available,
# otherwise defaults are x = 80, y = 80, w = 150, h = 57
window_patch = 1

# Dump window parameters with text
# (where available)
dump_x = 0
dump_y = 0
dump_w = 0
dump_h = 1
dump_sp = 0
dump_question = 0

# Force character name widths to width of value
# (not recommended for redistribution)
# cloud = Cloud
# barret = Barret
# tifa = Tifa
# aerith = Aerith
# redxiii = Red XIII
# yuffie = Yuffie
# caitsith = Cait Sith
# vincent = Vincent
# cid = Cid

# Override paths
text = .\text\
flevel = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\flevel.lgp"
world = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\world_us.lgp"
scene = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\scene.bin"
kernel = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\kernel.bin"
kernel2 = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\kernel2.bin"
window = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\window.bin"
exe = "C:\Users\Cathy\Desktop\Gene's Personal File\Hacking\Final Fantasy VII Text Editing\ff7.exe"


And here's the .log file:
Spoiler: show
Registry values found:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Steam App 39140
No FFVII installation found
Error creating spacing table
Cannot read / error reading flevel
Couldn't dump world_us: basic_ios::clear: iostream error
Couldn't dump scene: converting to scene failed, basic_ios::clear: iostream error
Couldn't dump kernel: basic_ios::clear: iostream error
Couldn't dump kernel2: basic_ios::clear: iostream error
Couldn't dump exe: basic_ios::clear: iostream error


Nothing in the .ini file looks out of place to me, so I'm not sure what's causing the problem, other than perhaps something to do with "No FFVII installation found" in the .log file.

But then, I'm also not an expert on this program or on hacking/modding in general, much less for Final Fantasy VII specifically.

I am working with the 2012 Steam release. If it matters, I installed and then uninstalled version R05c of some of the Reunion patches—Beacause+Menu Enhancement and minigame fixes, I believe—before attempting this.

Does anybody have any idea what the issue might be, and how it could be fixed?

Thank you very much in advance for your time!

Pages: [1]