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 - bidaum

Pages: [1]
1
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« 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
:(

2
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« 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.

3
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« 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

4
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« 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.


5
FF7 Tools / Re: [FF7] Text editor - touphScript (v1.3.0)
« on: 2017-10-03 16:50:03 »
I've found after trying to fumble my way through this today on the steam install that the readme could really do with an actual install guide as.. there no info on where it should actually be installed or how to update ini for non standard directories etc etc.

Hell could make it even easier by just allowing this way
Under a default setup you would be able to do the following:
1. Extract content to {ff7-install-directory}/touphscript/ (and put in readme to do so)
2. Run touphscript.exe
3. Select between steam version and 1998
4. auto-updates touphscipt.ini
5. d to decode
6. go to touphscipt/text/ to modify the text
7.  rerun touphscipt.exe
8. e to encode
9. takes a copy of bins/lgps into touphscript/backups
10. encodes

Also.. I'm not actually getting anywhere trying to run the extract..


Pages: [1]