[PSX/PC] Field editor - Deling (1.0)

  • Thread starter Thread starter myst6re
  • Start date Start date
Status
Not open for further replies.
i have tried it and i must say that this tool is very good. it can edit the text in the game completely. that means that custom dialogue can be created. that enables modding of the game. i tested it some more by trying to add encounters in trabia garden and that worked well. i am still learning how it works however. i just found a bug. the main_chr.fs file inside the field.fs file can be exported but not edited. this tool is very good as a modding tool however so i hope that work on it continues.
 
Last edited:
I see that Japanese font has 4 tables.

Can I add second, third, ..., tables for my font.

Thanks.  :)

Edit

I can do it now.  :D
 
Last edited:
Can I use additional character of each files to translate to my language in PC English version?

I tried to use it but it do not show character when I copy variable likes {Jp001} to text field.

Thanks.  :)
 
Wow this is absolutely great! Ive seen that this is online for quite a while but I must have somewhat missed it until now. I have to say I like the interface even more than the one of MR - looks like you put more effort into this one ?

One question though - in MR we can export the music files from the fields and extract the akao frames that way. I wonder how the music files are stored on FF8 ? Seems the sound files in the fields are really just sounds not tracks. Do you have any information on that ? Would be cool if ffviii used a similar kind of akao music as ffvii so we could actually swap the files using MR and Deling and listen how they sound inside the other game :D
 
Last edited:
This editor is fantastic. I'm currently having a blast going through the game and editing some of the dialog to make the characters sound less childish (except Selphie, of course). Seifer, for example, now calls Zell Chicken-shit instead of Chicken-wuss. I thought about adding a bit here and there to the script as well, but I haven't quite figured out how to do that yet without screwing up the timing of animations etc.

Is this still being actively worked on? Would love to see the added functionality to replace the backgrounds. Great work so far though!  :-D
 
I think "Chicken-wuss" is a classic quote... I'd never change that though! :D
Seifer was meant to be immature and childish... ;)
 
Please can someone tell me how to modify the start screen letters (New Game, Continue, Memory card...)? Thanks!
 
Last edited:
"NEW GAME", "Continue" and "Credits" are stored in the main *.exe. I haven't looked for the memory cards texts but I'm pretty sure they are included in the "FF8_EN.exe/FF8.exe" as well.
 
Oh ok, those are the same textures as the regular in-game dialogue letters so c:\ff8\data\eng\menu\hires\ and files are sysfld00.tex and sysfld01.tex, you'll need to hexedit the main exe after that.

By the way myst6re, did you have any chance to take a look at this thread (about re-importing resized *.tex files) ? I'm pretty sure is no big deal but I'm really stuck at this point so I can't work on improving the textures yet.
 
I want to change the text. We are making fonts with Agahnim and testing them.
 
Last edited:
So like 5way say, I think you can find these texts in FF8.exe. There are encoded in FF8 encoding.
 
I have a request for your next release, and it seems simple enough:
Can we add sounds to areas that have no sounds?
 
Last edited:
I know that I could do that, but I'd rather just click one button. It's a feature request. The project I'm working on has a pretty long time table, so I can wait patiently :)
 
Please can someone tell me how to modify the start screen letters (New Game, Continue, Memory card...)? Thanks!
These text locate in mngrp.bin
Here is my screen shoot.
fdD1bK5.jpg


By the way, I dumped the text out here, in case you need it.


Code: [Select]
Code:
#WRITE(MyPtr, $DD6)HAJIMARI<end>#WRITE(MyPtr, $DDA)TSUZUKE<end>
I dumped with Catographer, and you can modify the text and re-insert it to mngrp.bin with Atlas.
 
Last edited:
Thank you Yugisokubodai! I'll look into that as soon as I return home!  :)
 
These text locate in mngrp.bin
How weird, the mngrp.bin does includes the in-game menu text but I found and edit (just to be sure) "New Game", "Continue" and "Credits" in the main FF8.exe...
 
The one does affect the screen title's text is in mngrp.bin.
Exactly, it locates at $101A for "NEW GAME" and $1023 for "Continue". Screw the text with an hex editor and you'll see the change.
 
Status
Not open for further replies.
Back
Top