Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listing Forces #7

Open
mutigozel opened this issue Mar 18, 2024 · 2 comments
Open

Listing Forces #7

mutigozel opened this issue Mar 18, 2024 · 2 comments

Comments

@mutigozel
Copy link

Is there a way to extract forces? Any kind of hint would be much appreciated. I'm suspecting it has to do something with xrefs.dat. Any hints to parse xrefs?

@hutcheb
Copy link
Owner

hutcheb commented Mar 19, 2024

I have been assuming that the XRefs database contains information to help with finding out where tags are being referenced.

I'd probably start looking at the RxTagCollection in the comps database. It has a list of tags as well a record for each tag. I haven't decoded what information those records contain about the tag though so it could contain information about forces.

I have been using an sql lite viewer for Pycharm to browse the generated sqllite database via the parent_id/object_id relationships. Been meaning to dump those to files to make it easier to browse.

@mutigozel
Copy link
Author

Do you have any guide on how to parse xrefs? It doesn't seem to follow any pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants