[PC] Text editor - touphScript (v1.4.0)

  • Thread starter Thread starter luksy
  • Start date Start date
Status
Not open for further replies.
Some feedback from myself.

Note I am running this on Windows 8.1 64bit.

The dump feature seems to not do anything, I get an entry in the log reporting the registry location, and nothing else.  In the command window I do see a bunch of numbers indicating it is reading the flevel file, but nothing gets written, so I am unable to get text files from flevel.lgp.  This happens regardless if I set the paths or if I let it use defaults.

Download link to latest version is broken 1.3.1.
 
New here and I feel kind of stupid were is the readme on how to get this going I try and it always says No FFVII installation found
.ini not found / unreadable, options disabled
Error creating spacing table
 
I also can not find the read me on this thread or the github link. Can someone please point me in the right direction

To clarify... i downloaded the release for 1.4.0 and all it came with was 1 file called touphScript.exe... i put it in a folder and ran it and then tried to (d)ump. It created an empty text folder and a text document which i assume is a log file which said:

"Registry values found:SOFTWARE\Square Soft, Inc.\Final Fantasy VII
.ini not found / unreadable, options disabled
FF7.exe not found, using spacing values in config file."

There is no read me to be found on the front page of this thread and none on the github... it didnt come with the release download or generate after using the exe.

I assume I'm missing an ini file which is probably used for locating the correct file paths. Maybe I am blind and just didn't see it or maybe it was forgotten about during the last latest release update... i didn't see any previous releases on the github either so i can't even check to compare.
 
Last edited:
In other words, wait for new release.
I'm not even sure if this was responding to me... and if it was I am still not sure if that github link with the latest source was supposed to help... and on top of that waiting for a new release comes off as super unhelpful especially since that post that you quoted was from a half a year ago. Is this tool nonfunctional currently? Is there an older version or another tool that people are using now? Is it currently being worked on? Like DLPB how about you take a little more time when responding to give an answer that will actually help me with regards to my question. Someone else asked for the read me on march 5th as well and no one even responded to them...
 
Some feedback from myself.

Note I am running this on Windows 8.1 64bit.

The dump feature seems to not do anything, I get an entry in the log reporting the registry location, and nothing else.  In the command window I do see a bunch of numbers indicating it is reading the flevel file, but nothing gets written, so I am unable to get text files from flevel.lgp.  This happens regardless if I set the paths or if I let it use defaults.

Download link to latest version is broken 1.3.1.
Same issue here. Dump command doesn't do anything and on log i only have this Registry values found:SOFTWARE\Square Soft, Inc.\Final Fantasy VII

I'm on Win 10 x64.

Anyone would suggest any other tool to change text on exe?
 
Latest 1.4 version is missing some text files. These are inspired from Reunion R06 installer and should work with this 1.4

Create a file with notepad++ in utf-8-bom, named Chars.txt and paste the code here https://pastebin.com/D4SkFSN1 (this is vanilla chars table)
Create a file with notepad++ in utf-8, named touphScript.ini and paste the code here https://pastebin.com/XQ7UAHbd

Put both file where is touphScript.exe

