S
Sebanisu
Guest
I was going to draw menus by hand but thought the dims and text are probably in a file somewhere. Anyone know where?
JunctiontJunction MenutItemtItem MenutMagictMagic MenutGFtGuardian Force MenutStatustStatus MenutCardtLook at cardstRearrangetRearrange party ordertSavetSave MenutConfigtConfiguration Menut????tPast party memberstPLAYtGt:tCurrent EXPtNext LEVELt/tHPtLVt-t%tFiretIcetThundertEarthtPoisontWindtWatertHolytDeathtPoisontPetrifytDarknesstSilencetBerserktZombietSleeptSlowtStoptCursetConfusetAbsorbtCan`t selecttMakingtShoptLoadtMoteltMoteltYestNotJunk Shopt(t)tAbilitytUse GF abilitytSwitchtSelect party memberstHaven`t been to a shop!tTutorialtExplanationtS.LVtSeeD ranktAtAcetChanges current HPOK?t????tInformationtFFⅥⅡ Info CornertTESTtTake Written Test to raise SeeD ranktReviewtReview SeeD Written TesttNothing happenedtTIMEtTIMERtt
ushort unk;ushort paddingSize?;byte[paddingSize] NULL; //usually 36ushort[x] pointersToText //this+36(paddingSize) [256 buffer size in case of tkmnmes1.bin]string text //null terminated
FILE *MenuReadFiles(){ Menu_GetFile(&mngrphd_binBuffer, aMngrphd_bin); Menu_GetFile(&facesp2_buffer, aFace_sp2); dword_1D2BB78 = AllocateMemory(0x800u, aCFf8MenuKata_1, 143); Menu_GetFile(&magsortbuffer, aMagsort_bin); Menu_GetFile(&mweaponbuffer, aMwepon_bin); Menu_GetFile(&mmagbuffer, aMmag_bin); Menu_GetFile(&mthomasbuffer, aMthomas_bin); Menu_GetFile(&areamesdc2buffer, aAreames_dc2); Menu_GetFile(&mmagicbinbuffer, aMmagic_bin); Menu_GetFile(&mitembuffer, aMitem_bin); Menu_GetFile(&areamesbuffer, aAreames_dc1); Menu_GetFile(&mmag2bin, aMmag2_bin); Menu_GetFile(&cyocobobinbuffer, aCyocobo_bin); Menu_GetFile(&m000binbuffer, aM000_bin); Menu_GetFile(&m001binbuffer, aM001_bin); Menu_GetFile(&m002buffer, aM002_bin); Menu_GetFile(&m003buffer, aM003_bin); Menu_GetFile(&m004buffer, aM004_bin); Menu_GetFile(&m000msgbuffer, aM000_msg); Menu_GetFile(&m001msgbuffer, aM001_msg); Menu_GetFile(&m002msgbuffer, aM002_msg); Menu_GetFile(&m0003msgbuffer, aM003_msg); Menu_GetFile(&m004msgbuffer, aM004_msg); Menu_GetFile(&mitembinbuffer, aMitem_bin_0); Menu_GetFile(&petexpbinbuffer, aPet_exp_bin); Menu_GetFile(&petexpmsgbuffer, aPet_exp_msg); Menu_GetFile(&shopbinbuffer, aShop_bin); Menu_GetFile(&pricebinbuffer, aPrice_bin); Menu_GetFile(&mitembinbuffer_0, aMitem_bin_1); Menu_GetFile(&mweaponbinbuffer, aMwepon_bin_0); Menu_GetFile(&mweaponmsgbuffer, aMwepon_msg); Menu_GetFile(&mmagbinbuffer, aMmag_bin_0); Menu_GetFile(&cardanmsp2buffer, aCardanm_sp2); return Menu_GetFile(&mtmagbinbuffer, aMtmag_bin);}
Yep, real vanilla game codeIs that from disassembling it?
The link about mngrphd.bin, mngrp.bin, tkmnmes files, and mngrp complex string was removed from wiki yesterday, can anyone update?http://wiki.ffrtt.ru/index.php/FF8/Menu_mngrp_bin added a bunch of info that I found on this file to the wiki. Still a lot of holes. Where I'm not sure anyone had discovered what is there.
I named the strings I'm having trouble reading "Complex Strings" mostly because the distance between the entries is 0-3 bytes so when I jump to the next offset i might be inside a string instead of the 6 bytes in front of the next entry.
I think the offsets might be in another section but I haven't figured it out yet.
I might take a break from this and integrate the ones I can read as it'll cover most of what I need to do.
I probably also should update the wiki with what is in the string data instead of just putting "strings here". Not that big of a deal.![]()
All the work is gone? It's sad to know that.Someone or something rolled back the wiki to february 2019. So everything I edited or changed is gone.
You can see the code on https://github.com/MaKiPL/OpenVIII
Maybe if I get motivated to redo everything I'll put it on a wiki on github where I have control over it.
Thanks, it will be helpfull buddy.I'll move data to your post.
Could use a hex editor. Colly's post above has a lot of info.Thanks, it will be helpfull buddy.
about mngrp.bin at offset 0x1BD808 this text are buggy when I using this tool Translator Tool - MnGrpEditor (v1.6) from https://www.ff7catalog.com/threads/10905/
What another way to edit this?
Note: This text are from Information tutorial