dov_EL Posted February 5, 2018 Share Posted February 5, 2018 (edited) Darius is amazing in my Bartop (mini PC Beelink AP34 ) but have a bad launcher Is possible skip Launcher with command ? Edited February 5, 2018 by dovella Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted February 5, 2018 Share Posted February 5, 2018 Did you look in the install folder for another executable ? If there isn't one you can probably setup an AHK script to press the Enter key on your keyboard since it looks like that would press the "Launch" button Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 5, 2018 Author Share Posted February 5, 2018 Two .exe , but same Launcher. Thanks for info AHK Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted February 5, 2018 Share Posted February 5, 2018 That's very strange to have 2 exes and both be for the launcher, every time I have seen games with launchers you can bypass the launcher by loading the other exe in the install folder. 1 Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 5, 2018 Author Share Posted February 5, 2018 First in Chinese 2 is in English In fact normally launcher launches another executable that often is in different folders (maybe 32 or 64 bit) unfortunately this seems the only case where the launcher is built in the executable of the game itself. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted February 5, 2018 Share Posted February 5, 2018 Yeah sometimes the other game executable can be located in a sub folder like \bin\ as an example. I guess sometimes they just force you to go through the launcher which is lame. 1 Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 5, 2018 Author Share Posted February 5, 2018 I hope to find an ideal solution, the game is AMAZING in my bartop and it works perfectly. It would be a pity to have to delete it only for the launcher Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted February 5, 2018 Share Posted February 5, 2018 Yeah it's a great game, I have played it at a buddies and I have it on my Steam wishlist waiting for it to go on sale for a reasonable price, 55$ just feels a bit high for a shmup to me when I got Darius Gaiden which I love so much. Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 5, 2018 Author Share Posted February 5, 2018 I agree . in 2017 went on offer, the price was cheap, but only for a few days Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted February 5, 2018 Share Posted February 5, 2018 It'll go on sale again for a good price. I'm good waiting, I got plenty of great shooters to keep me going til then. 1 Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted February 5, 2018 Share Posted February 5, 2018 and now DariusBurst is on sale on Steam, 60% off, they must have been paying attention to this thread lol Quote Link to comment Share on other sites More sharing options...
Sithel Posted February 5, 2018 Share Posted February 5, 2018 I use a ahk script and compile to an .exe and put in the "Additional App" > check "Automatically run before main application" #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. #SingleInstance force Loop while WinExist("DARIUSBURST CS Launcher") { Send, {Enter} ExitApp } 2 1 Quote Link to comment Share on other sites More sharing options...
Chris Kant Posted February 5, 2018 Share Posted February 5, 2018 how can I compile that as an exe? Quote Link to comment Share on other sites More sharing options...
Sithel Posted February 5, 2018 Share Posted February 5, 2018 (edited) It's part of the installer. https://autohotkey.com/download/ Allows you to right click desktop "New" > "AutoHotKey Script" to create the script Then right click the AHK script you just created and "Compile Script" will compile to an .exe (you can also just run the script in ahk format from that menu to if you wanted to test it) Edited February 5, 2018 by Sithel 2 Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 6, 2018 Author Share Posted February 6, 2018 13 hours ago, Sithel said: I use a ahk script and compile to an .exe and put in the "Additional App" > check "Automatically run before main application" #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. #SingleInstance force Loop while WinExist("DARIUSBURST CS Launcher") { Send, {Enter} ExitApp } GREAT !!! Thank You ! Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 6, 2018 Author Share Posted February 6, 2018 13 hours ago, Sithel said: I use a ahk script and compile to an .exe and put in the "Additional App" > check "Automatically run before main application" #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. #SingleInstance force Loop while WinExist("DARIUSBURST CS Launcher") { Send, {Enter} ExitApp } work only .exe ? .bat not work ? Quote Link to comment Share on other sites More sharing options...
dov_EL Posted February 6, 2018 Author Share Posted February 6, 2018 WORK THANK YOU !!!!!!!!!!!!!!!!!!! 1 Quote Link to comment Share on other sites More sharing options...
Charco Posted February 15, 2018 Share Posted February 15, 2018 Thanks for this 2 Quote Link to comment Share on other sites More sharing options...
dov_EL Posted December 8, 2018 Author Share Posted December 8, 2018 On 2/5/2018 at 8:41 PM, Sithel said: I use a ahk script and compile to an .exe and put in the "Additional App" > check "Automatically run before main application" #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. #SingleInstance force Loop while WinExist("DARIUSBURST CS Launcher") { Send, {Enter} ExitApp } https://forums.launchbox-app.com/topic/48012-battleprincessmadelyn-ahk-skip-launcher/ Quote Link to comment Share on other sites More sharing options...
PanteraZombie Posted April 18, 2020 Share Posted April 18, 2020 Thanks for this! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.