Overview
How to get rid of the annoying ESRB-Warning at gamestart.
No ESRB
1.Open your assets folder e.g.
SteamLibrarySteamAppscommonSid Meier’s Civilization Beyond EarthassetsUIFrontEnd
2. Open frontend.lua with notepad or other suitable texteditor
3. take out the follwoing 3 lines by typing — infront
before
if( not UI:HasShownLegal() ) then
UIManager:QueuePopup( Controls.LegalScreen, PopupPriority.LegalScreen );
end
after
— if( not UI:HasShownLegal() ) then
— UIManager:QueuePopup( Controls.LegalScreen, PopupPriority.LegalScreen );
— end
Enjoy.
Credits go to Bluesatin who originaly gave a solution for CIV5 on the civfanatics forum
[link]
No Splashscreens
To disable splashscreenlogos (firaxis, amd) just delete or rename
CivBE_Logos.bk2