gruppe-adler / grad_meh

An Arma 3 Modification built on intercept, which allows exporting data from Arma 3 maps.
MIT License
13 stars 2 forks source link

cant export Fjäderholmarna #31

Closed Fusselwurm closed 11 months ago

Fusselwurm commented 2 years ago

https://steamcommunity.com/sharedfiles/filedetails/?id=807130445

11:55:55 "[GRAD_MEH]: Error while exporting map fjaderholmarna: Couldn't export map, because the PBO of WRP couldn't be found. (Most likely because it is a EBO)"

when Fjäderholmarna is loaded, this value exists: configWorlds >> "fjaderholmarna" >> worldName = "\fjaderholmarna\smurks\fjaderholmarna.wrp";

also the wrp path exists in the pbo:

Unbenannt

need a more detailed explanation of whats going on.

TheWillard commented 2 years ago

The map export is failing because of an empty prefix in the pbo and unbinarized rvmats. Both Issues are not easily fixable at the moment in grad_aff. With a few workarounds, I managed to export everything except the sat images. I pushed the files to https://github.com/gruppe-adler/meh-data/tree/fjaederholmarna/fjaderholmarna

Fusselwurm commented 2 years ago

:frowning: :trollface: version field in meta.json must be a number but in that branch its a string.

https://github.com/gruppe-adler/grad_meh/commit/23d059b8067354f2d430158c3a7695236aba5904

change specs?