Author Topic: [PC] Text editor - touphScript (v1.4.0)  (Read 240222 times)

bidaum

  • *
  • Posts: 5
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #350 on: 2017-10-03 16:59:28 »
Well I've got an issue then.

touphscript is extracted to e:\touphscript

ff7 is installed in E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII

my ini is as so:
text = ".\text\"
flevel = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\data\field\flevel.lgp"
world = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\data\wm\world_us.lgp"
scene = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\data\lang-en\battle\scene.bin"
kernel = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\data\lang-en\kernel\kernel.bin"
kernel2 = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\data\lang-en\kernel\kernel2.bin"
window = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\data\lang-en\kernel\window.bin"
exe = "E:\Games\SteamLibrary\SteamApps\common\FINAL FANTASY VII\ff7.exe"

tried both with and without speech marks

When I run the decode I get nothing in ./text/ and a 0kb log.txt file

I tried the software a long time ago and kinda gave up cause ended up with the same issue then of... nothing happening :(

I also just want to apologise if I seem a bit curt. been racking my brains for the past hour trying to work out whats not working.

« Last Edit: 2017-10-03 17:08:08 by bidaum »

bidaum

  • *
  • Posts: 5
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #351 on: 2017-10-03 17:24:10 »
I also just tried moving the files themselves from the steam directory to the default C:\Program Files (x86)\Square Soft, Inc\Final Fantasy VII and running from there. But still getting the same results

aha... when i run it in the command line.

I get Fatal error: Cannot open registry
« Last Edit: 2017-10-03 17:27:29 by bidaum »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #352 on: 2017-10-03 20:03:13 »
Usually this means that you don't have the game installed and may be using pirated version.  Is your copy genuine?

bidaum

  • *
  • Posts: 5
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #353 on: 2017-10-03 20:25:06 »
Yep, just uninstalled and reinstalled via steam just to be sure.

TouphScript does work with the steam version right? I've gone through the thread and as far as I can tell it's supported.

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #354 on: 2017-10-04 01:34:25 »
It is, yeah.  And if it doesn't work normally., setting paths directly without ""  should work.  verify all paths lead to actual files.

bidaum

  • *
  • Posts: 5
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #355 on: 2017-10-04 02:07:08 »
double checked

Also moved the files into the touphscript directory and tested it that way.

But still getting fatal error cannot open registry.

exact cmd line copy below

Code: [Select]
C:\Windows\system32>e:

E:\>cd e:\TouphScript

e:\TouphScript>touphScript.exe

touphScript v1.2.9 --- a FFVII text editor

(d)ump or (e)ncode?
d
Fatal error: Cannot open registry

My ini is below with all file paths verified
Code: [Select]
# Override paths
 text = e:\touphscript\text\
 flevel = e:\touphscript\data\field\flevel.lgp
 world = e:\touphscript\data\wm\world_us.lgp
 scene = e:\touphscript\data\battle\scene.bin
 kernel = e:\touphscript\data\kernel\kernel.bin
 kernel2 = e:\touphscript\data\kernel\kernel2.bin
 window = e:\touphscript\data\kernel\window.bin
 exe = e:\touphscript\data\ff7_en.exe
:(
« Last Edit: 2017-10-04 02:09:23 by bidaum »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #356 on: 2017-10-04 10:12:42 »
Double click the exe, makes no difference?

also, make sure you are using

https://drive.google.com/file/d/0B43luAxFZKC-dWFMZUJkS01PdzQ/view

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #357 on: 2017-10-05 12:55:03 »
@bidaum; rename ff7_en.exe to ff7.exe and when you play game rename again ff7.exe to ff7_en.exe and of course rename in ini file.
« Last Edit: 2017-10-05 23:49:39 by kenichi »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #358 on: 2017-10-05 13:17:31 »
That's wrong.  If he's using Steam, then it HAS to be ff7_en.exe  unless he has some sort of mod that's not using that name. 

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #359 on: 2017-10-05 23:48:23 »
ı have ff7 steam and ı dont use mod because of ts; ı tried encode ts for ff7_en.exe but ı got error then ı renamed ff7_en.exe to ff7.exe and ı tried encode again and it works.

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #360 on: 2017-10-06 00:57:31 »
If you've set the paths, like he has above, then doing that is wrong. It won't work.  It shouldn't really work at all if you are installing to Steam.

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #361 on: 2017-10-06 06:32:47 »
my path and works.
# Override paths
# text = .\text\
# flevel = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\field\flevel.lgp"
# world = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\wm\world_us.lgp"
# scene = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\battle\scene.bin"
# kernel = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\kernel\KERNEL.BIN"
# kernel2 = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\kernel\kernel2.bin"
# window = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\kernel\WINDOW.BIN"
# exe = "E:\Steam\steamapps\common\FINAL FANTASY VII\ff7.exe"

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #362 on: 2017-10-06 12:15:32 »
Quote
my path and works.
# Override paths
# text = .\text\
# flevel = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\field\flevel.lgp"
# world = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\wm\world_us.lgp"
# scene = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\battle\scene.bin"
# kernel = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\kernel\KERNEL.BIN"
# kernel2 = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\kernel\kernel2.bin"
# window = "E:\Steam\steamapps\common\FINAL FANTASY VII\data\kernel\WINDOW.BIN"
# exe = "E:\Steam\steamapps\common\FINAL FANTASY VII\ff7.exe"

That's because all your paths above are wrong.  You have started them with #, so they will be ignored.  And you have used " ".    ::) In other words, ts is just finding your game based on the registry.

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #363 on: 2017-10-07 09:51:12 »
hmm ı got this ı finally understand why my friends got registry error ı edited and working ı want to try my friends this settings. Just tell me; how to solve like line 620 5415874565846 char(s) too long errors?That line just 2 letters.
« Last Edit: 2017-10-07 09:53:43 by kenichi »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #364 on: 2017-10-07 12:03:58 »
That's a bug in ts.  It is still too long, though.  Your entry is too long.

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #365 on: 2017-10-07 17:13:32 »
ı encode ts and ı click play ff7 then ff7_en.exe not responding then ı got an unknown exception has occurred error

edit; ı solved; ı changed ff_en.exe to ff7.exe then encode then ı renamed ff7.exe to ff7_en.exe and game working.
« Last Edit: 2017-10-07 17:50:15 by kenichi »

Ark14

  • *
  • Posts: 8
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #366 on: 2017-11-16 04:29:58 »
Double click the exe, makes no difference?

also, make sure you are using

https://drive.google.com/file/d/0B43luAxFZKC-dWFMZUJkS01PdzQ/view

Is this the last version that works with Reunion R05c? when I open it, it shows as 1.2.9.

I'm trying to translate the exe to another language but when a encode it shows a bunch like this:

Line 118 [0_ff7.exe.txt]: 4294967284 char(s) too long.
Line 224 [0_ff7.exe.txt]: 1 char(s) too long.

I find the lines and edit then but nothing change in the log. Even if i just put 1 character.
« Last Edit: 2017-11-19 01:31:14 by Ark14 »

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #367 on: 2017-11-20 08:20:18 »
Send the text file 0_ff7.exe.txt

If all else fails, you can place the file paths in the .ini file manually.  See the discussion above.

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #368 on: 2017-11-25 15:06:40 »
is there mds7_wtut in game? İt just about game mechanics like save. Anyone play FF7 see this mds7_wtut dialogues?

usb

  • *
  • Posts: 117
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #369 on: 2018-01-14 18:54:10 »
First of all tank you for your tool (it's amazing).
I'm trying to update the first (and only) italian translation released for PC with the updated one for PSX released by an italian translator group. I've already translated every text file but now there is a problem: the space for menu buy/sell/exit (line 573 in the 0_ff7.txt).
If I try to translate in italian it looks weird with the text going over the background box and the hand pointer that doesn't point at the beginnig of the  italian word but at the same place where should be in english.
Someone knows how to fix? I've see that the franch retranslation made this menu in vertical (and not in horizontal) and this should resolve the problem but i don't know how to do.
With the searh button I don't find an answer.
Thanks in advance.

Using ff7 steam edition

DLPB_

  • Banned
  • *
  • Posts: 11006
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #370 on: 2018-01-14 22:58:21 »
That's not relevant to this tool.  It's not a fault with this tool.

usb

  • *
  • Posts: 117
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #371 on: 2018-01-15 09:40:26 »
That's not relevant to this tool.  It's not a fault with this tool.

Thank you for your answer. Maybe starting a new thred should be more appropriate
« Last Edit: 2018-01-15 10:02:02 by usb »

kenichi

  • *
  • Posts: 157
    • View Profile
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #372 on: 2018-01-22 09:35:46 »
hey DLBP there is something that ı want to sure. Original niv_ti3 is 30 line, reunion niv_ti3 is 137 line. Can ı use reunion instead of original niv_ti3?

Sorry stupid question of course not :D
« Last Edit: 2018-01-22 19:40:05 by kenichi »

Ghostlybreath

  • Guest
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #373 on: 2018-01-26 10:00:42 »
Registry values found:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{141B8BA9-BFFD-4635-AF64-078E31010EC3}_is1
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

i have original steam version...

Ghostlybreath

  • Guest
Re: [FF7] Text editor - touphScript (v1.3.0)
« Reply #374 on: 2018-01-28 23:39:06 »
where you can edit the fight menu?