Jump to content
olli_

addon builder: list of files to copy directly ignores all but first

Recommended Posts

right so i have my rvmat and paa files in myaddon/data

ive used data/*.paa to pack files so far and thats worked fine, but i started making rvmat files and adding ; data/*.rvmat returns "build failed, result code = 1" when i try to pack.

ive also tried the following in the copy directly entry:

*.paa ; *.rvmat                  // packs without error but only .paa files end up in pbo
*.rvmat ; *.paa                  // packs without error but only .rvmat files end up in pbo
data/*.paa ; data/*.rvmat        // doesnt pack, result code=1
data/*.paa                       // packs fine, paa files in pbo
data/*.rvmat                     // packs fine, rvmat files in pbo

ive also tried all the above but with a comma <,> instead of semicolon <;> to seperate but same results

---------- Post added at 14:52 ---------- Previous post was at 14:04 ----------

found this string in some post: *pac;*.paa;*.rtm;*.sqf;*.sqs;*.bikb;*.fsm;*.wss;*. ogg;*.wav;*.html;*.txt;*.wrp;*.bisurf;*.rvmat; and adding all that to the copy directly slot makes it work...

so yeah fixed

Edited by Olli_

Share this post


Link to post
Share on other sites

I think you shouldn't use space between the words...

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×