https://github.com/projectborealis/splashsettings
Customize Unreal Engine splash on startup with a random splash image
https://github.com/projectborealis/splashsettings
Last synced: about 1 year ago
JSON representation
Customize Unreal Engine splash on startup with a random splash image
- Host: GitHub
- URL: https://github.com/projectborealis/splashsettings
- Owner: ProjectBorealis
- License: mit
- Created: 2021-10-24T22:02:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T00:20:13.000Z (over 3 years ago)
- Last Synced: 2025-04-08T18:21:20.664Z (about 1 year ago)
- Language: C++
- Size: 12.7 KB
- Stars: 43
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SplashSettings
Customize Unreal Engine splash on startup with a random splash image
## Usage
Add this to your plugins folder. It will search in `Content/Splash` for splash images (`EdSplash*` for editor, `Splash*` for game).
png, jpg and bmp are supported splash image types.
Note: Remember to add `Splash` to "Additional Non-Asset Directories To Copy" in Project Packaging Settings.