Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

mrbee133

2
Posts
A member registered May 15, 2023

Recent community posts

Thank you for your reply. I just spent literally 2 hours trying to get the cmd script to work but what is happening is that I have written a basic script to launch shaderglass.exe with the profile and fullscreen and fifj.exe but shaderglass loads, and cannot see the game running. I believe that running the two exe's at the same time, its not enough time for shaderglass to see the game running to load it, so its just an empty screen.

So then i thought.. lets try this script -

"@echo off

cd "C:\Users\USERNAME\Desktop\Fix It Felix Jr" 

start ShaderGlass.exe -f fix it felix.sgp

timeout /t 5 /nobreak > nul

start FIFJ.exe

exit"

I thought, put in a delay where the exe for the game would load 5 seconds later (not ideal as id miss seeing the rom check load screen) but the script just ends at timeout /t 5 /nobreak > nul... (even tried without > nul)

The game exe wont load after this. So just totally stuck to try and get it to boot with the game at the same time. Any help would be very much appreciated!! thank you

I am looking to use this for the Fix it Felix Jr game to make it look like crt. all is working amazing but what I want to do is turn on the PC and it would auto load this exe, and also the saved settings (rotated, crt geom) and load the game exe as well using a script).


When i load this up, just normally, i have to click load profile and run it in fullscreen manually then. Is it possible just to load and attach itself to the running exe game and load the saved profile automatically?

its just so that i can just power up the pc and this will autoboot and load everything in without having to click other options etc

thank you