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

Fix IW3 dumping of referenced assets #21

Closed
Laupetin opened this issue Oct 20, 2019 · 2 comments
Closed

Fix IW3 dumping of referenced assets #21

Laupetin opened this issue Oct 20, 2019 · 2 comments
Assignees
Labels
dumping issue related to dumping assets enhancement New feature or request Game: IW3 Game: IW4 Game: IW5 linker issue related to linking assets
Projects
Milestone

Comments

@Laupetin
Copy link
Contributor

Dumping of referenced assets does not work currently. The linker will be stuck in an infinite loop when calling DB_FindXAssetHeader.

#20 temporarly fixes it with removing the code that tries to dumping referenced assets. This should maybe be fixed and reimplemented.

@RektInator
Copy link
Member

Dumping referenced assets can be fixed by using DB_EnumXAssetsInternal instead. This function does not wait for the database thread to be ready.

@RektInator
Copy link
Member

Dumping referenced assets should eventually be done for every linker, so that you do not have to pre-dump specific fastfiles like common_mp and code_post_gfx_mp for additional assets (techsets for example)

@RektInator RektInator added this to the 2.0.0 milestone Oct 21, 2019
@RektInator RektInator added this to To do in ZoneTool Oct 21, 2019
@RektInator RektInator added dumping issue related to dumping assets enhancement New feature or request Game: IW3 Game: IW4 Game: IW5 linker issue related to linking assets labels Oct 24, 2019
@RektInator RektInator self-assigned this Oct 31, 2019
@RektInator RektInator moved this from To do to In progress in ZoneTool Oct 31, 2019
@RektInator RektInator moved this from In progress to Done in ZoneTool Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dumping issue related to dumping assets enhancement New feature or request Game: IW3 Game: IW4 Game: IW5 linker issue related to linking assets
Projects
ZoneTool
  
Done
Development

No branches or pull requests

2 participants