i don't know if this is the correct place to post but i am trying to add a PBO to my mod that overwrites the main menu background video it works correctly when I load Altis and quit back to the main menu but not on the start as arma lodes Tanoa as its default map and for some reason this won't work ever. sorry if this is a bit vague i can send my full PBO if need be
Description
Description
Details
Details
- Severity
- Tweak
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10
- Category
- Menu UI
Steps To Reproduce
creating a .pbo to overwrite the background in the menu screen and using the following code to replace it for the Tanoa default one
class CfgWorlds {
class CAWorld;
class Tanoa : CAWorld {
cutscenes[] = {"IFA3WARModIntro"};
};
it works correctly when I load Altis and quit back to the main menu
Additional Information
it would be useful if there was a universal PBO or script that replaces all the menu screens regardless of the map