Remove / Mute Loading Screen Videos
Silence the Loading Screen
- Go to your documents folder and navigate to the AAPG directoryDocuments\My Games\America's Army Proving Grounds\AAGame\Config
- Open the AAEngine.ini file in a text editor like notepad
- Search for [FullScreenMovie]
- Remove all LoadMapMovies and LoadMapMovieTitles entries completely
- Add the following two lines below bShouldStopMovieAtEndOfLoadMapLoadMapMovies=empty LoadMapMovieTitles=
- Save file and mark as "Read-only" in the file properties to prevent AAPG from overriding the changes
- Download the "empty" .bik video file here:
https://drive.google.com/file/d/1FFGXyIgl7AiDoKUsMhWZcyz-rsTw9JIG/view?usp=sharing - In your steam library right click on AAPG and select Manage -> Browse local files
- Navigate to and place the empty.bik file here: AAPG\AAGame\Movies
- That's it! Start AAPG and join a server to see the silenced loading screen in action.
Create your own video file
AAPG uses Bink video files in 1920x1080 resolution. You can convert any video file into a bik file with the RAD Video Tool.
Download this tool from the official developer here:
http://www.radgametools.com/bnkdown.htm
Details about the tool can be found here:
http://www.radgametools.com/binkhlp2.htm
I've created the empty placeholder video with ffmpeg using the following command:
After creating it, I converted it into the bink format with the RAD tool.
When adding a video or changing the video name, make sure to edit the following line in the AAEngine.ini file accordingly:
Replace "empty" with the name of your own video file.
Download this tool from the official developer here:
http://www.radgametools.com/bnkdown.htm
Details about the tool can be found here:
http://www.radgametools.com/binkhlp2.htm
I've created the empty placeholder video with ffmpeg using the following command:
ffmpeg -t 00:05:00 -f lavfi -i color=c=black:s=1920x1080 -c:v libx264 -tune stillimage -pix_fmt yuv420p empty.mp4
After creating it, I converted it into the bink format with the RAD tool.
When adding a video or changing the video name, make sure to edit the following line in the AAEngine.ini file accordingly:
LoadMapMovies=empty
Replace "empty" with the name of your own video file.
Completely remove Loading Screen
The loading screen can be removed completely, however I cannot recommend doing so, as you won't see any progress indicator when loading a map. This is annoying when loading custom maps and e.g. the shader cache is regenerated which can take quite some time.
- Open the AAEngine.ini file in a text editor like notepad
- Search for bForceNoMovies
- Set this from FALSE to TRUE bForceNoMovies=TRUE
- Remove the following lines bShouldStopMovieAtEndOfLoadMap=false LoadMapMovies=* LoadMapMovieTitles=* StartupMovies=Intro
- Save file and mark as "Read-only" in the file properties to prevent AAPG from overriding the changes
- That's it! Now the loading screen will be completely hidden
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.