In touphScript.ini the part under:
# Override common spacing values
#override window.bin  - spacing table
are disabled (the values are from my italian reunion port and not vanilla game, don't know what appen in vanilla game so better leave disabled... to enable delete #)
 
Last edited:
Latest 1.4 version is missing some text files. These are form Reunion R06 installer and should work with this 1.4

Create a file with notepad++ in utf-8-bom, named Chars.txt and paste the code here https://pastebin.com/D4SkFSN1 (this is vanilla chars table)
Create a file with notepad++ in utf-8, named touphScript.ini and paste the code here https://pastebin.com/XQ7UAHbd

Put both file where is touphScript.exe

In touphScript.ini the part under:
# Override common spacing values
#override window.bin  - spacing table
are disabled (the values are from reunion and not vanilla game, to enable delete #)
I've tried with this solution. Something changed, but still it doesn't work.
This is the log now:
Code: [Select]
Code:
Registry values found:SOFTWARE\Square Soft, Inc.\Final Fantasy VIIError creating spacing tableCannot read / error reading flevelCouldn't dump world_us: basic_ios::clear: iostream errorCouldn't dump scene: converting to scene failed, basic_ios::clear: iostream errorCouldn't dump kernel: basic_ios::clear: iostream errorCouldn't dump kernel2: basic_ios::clear: iostream errorCouldn't dump exe: basic_ios::clear: iostream error
The problem seems to be a missing spacing table. I've tried re-enabling the one under #override window.bin - spacing table, but it doesn't work and says:

Code: [Select]
Code:
Registry values found:SOFTWARE\Square Soft, Inc.\Final Fantasy VIIFF7.exe not found, using spacing values in config file.
And that's probably because I'm trying to use it on the 7H FF7.exe while the string, as you said, is thought for use with Reunion.
Well, I actually don't know, I'm just guessing.
 
Last edited:
I've tried with this solution. Something changed, but still it doesn't work.
This is the log now:
Code: [Select]
Code:
Registry values found:SOFTWARE\Square Soft, Inc.\Final Fantasy VIIError creating spacing tableCannot read / error reading flevelCouldn't dump world_us: basic_ios::clear: iostream errorCouldn't dump scene: converting to scene failed, basic_ios::clear: iostream errorCouldn't dump kernel: basic_ios::clear: iostream errorCouldn't dump kernel2: basic_ios::clear: iostream errorCouldn't dump exe: basic_ios::clear: iostream error
The problem seems to be a missing spacing table. I've tried re-enabling the one under #override window.bin - spacing table, but it doesn't work and says:

Code: [Select]
Code:
Registry values found:SOFTWARE\Square Soft, Inc.\Final Fantasy VIIFF7.exe not found, using spacing values in config file.
And that's probably because I'm trying to use it on the 7H FF7.exe while the string, as you said, is thought for use with Reunion.
Well, I actually don't know, I'm just guessing.
never tried 7th exe but try in #Override paths to write the full path of every files, like
flevel = C:\Users\touphScript 1.4\flevel.lgp
and so on for the other

if you don't want to dump text from a specific file in # Dump Text set it to 0

basic_ios::clear: iostream error     
Cannot read / error reading flevel 

in my test they appear when it's missing the file (dump enabled but not path set)

don't use override spacing
 
Last edited:
Latest 1.4 version is missing some text files. These are form Reunion R06 installer and should work with this 1.4

Create a file with notepad++ in utf-8-bom, named Chars.txt and paste the code here https://pastebin.com/D4SkFSN1 (this is vanilla chars table)
Create a file with notepad++ in utf-8, named touphScript.ini and paste the code here https://pastebin.com/XQ7UAHbd

Put both file where is touphScript.exe

In touphScript.ini the part under:
# Override common spacing values
#override window.bin  - spacing table
are disabled (the values are from reunion and not vanilla game, don't know what appen in vanilla game... to enable delete #)
Before, thanks for helping, really appreciate :)
 
With your tips now dump and encode work good. thanks again ;)
 
Last edited:
Is there updated documentation for this tool?

I am looking to edit in-game dialogue, but touphScript doesn't seem to accept different line counts.
I know it's possible because Beacause does it, but...
 
Is there updated documentation for this tool?

I am looking to edit in-game dialogue, but touphScript doesn't seem to accept different line counts.
I know it's possible because Beacause does it, but...
touphScript doesn't accept different line counts. If you want to add new text you need to use makou reactor to add new text entries (and change field script)
 
Hi. Can anyone walk me through, step by step, on how to rename Spell names (and maybe Monster names)?

I want to rename some things from the Reunion's New Translation, namely Poison Null (Poisona) and Status Null (Esuna). If I can rename them, I'd be happy.

When I open the .exe, I'm not sure what else to do other than type 'd' and press Enter, in which case it doesn't do anything.
 
Hi. Can anyone walk me through, step by step, on how to rename Spell names (and maybe Monster names)?

I want to rename some things from the Reunion's New Translation, namely Poison Null (Poisona) and Status Null (Esuna). If I can rename them, I'd be happy.

When I open the .exe, I'm not sure what else to do other than type 'd' and press Enter, in which case it doesn't do anything.
I think spell names are stored in the kernel.  You'll need the kernel editor to do that.
 
I think spell names are stored in the kernel.  You'll need the kernel editor to do that.
Thanks. Now I want to be able to rename item names that come out from treasure chests. I'm guessing those come from the flevel.lgp file, and editing kernel.bin doesn't update the flevel.
 
Latest 1.4 version is missing some text files. These are inspired from Reunion R06 installer and should work with this 1.4

Create a file with notepad++ in utf-8-bom, named Chars.txt and paste the code here https://pastebin.com/D4SkFSN1 (this is vanilla chars table)
Create a file with notepad++ in utf-8, named touphScript.ini and paste the code here https://pastebin.com/XQ7UAHbd

Put both file where is touphScript.exe

In touphScript.ini the part under:
# Override common spacing values
#override window.bin  - spacing table
are disabled (the values are from my italian reunion port and not vanilla game, don't know what appen in vanilla game so better leave disabled... to enable delete #)
Thank you very much for that, I was not sure what to do because version 1.4.0 did not have any readme. This was a great help, as I am trying to port a Portuguese translation to 7th Heaven and I needed to extract the text files.
 
Works on steam version if no there is more text editors to steam? I would like to translate into my language
 
Status
Not open for further replies.
Back
Top