eXm 4 Report post Posted September 22, 2016 Ok, I have created a custom billboard, it shows up in the admin menu to spawn but when I spawn it the image is not present? I created the PAA and put it in the root of my mpmissions/Exile.Tanoa.pbo I have then edited my EXILE_AHAT_CONFIG file with the line {"MCK1","\mpmissions\Exile.Tanoa.pbo\mck1.paa"} directly under the current Billboards. I then repacked both the infiStar PBO and EXxile.Tanoa files and put back in place. Can anyone advise what I have done wrong and how I can fix it? I created the paa by opening up and extracting one of the preset billboards, I then opened in Texture Viewer, saved as a .tga opened in Photoshop and edited, saved as a .png, opened again in Texture viewer and finally saved it as a .paa Thanks in advance exm Share this post Link to post Share on other sites
Paul 104 Report post Posted September 22, 2016 I think you just need to put: {"MCK1","mck1.paa"} 1 Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted September 23, 2016 yeah the path is the only problem Share this post Link to post Share on other sites
eXm 4 Report post Posted September 23, 2016 6 minutes ago, infiSTAR said: yeah the path is the only problem What would be the correct path if the paa is in my mpmissions inside the Exile.Tanoa.pbo file? Share this post Link to post Share on other sites
infiSTAR 1293 Report post Posted September 23, 2016 pathToCustomBillBoardTextures[] = { {"Doggy","exile_assets\texture\flag\flag_mate_21dmd_co.paa"}, {"Spawny","exile_assets\texture\flag\flag_mate_spawny_co.paa"}, {"Dickbutt","exile_assets\texture\flag\flag_misc_dickbutt_co.paa"}, {"Vish","exile_assets\texture\flag\flag_mate_vish_co.paa"}, {"Filefromyourmpmission_1","Filefromyourmpmission_1.paa"}, {"Filefromyourmpmission_2","\Filefromyourmpmission_2.paa"} }; try these two please, I am not sure if both works or just one of them Share this post Link to post Share on other sites
[X-CESSIVE] Mr. Sage 8 Report post Posted October 12, 2016 Has this been figured out yet? Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted October 12, 2016 9 minutes ago, [X-CESSIVE] Mr. Sage said: Has this been figured out yet? if you were to add it to your server how would you do it as ill give it a try on my test server Share this post Link to post Share on other sites
[X-CESSIVE] Mr. Sage 8 Report post Posted October 12, 2016 3 minutes ago, hogansheroes said: if you were to add it to your server how would you do it as ill give it a try on my test server Not sure what your saying here? Share this post Link to post Share on other sites
brawnkoh 29 Report post Posted October 12, 2016 (edited) {"Billboard Name","billboards\image_name.paa"} would be the proper format if you added a /billboards/ folder to your mission file and put the image in there. *EDIT* didn't see @infiSTAR's post. Edited October 12, 2016 by brawnkoh Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted October 12, 2016 ill check this out when i find out why my tanoa server is not spawning in the dms missions Share this post Link to post Share on other sites