Requirements:
- Windows 10/11
- PowerShell (usually comes by default on windows)
- Python V3.x for the installer
- VLC Media Player
- Bloxstrap (obviously)
Warning
The uninstall button will NOT uninstall python, VLC, PowerShell, Bloxstrap, it will only uninstall the mod.
Python Installer User Guide
Before running the script, ensure you have the necessary libraries installed. Use the following command to install them if they are not already available:
pip install pillow
- Ensure you have the file on your computer.
- Have a video file ready that you want to use as a loading screen.
- Open a terminal or command prompt.
- Navigate to the directory where
installer.py
is located. - Run the script with the command:
python installer.py
- Click on Install/Change.
- Select the video file you want to use as a loading screen.
- If VLC is not found, you will be given the option to install it or manually select its location.
- After each operation, a window with the installation logs will be displayed.
- Review this information to ensure everything has been done correctly.
- The script currents supports English, Spanish and German.
- If you encounter any issues, check the logs for more information about what might have gone wrong.
- Any error that the console presents can be reported in the repository.
Manual installation guide
For the people that just don't like it the easy way...- Download the file
- Open it in the text editor of your choice
- At the top, replace [INSERT VIDEO PATH] with the file path to your video
- If your VLC Media Player is in (x86) then add it into the $vlcPath vairable
- Save the file
- Open Bloxstrap Menu
- Scroll down to "Custom Integrations"
- Click "New"
- Set this as the Application Location:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
- In the Launch Arguments, add this:
powershell -ExecutionPolicy Bypass -File
and add the Path to the .ps1 file after it - Click "Save"
Force disable OSD / Subtitle
- Open VLC Media Player.
- Go to the Tools menu at the top and select Preferences.
- In the Preferences window, click on the Subtitles / OSD tab.
- Uncheck the option that says Show media title on video start.
- Click Save to apply the changes.
Once you're done with the installation, test it out and enjoy!
For any questions, please create a new at the top.
In the issue please explain what's happening / the issue that you're experiencing.
In the labels for your issue, please choose installation method aswell as operating system.