
Originally Posted by
Blapanda
... since this game has a launcher, and launchers won't automatically focus different directories.
...
In this case, launching the game via HkN and let the program setting the names automatically won't work either. the client just crashes.
...
I am pretty capable scripting specific things on given examples and parameters. As well tried the path located name changing, that works on other games, like e.g. Skyrim, Terraria, or whatever.
Trove will suddenly bitch and crash the client, without launching it via the general launcher.
The launcher has a restriction: only able to launch it once!
The launcher will boot up the game by clicking start. Has an option which closes the launcher afterwards the client started, but its quite useless, since the game won't recognize the launcher anymore and keep bugged at a "fake login".
In this case, those clients need to be shut down manually.
Eitherway, launchting the client directly, or the launcher with the option to close afterwards, both are failing sides of the developed tool of Trion.
Pretty messed work what Trion did there.
And using multiple paths on this game won't work eitherway.
To actual "Multiclient", I have to launch the launcher through other User Accounts on my Windows.
And I guess HkN is not able to launch something through a second, third, etc, User Account.
I have a those scripts already, but not able to use them, to the mentioned issues sides of Trion and their setup.
Code:
//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF TROVE.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "C:\Games\Glyph\Games\Trove\Live\Trove.exe">
<RenameTargetWin %2%>
<RemoveWinFrame>
//-----------------------------------------------------------
// SUBROUTINE TO POSITIONING AND RESIZING 4 TROVE WINDOWS
//-----------------------------------------------------------
<Command ResizeAndPosition>
<SendPC Local>
<SendWinM %1%>
<SetWinRect 0 0 1920 1050>
<SetWinRegion none>
<SendWinM %2%>
<SetWinRect 1920 0 480 270>
<SetWinRegion none>
<SendWinM %3%>
<SetWinRect 2400 0 480 270>
<SetWinRegion none>
<SendWinM %4%>
<SetWinRect 1920 270 480 270>
<SetWinRegion none>
//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME ALL TROVES.
//-----------------------------------------------------------
<Hotkey NumLockOn Alt Ctrl L>
<LaunchAndRename Local Trove1>
<LaunchAndRename Local Trove2>
<LaunchAndRename Local Trove3>
<LaunchAndRename Local Trove4>
<ResizeAndPosition Trove1 Trove2 Trove3 Trove4>
Connect With Us