![]() |
Tutorial : Loading screen for the fullscreen mode - Printable Version +- Playnite Forums (https://playnite.link/forum) +-- Forum: Playnite (https://playnite.link/forum/forum-1.html) +--- Forum: General (https://playnite.link/forum/forum-2.html) +--- Thread: Tutorial : Loading screen for the fullscreen mode (/thread-667.html) |
Tutorial : Loading screen for the fullscreen mode - Kosnix - 05-02-2021 hello, I always found that a loading screen was missing in full screen mode that would hide the desktop when launching the games. I created one that I share with you. ![]() ![]() First of all you will have to download the irfanview software https://www.irfanview.com/ and a loading image: https://drive.google.com/file/d/1K0TSk5BHJNZNIbLYy2ZxIT-jkIaK3iC8/view?usp=sharing In playnite, at the script section, in batch language: when the game is launched: Start [Your Gif folder]\loadingBlanc.gif TIMEOUT /T 1 /NOBREAK when the game is closed: TIMEOUT /T 1 /NOBREAK taskkill /f /im i_view64.exe You must go to irfanview settings to launch a full screen file, and select irfanview as the default software for GIF fi les RE: Loading screen for the fullscreen mode - clemfandango - 05-02-2021 Thanks for this. I followed your steps but all that opens when I launch a game is the command prompt. Any ideas? RE: Loading screen for the fullscreen mode - Kosnix - 05-03-2021 (05-02-2021, 10:10 PM)clemfandango Wrote: Thanks for this. I followed your steps but all that opens when I launch a game is the command prompt. Any ideas?sorry, there was an error in the code. in the first line, remove the "" RE: Tutorial : Loading screen for the fullscreen mode - Landxhent - 05-14-2021 Many thanks! That works! And looks really good! RE: Tutorial : Loading screen for the fullscreen mode - theOG123 - 05-14-2021 I wonder if you'd be able to get the game's Platform and do a platform specific loading screen... RE: Tutorial : Loading screen for the fullscreen mode - Kosnix - 05-15-2021 (05-14-2021, 02:57 PM)theOG123 Wrote: I wonder if you'd be able to get the game's Platform and do a platform specific loading screen...I am looking for a method to get the background image of the games with the script but it seems impossible. Do you have any ideas ? |