Darkfall Launcher Script
Posted: March 14th, 2009, 2:31 am
Hi,
I bet there will a lot of queuing this WE, so I wrote this little launcher to deal with it. As soon as a slot is ready, it will launch the game, it goes really fast.
Its based on AutoHotkey, install it :http://www.autohotkey.com/download/
Edit the script to adjust the variables to your needs :
=> LobbyPath=E:\Games\DarkfallOnline\Lobby.exe
Adjust :p
RelaunchOnDisconnect = 1
=> Relaunch the game automatically after a crash/patch
LaunchGameWhenSlotReady = 1
=> If a slot is open, it will click on play and lauch the game
Edit: 17/03
I've tried everything, some guildmates tried every version of the script I made, we couldn't find a way to get in faster...
I've also tried to completely relaunch the lobby super fast but it doesn't help too. This is SO annoying....
Best tip I can give is :
- Use a scheduled task in windows to launch my script a few hours before you come home from work. So when arrive at home, your slot is ready ^^
- Once ingame, launch manually another lobby.exe, you can actually queue while playing, so if Darkfall crash you can maybe have your 2nd slot ready instantly.
- Avoid teleports, I crashed yesterday while going out of a dungeon and today when binstone_recalling
Anyway, here's the last version of the script, it can relaunch the game automatically on crashes.
feel free to report bugs,It's hard to do lot of tests, especially on the automatic relaunch...
I bet there will a lot of queuing this WE, so I wrote this little launcher to deal with it. As soon as a slot is ready, it will launch the game, it goes really fast.
Its based on AutoHotkey, install it :http://www.autohotkey.com/download/
Edit the script to adjust the variables to your needs :
=> LobbyPath=E:\Games\DarkfallOnline\Lobby.exe
Adjust :p
RelaunchOnDisconnect = 1
=> Relaunch the game automatically after a crash/patch
LaunchGameWhenSlotReady = 1
=> If a slot is open, it will click on play and lauch the game
Edit: 17/03
I've tried everything, some guildmates tried every version of the script I made, we couldn't find a way to get in faster...
I've also tried to completely relaunch the lobby super fast but it doesn't help too. This is SO annoying....
Best tip I can give is :
- Use a scheduled task in windows to launch my script a few hours before you come home from work. So when arrive at home, your slot is ready ^^
- Once ingame, launch manually another lobby.exe, you can actually queue while playing, so if Darkfall crash you can maybe have your 2nd slot ready instantly.
- Avoid teleports, I crashed yesterday while going out of a dungeon and today when binstone_recalling
Anyway, here's the last version of the script, it can relaunch the game automatically on crashes.
feel free to report bugs,It's hard to do lot of tests, especially on the automatic relaunch...