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

[Conflict in Chunk Definition] MWO #123

Closed
Dakkapocalypse opened this issue Feb 2, 2022 · 14 comments
Closed

[Conflict in Chunk Definition] MWO #123

Dakkapocalypse opened this issue Feb 2, 2022 · 14 comments
Assignees

Comments

@Dakkapocalypse
Copy link

Dakkapocalypse commented Feb 2, 2022

I'm trying to mass-convert all files for MWO, but I'm getting this error

Additionally, when trying to use the old cryengine importer in Blender 2.79, or the new one in Blender 2.93, I am unable to import any of the files except in their individual formats (.dae, etc) -- the script to reconstruct the mech (.cdf) isn't working.

PS F:\depot> foreach ($file in (Get-ChildItem -Recurse *.cga, *.cgf, *.chr)) { F:\depot\mwo\cgf-converter.exe $file -objectdir "F:depot\mwo"}
Conflict in chunk definition
13C0+D4
5340+D4
Conflict in chunk definition
1494+E8
5414+E8
Conflict in chunk definition
157C+E8
54FC+E8
Conflict in chunk definition
13C0+D4
5340+D4
Conflict in chunk definition

@Markemp
Copy link
Owner

Markemp commented Feb 5, 2022

The conflicts in chunk definition messages are just warnings and can be safely ignored.\

Which mech are you trying to import?

@Markemp Markemp self-assigned this Feb 5, 2022
@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 5, 2022 via email

@Markemp
Copy link
Owner

Markemp commented Feb 5, 2022

Can you get a copy of the System Log from when you run the importer in Blender? You can open that in Blender from Window -> Toggle System Console (although it might be Show system console in 2.93?). Run the importer and copy the output to a file and upload it to this issue.

@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 5, 2022 via email

@Markemp
Copy link
Owner

Markemp commented Feb 5, 2022

Can you link that bloodasp.dae file here too please? Just verified on mine that it was able to load, so curious as to why it errored here.

@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 5, 2022 via email

@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 5, 2022 via email

@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 5, 2022 via email

@Markemp
Copy link
Owner

Markemp commented Feb 5, 2022

Can you try to convert just that single file with cgf-converter? If it fails, then post the output please.

@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 5, 2022 via email

@Dakkapocalypse
Copy link
Author

Dakkapocalypse commented Feb 6, 2022 via email

@Markemp
Copy link
Owner

Markemp commented Feb 6, 2022

The objectdir argument looks off. You have it as -objectdir F:depot\mwo, but there should be a backslash after the F:. Not sure if that is the root cause though. The bloodasp.chr file should convert to the dae file without the objectdir argument.

@Markemp
Copy link
Owner

Markemp commented Apr 7, 2022

Any update on this?

@Markemp
Copy link
Owner

Markemp commented Oct 7, 2022

Closing.

@Markemp Markemp closed this as completed Oct 7, 2022
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