Jump to content
LaunchBox Community Forums

Sbaby

Members
  • Posts

    583
  • Joined

  • Last visited

Everything posted by Sbaby

  1. I tried to invent solutions you suggested but I can't, I think I'm not capable, I need help on the structure, I'm not a programmer
  2. ok thanks but that line serves otherwise the situation gets worse because it allows you to make the same choice several times. My problem is that the script works but during loading game the inputs are intercepted below in the bigbox menu, bigbox does not minimize, it stays under the image but should actually be minimized
  3. In questo video le cose funzionano bene ma a volte capita che continuo a sentire la musica del bigbox in sottofondo e quindi anche gli ingressi vengono intercettati dal bigbox durante il caricamento del gioco Quando ciรฒ accade i problemi sono: 1) Il comando blockinput non funziona se non avvio lo script in modalitร  amministratore, ma allo stesso tempo se lo avvio come amministratore si verificano altri problemi con steam 2) Non so inserire i comandi del joypad alternativi per il blocco in quanto li ho giร  inseriti per la scelta degli account 534922221_Ilmiovideo.mp4 Nota: le rom di vapore sono file di testo falsi senza estensione che hanno come nome il numero di codice di Steam, ad esempio Tekken 7 : 389730 Emulatore: https://github.com/TcNobo/TcNo-Acc-Switcher Script ahk : SbabySteamLauncher.ahk
  4. I have a question regarding input blocking during a game load of my steam script, it works fine but if I inadvertently press the buttons after making my choice (while loading the game) It often sends inputs to bigbox, which instead has to sit down and shut up, and that's not good. I found a solution by entering script "BlockInput, On" while loading, and "BlockInput, Off" as soon as the game starts . This works fine with keyboard and mouse inputs (administrator run) but I can't find a solution if I use the joypad. I would like to enable or disable the joystick buttons. How can I do ? Thanks
  5. ๐Ÿคฃwhat a bad luck !!! It's time to do a hardware upgrade Joe ! ๐Ÿ˜‡ However, since windows 11 came out I preferred to install it and to keep win10 for safety, even if in reality I almost never needed it, I have a dual boot, one with the old windows 10 and one with windows 11, both with the same username, I use launchbox and bigbox on both operating systems without problems ... I must say however that this update really makes a difference and works even better than the estimated win10. At this point i think i will make the definitive transition to win 11 ๐Ÿ’ช I have this pc for some years Intel (R) Core (TM) i7-8700K CPU @ 3.70GHz 3.70 GHz 16.0 GB Nvidia GeForce RTX 2060
  6. Guys i recommend everyone to update. I have noticed a marked improvement in everything with BigBox, very fast game loading and also game exits, framerates on 120Hz TV which is fantastic. Everything is more responsive ๐Ÿ˜ฎ
  7. https://www.gamesave-manager.com/ Hi, I wanted to know if it exists or is it possible to integrate this save system in launchbox! It would be great, I always use it externally but it would be much more comfortable with an automatic feature inside LB ๐Ÿ™‚
  8. ok, with this it works fine! Thank you ๐Ÿ‘ But...I had already made these settings a long time ago, after a substantial Windows update it has removed all these particular checks from me also from other particular games to which I had set it. I ask you if there is a way with a script or command line that allows you to assign these parameters to the file at rom startup
  9. Sorry, I had removed it to test, but even checking the custom resolution the situation does not change ! ...now... Teknoparrot without BigBox is perfect 1920x1080 ๐Ÿ‘‡ With BigBox it doesn't work fine ๐Ÿ‘‡
  10. mario kart with teknoparrot works fine in fullscreen 1920x1080 If I start it with launchbox or bigbox the window is cut and has a lower resolution, what could be the reason? all other tp games are fine with lb
  11. A really nice idea, great
  12. Use this with LB: https://github.com/TcNobo/TcNo-Acc-Switcher
  13. Okkkk ! Thanks ! Works fine ๐Ÿ˜
  14. Only problem: if I switch from launchbox to bigbox or vice versa I lose the script and desktop return to original normal mode
  15. At the moment it didn't work but I added these two lines and it works fine now . It is also perfect with Windows 11. Thank you very much, very welcome ๐Ÿ‘ ; To hide Icons, taskbar, minimize all windows, set wallpaper null, set background black ToggleEverything := HideDesktop() Runwait, "C:\Launchbox\BigBox.exe" Process, Wait, BigBox.exe Process, WaitClose, BigBox.exe ; To restore everything RestoreDesktop(ToggleEverything[1], ToggleEverything[2])
  16. I didn't understand what I should do ... Right now if I run 1.ahk everything works fine and everything goes black Then if I run 2.ahk it restores everything except original wallpaper how should i correct them? 1.ahk2.ahk
  17. Wow, that looks great and very interesting ๐Ÿ˜ฎ I did a test on a virtual machine with windows 10. I used your script ToggleAllLibrary.ahk I changed it by removing the semicolons from ToggleEverything: = HideDesktop () and magically it's all black ( This is great ) Then I used a second identical script but removing the semicolons from RestoreDesktop (ToggleEverything [1], ToggleEverything [2]) This brought me everything back to normal...icons, bar, etc except for the desktop background which remained black, instead it should have brought me back the original wallpaper, where did I go wrong? ๐Ÿง
  18. I would like to set a Windows desktop wallpaper when launchbox starts. This is for those milliseconds when I occasionally can't cover the desktop for some game loads (They are few but it happens to me). But then I would like the Windows 11 wallpaper to return when launchbox / bigbox is closed. Is it possible to do this with ahk script?
  19. thank you very very much โค๏ธ๐Ÿ’›๐Ÿ‘๐Ÿ‘๐Ÿ’ช๐Ÿ’š๐Ÿ’™๐Ÿ˜
  20. Great ! ๐Ÿ˜Ž I should figure out how to marry my TcNo-Acc-Switcher multiaccount choice with your ini manager. I'll do some rehearsals as soon as I can. thank you...
  21. ok when and if you want to share your work I will be happy to try it โ˜บ๏ธ
  22. Where do you implement it? in native launchbox? Rocket Launcher I find it very cumbersome Instead with my script you just need to remember to create a rom (text file) with the same number you see when you import with launchbox. If you want to implement the executable of each game it must be an automatic thing but otherwise too much trouble for those who have many games
  23. I solved the problem by creating a new "APPLICATIONS" platform and putting DS4Windows in there as if it were a game. If you start Ds4Windows from BigBox, the automatic profiles start working again. Don't ask me why this happens but this is how it works
  24. i tweaked the wii script a bit, and de ps3 script, that @JoeViking245 and @Kiinkyfoxx had created very well here https://forums.launchbox-app.com/topic/39811-auto-hotkey-scripts/page/34 and I have created a new Steam launcher autohotkey emulator (SbabySteamLauncher.ahk) ๐Ÿ˜Š use these tick settings With the TcNo-Acc-Switcher software you have to enter your steam password only the first time, then it keeps them in memory and starts automatically without ever asking for them for each account. You can use this script even if you only have one account, just change it a little changes https://github.com/TcNobo/TcNo-Acc-Switcher This is the script of the emulator ahk file, you will have to enter the 3 data at the beginning, the folder where you installed TcNo-Acc-Switcher and the long numbers of the ids of your steam accounts instead of zeros You can change the buttons too, my buttons 1 and 2 correspond to joy3 and joy4, and for the keyboard they are V and B ;*************************Enter TcNo-Acc-Switcher Parameters************************* TcNoPath = M:\Games\Utility\TcNo-Acc-Switcher TcNoAccount1ID = 00000000000000000 TcNoAccount2ID = 00000000000000000 ;****************************************************************************************************** #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. StringSplit, ScriptNameArray, A_ScriptName,. #SingleInstance force Image = Themes\Image_start.png Image2 = Themes\Image_account1.png Image3 = Themes\Image_account2.png Image4 = Themes\Image_exit.png Emulator = "%TcNoPath%\TcNo-Acc-Switcher.exe" Options = Zw%A_ScreenWidth% Zh%A_ScreenHeight% ;Options = Zw1920 Zh1080 SplashImage,1:%Image%,b %Options%,,,MySplash WinMove, MySplash,,0,0, %A_ScreenWidth%, %A_ScreenHeight% WinMinimize, ahk_exe LaunchBox.exe, WinMinimize, ahk_exe LaunchBox.exe, WinMinimize, ahk_exe BigBox.exe, WinMinimize, ahk_exe BigBox.exe, MouseMove, 1920, 1080 #IfWinExist MySplash { 1Joy3:: 2Joy3:: $1:: $v:: { MouseMove, 1920, 1080 SplashImage,2:%Image2%,b %Options%,,,Splash2 WinMove, Splash2,,0,0, %A_ScreenWidth%, %A_ScreenHeight% WinWait, Splash2 SplashImage,1:off SetTimer, Image2, on, RunWait, %Emulator% +s:%TcNoAccount1ID% +open steam://rungameid/%1% Process, Wait, gameoverlayui.exe Process, WaitClose, gameoverlayui.exe Run, "C:\Program Files (x86)\Steam\steam.exe" -shutdown sleep 50 Gosub, Exit } 1Joy4:: 2Joy4:: $2:: $b:: { MouseMove, 1920, 1080 SplashImage,3:%Image3%,b %Options%,,,Splash3 WinMove, Splash3,,0,0, %A_ScreenWidth%, %A_ScreenHeight% WinWait, Splash3 SplashImage, 1:off SetTimer, Image3, on, RunWait, %Emulator% +s:%TcNoAccount2ID% +open steam://rungameid/%1% Process, Wait, gameoverlayui.exe Process, WaitClose, gameoverlayui.exe Run, "C:\Program Files (x86)\Steam\steam.exe" -shutdown sleep 50 Gosub, Exit } 1Joy2:: 2Joy2:: $Esc:: { SplashImage, 1:off Gosub, Exit } } Exit: SplashImage,4:%Image4%,b %Options%,,,Splash4 WinMove, Splash4,,0,0, %A_ScreenWidth%, %A_ScreenHeight% WinWait, Splash4 Process, Wait, steam.exe Process, WaitClose, steam.exe WinActivate, ahk_exe LaunchBox.exe, WinMaximize, ahk_exe LaunchBox.exe, WinActivate, ahk_exe BigBox.exe, WinMaximize, ahk_exe BigBox.exe, ExitApp Image2: Sleep, 9000 SplashImage, 2:off SetTimer, Image2, off, return Image3: Sleep, 9000 SplashImage, 3:off SetTimer, Image3, off, return Image4: Sleep, 5000 SplashImage, 4:off SetTimer, Image4, off, return ;************************************************************************ Inside the startup folder you need to create a Themes folder containing 4 images with the names that you find inside the code, these work as account choice and coverage of the loading and closing of Steam. I quickly created them with https://www.canva.com/ . you can create them as you like best I'm italian ๐Ÿ˜ Roms files are simply txt empty files with the name of the steam game id number and without the extension Then create a ROMS folder, or whatever you like, and create many text files inside with the names of the games id. For example for Tekken 7 you will have 389730 (not 389730.txt) empty for each game steam starts at the start of the game and closes at the end by returning to launchbox. What do you think?
  25. I use "TcNo-Acc-Switcher" for choosing the steam account to start and it works very fine. Only thing I'd like to quit steam regularly after the game is over. The gameoverlayui process is active for every steam game so I am using this pre boot. With this script steam quits fine when the game is closed this works, with an external ahk file ๐Ÿ‘‡ --- Process, Close, Steam.exe Sleep, 1000 #SingleInstance, Force #Persistent Process, Wait, gameoverlayui.exe Process, WaitClose, gameoverlayui.exe Run, "C:\Program Files (x86)\Steam\steam.exe" -shutdown sleep 50 ExitApp --- My problem is that I don't want to use the bulk applications but I would like it to be the default for every windows game, I tried to insert it in the launchbox script of every windows game but it doesn't work, what am I wrong? this doesn't work, but I would like to insert it right here ๐Ÿ‘‡ Can anyone help me?
×
×
  • Create New...