Skip to content

fold.exe usage #9

@theGreyWanderer-uc

Description

@theGreyWanderer-uc

Hi,

I would like to learn how to use fold.exe - the command outputs the following:
Usage: fold [|-a] {--game [u8|crusader]} {--lang [english|german|french|japanese]} {--odir }
or
Usage: fold -l
or
Usage: fold --globals {--game [u8|crusader]}
or
Usage: fold -overload

Firstly I have extracted a class from eusecode.flx using disasm.exe; 1026.dis - this is Devon

I then wanted to extract function 47A from the file to get Devon's dialogue. I have tried a number of things:
fold 1026.dis -a --game u8 --lang english > 199.txt
fold 1026.dis -a --game u8 > 199.txt
fold 1026.dis -a --game u8 --lang english --odir wtf
fold 1026.dis --game u8 --lang english > 199.txt
fold 1026.dis --game u8 --lang english
fold 1026.dis --game u8 --lang english --odir wtf
fold 1026.dis 47A --game u8 --lang english > 199.txt
fold 1026.dis 47A --game u8 --lang english
fold 1026.dis 47A --game u8 --lang english --odir wtf
fold 1026.dis 1146 --game u8 --lang english > 199.txt
fold 1026.dis 1146 --game u8 --lang english
fold 1026.dis 1146 --game u8 --lang english --odir wtf
fold 1026.dis 0x47A --game u8 --lang english > 199.txt
fold 1026.dis 0x47A --game u8 --lang english
fold 1026.dis 0x47A --game u8 --lang english --odir wtf
fold 1026.dis Func_47A --game u8 --lang english > 199.txt
fold 1026.dis Func_47A --game u8 --lang english
fold 1026.dis Func_47A --game u8 --lang english --odir wtf

At this point I'm just spamming in the dark hoping to hit something. Can anyone advise?

1026.dis was renamed to 1026.txt and attached here.

1026.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions