-
Notifications
You must be signed in to change notification settings - Fork 1
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
Export process corrupts .paa image files #181
Comments
Maybe this has something to do with #146. Could you check whether the |
I am trying to @preserve folders containing any image files without success. Can what is the correct syntax? e.g Folder structure:
Help! ;) |
Yes, the files within the eclipse project are valid. Using Arma 3 Tools | texview2 correctly displays the image. However, any .paa exported via SQDev cannot be viewed using the same method. After export, my only option is to completely shut down arma (I think it caches the .paa somewhere), manually replace the .paa files outside of eclipse, restart Arma. n.b. the links in #146 are broken. |
If you want to use regular expressions for the SQDev/plugin/Raven.SQDev.Util/src/raven/sqdev/sqdevFile/ESQDevFileAnnotation.java Lines 237 to 244 in 1261f31
The respective prefix being <RegEx> SQDev/plugin/Raven.SQDev.Util/src/raven/sqdev/sqdevFile/ESQDevFileAnnotation.java Line 377 in 1261f31
If not the name of the folder to be preserved should suffice. Note however that this only prevents the folder from being deleted but not from being overwritten. In order to achieve both, you have to preserve the folder in the target-dir (as you already did) and ignore the folder in the workspace when exporting the project via the
Hm alright... That's very weird though. I am using Java's
and I assumed that this shouldn't change the copied files. And since you are trying RegExes in the attributes, I assume you are on the dev-build of the plugin? If not then I think this is indeed a duplicate of the referenced issue. In that case I'd advise you to get the latest dev-build available through the SQDev-Discord in #testing (its pinned to the channel)
|
@Krzmbrzl I'm using 0.7.7 from the Releases tab, I suspect that is not your dev branch. I do not see a dev branch, only Master, gh-pages and plugin. If there is another version other than 0.7.7 that I could use, please advice. Happy to give feedback. |
Ah yeah that could be the problem then. As I wrote above the dev-version can only be downloaded via Discord from the |
[note to self, always read the small print] Yup, got your Dev from Discord, installing now. Will let you know, thanks for the quick and great response. |
When exporting project to arma folders, any .paa image files copied get corrupted and arma will not load them giving the following errors in .rpt file:
10:55:50 Bad DXT2-5 mipmap size
10:55:50 Size out of range
The text was updated successfully, but these errors were encountered: