Retyan 1 Posted January 24, 2024 Hello everyone, I'm just finalizing my campaign and as said in the tittle : Pictures of the mission won't show in the campaign menu, however the text presentation shows. They both show in the loading screen. I must miss something ! Here is the description.ext of the campaign : Spoiler weaponPool = 1; class Campaign { name = "Carnage 2"; firstBattle = Mission; disableMP = 1; enableHub = 1; briefingName = "Carnage 2"; author = "Retyan"; overviewPicture = "\Campaigns\Carnage 2\overview.paa"; overviewText = "You're Alexander Zhirinovsky, a soldier of the Russian National Guard. You've been captured alongside your companions by mysterious soldiers during the Great Infection."; class MissionDefault { lives = -1; lost = ; end1 = ; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; end7 = ; }; class Mission { name = "Part 1"; cutscene = ; firstMission = miss1; end1 = ; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; end7 = ; lost = ; class miss1: MissionDefault { end1 = miss2; lost = miss1; template = Nightmare.VR; }; class miss2: MissionDefault { end1 = miss3; lost = miss2; template = Decontamination.cup_chernarus_A3; }; class miss3: MissionDefault { end1 = miss4; lost = miss3; template = Decontamination%20-%202.cup_chernarus_A3; }; class miss4: MissionDefault { end1 = miss5; lost = miss4; template = In%20a%20heartbeat.cup_chernarus_A3; }; class miss5: MissionDefault { end1 = miss6; lost = miss5; template = Scream%20of%20the%20night.cup_chernarus_A3; }; class miss6: MissionDefault { end1 = miss7; lost = miss6; template = Swarm.cup_chernarus_A3; }; class miss7: MissionDefault { end1 = ; lost = miss7; template = Epilogue.ProvingGrounds_PMC; }; }; }; Share this post Link to post Share on other sites
Kalle M. 115 Posted January 24, 2024 Try replacing "\Campaigns\Carnage 2\overview.paa" with just "overview.paa". Check this out: https://community.bistudio.com/wiki/Campaign_Description.ext Share this post Link to post Share on other sites