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

  • Thread starter Thread starter luksy
  • Start date Start date
Status
Not open for further replies.
ts will only work on the English game.  Are you using the English Steam?
 
Q1: What's your installation directory? (For example, give full path to one of the LGP files?)
Q2: Are you running as Administratir? (not sure if this is required, but can't hurt)
Q3: Did you modify the touphscript.ini file? If so, can you post  the whole thing?
 
I'm not sure when Luksy added support for automatic Steam checking rather than manually entering paths - but the current version I have now needs to be uploaded soon regardless.
 
The version in the first post is pretty old. It checks registry settings though. But output is not XML, like the latest is (I think Luksy said that)
 
Yeah I really need to update this, bit busy right now but I'm on vacation starting Saturday so hopefully I can work on it a little then.
 
Q1: What's your installation directory? (For example, give full path to one of the LGP files?)
Q2: Are you running as Administratir? (not sure if this is required, but can't hurt)
Q3: Did you modify the touphscript.ini file? If so, can you post  the whole thing?
a-1) FF7 Folder; D/Games/Steam/Steamapps/Common/Final Fantasy 7
I transferred lgp files to desktop (C/Users/D/Desktop/FF7 Editing)
a-2)Yes
a-3)Yes and change steam language to english
 
ini files;

# 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

# Various script patches, will only work on original English field scripts to avoid conficts

# In case question lines need to be modified in main script 3
ealin_2 = 1
# Enable extra Barret cutscene later on in gonjun1
chrin_2 = 1
# Enables original clock minigame difficulty
kuro_4 = 1
# Activate village elder extra dialogue immediately after other two
# (instead of having to ask 10 times)
goson = 1
# Enable old guy's 3 random dialogues (only 2 shown normally).
elmin4_2 = 1
# Enable Aerith's dialogue when attempting to pass
# before Kalm (uses Tifa's without)
psdun_2 = 1
# Change Tifa & Aerith's lovepoints check to > 40 (was > 120)
gongaga = 1
# Fix Barret infinite lovepoints bug
# (gives +6 points if you hear him out to the end, otherwise none)
cosin1_1 = 1
# Fix Tifa infinite lovepoints bug
blin67_2 = 1
# Modify battle game odds, shorten game to 5 rounds
# & fix battle end after 4th opponent.
games_2 = 1
# Enable extra cutscene (text needs to be copied over from PSX version)
mtcrl_9 = 0
# Insert extra Barret dialogue if not in party when receiving PHS
elminn_1 = 1
# Change when TV dialogues appear
min51_1 = 1
# Fixes movie end chopping
lastmap = 1
# Patches question var in case mods change it
frcyo = 1
# Fixes menu access bug after talking with Yuffie
fship_4 = 1


# Dump window parameters with text
# (where available)
dump_x = 0
dump_y = 0
dump_w = 0
dump_h = 0
dump_l = 0
dump_t = 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 = "C:\Users\D\Desktop\FF7 Editing\text\"
# flevel = "C:\Users\D\Desktop\FF7 Editing\flevel.lgp"
# world = "C:\Users\D\Desktop\FF7 Editing\world_us.lgp"
# scene = "C:\Users\D\Desktop\FF7 Editing\scene.bin"
# kernel = "C:\Users\D\Desktop\FF7 Editing\kernel.bin"
# kernel2 = "C:\Users\D\Desktop\FF7 Editing\kernel2.bin"
# window = "C:\Users\D\Desktop\FF7 Editing\window.bin"
# exe = "C:\Users\D\Desktop\FF7 Editing\ff7.exe"

touphScript location;
C:\Users\D\Desktop\FF7 Editing\touphScript
 
# text = "C:\Users\D\Desktop\FF7 Editing\text\"

< the hash (#) at the start means it will not be used.  You need to remove hash if you want these paths to be used.
text = "C:\Users\D\Desktop\FF7 Editing\text\"
flevel = "C:\Users\D\Desktop\FF7 Editing\flevel.lgp"
world = "C:\Users\D\Desktop\FF7 Editing\world_us.lgp"
scene = "C:\Users\D\Desktop\FF7 Editing\scene.bin"
kernel = "C:\Users\D\Desktop\FF7 Editing\kernel.bin"
kernel2 = "C:\Users\D\Desktop\FF7 Editing\kernel2.bin"
window = "C:\Users\D\Desktop\FF7 Editing\window.bin"
exe = "C:\Users\D\Desktop\FF7 Editing\ff7.exe"
 
# text = ".\text\"

and it gave me
Unknown ini key: dump_l
Unknown ini key: dump_t

change system language maybe help? Because, My system language not english
 
Last edited:
I don't think those 2 options are used anymore.  You can delete them from ini.

The ini you have there is old.  You;re better off using this one >

Code: [Select]
Code:
# Strip unused texttext_strip = 1# Strip unused scriptsscript_strip = 1# Insert missing windows.# Reuses previous window id values if available,# otherwise defaults are x = 80, y = 80, w = 150, h = 57window_patch = 1# Various script patches, will only work on original English field scripts to avoid conficts# Dump window parameters with text# (where available)dump_x = 0dump_y = 0dump_w = 0dump_h = 0dump_sp = 0dump_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 pathstext = "C:\Users\D\Desktop\FF7 Editing\text"flevel = "C:\Users\D\Desktop\FF7 Editing\flevel.lgp"world = "C:\Users\D\Desktop\FF7 Editing\world_us.lgp"scene = "C:\Users\D\Desktop\FF7 Editing\scene.bin"kernel = "C:\Users\D\Desktop\FF7 Editing\kernel.bin"kernel2 = "C:\Users\D\Desktop\FF7 Editing\kernel2.bin"window = "C:\Users\D\Desktop\FF7 Editing\window.bin"exe = "C:\Users\D\Desktop\FF7 Editing\ff7.exe"
If you want to preserve the window scrolling on certain dialogue boxes, also enable dump_h = 1  when decoding.
 
thanks i tried but nothing happens the program close and log file is empty. should i change system language?

edit: i tried that too, anybody shows images or video this programs using?
 
Last edited:
i found errors but i cant solved;
it says file read/write error, check permissions and read only flag.
 
Last edited:
I got that error message before. It was not a problem with file permissions, it was a problem where it was not reading from the file that I thought. There might be a bug if you try to specify a custom location or use a copy of the installed files. The only way I could get it to work was to NOT specify a custom location. It will read the registry settings and find the files in the place where you installed the game.
 
i installed D drive. how to edit registry files? I think, regedit, but how? 
edit: i found and gave full read but nothing changes also i reinstalled games.

if you have touphscript and installed ffvıı please show me a short video or with images.
 
Last edited:
i deleted ff7 register i start new game but no registry keys in regedit.

touphscrith gave me this error now; FFVII app path not found in registry, using local directory
 
sorry but my touphscript problem still going ı tried many times i reinstalled games for 5-6 times (without mods) i changed pc language (turned english) i changed steam language to english. i edited permissions (have full control inclueded regedit, ff7 steam folder) but touphscript always give me permissions error. please help. Where is my mistake?
 
Last edited:
please anyone look at this thread? and one more thing in first page syas 1.3.0 but no 1.3.0 is 1.2.9
 
Please wait for next tS version, since current will not work with R04.
 
Status
Not open for further replies.
Back
Top