#Where to find tbl, ftd, etc. files in the memory?
6 messages · Page 1 of 1 (latest)
they're usually copied into a static pointer that's then referenced whenever
i've labelled most of them in p5r steam 1.01 on the shared repo
Hi, sorry for the late reply. Thank you very much for responding! I am having trouble accessing the shared repo, it takes too long to load. Can you show me one example of this in 1.04? I want to learn how to find them myself so I would be grateful if you could tell me how you found it too.
the ftds in the screenshot i've shown are all in a list that's written to in the update function for fld_init_read (40 53 55 56 57 41 54 41 56 41 57 48 81 EC 50 01 00 00)
that task's update func opens a bunch of FTDs following a hardcoded list (there's a function in there for opening each file), so you'd just breakpoint that, then check where the output of that function's stored