Hello there,
I have a small issue with renaming the windows with the following parameter:
Code:
<Hotkey NumLockOn Ctrl R>
<SendPC local>
<RenameWin "Game" Game1>
<RenameWin "Game" Game2>
<RenameWin "Game" Game3>
The issue in this fact about the feature, that the parameter "RenameWin" will rename every found process with the name "Game" to the name "Game3", no matter how many windows, which one has been focused or not.
It is always the same.
I cannot copy the game and keep 8 copies at the same time (the game is quite large, 10GB+, but thats not the matter), since this game has a launcher, and launchers won't automatically focus different directories.
Cannot launch the game without using ASM hacks on the client and probably triggering an error report to the developers and being banned at once. In this case, launching the game via HkN and let the program setting the names automatically won't work either. the client just crashes.
So, is there a way besides of manually ""Rename Feature" > right-click > Input new name"-function?
Is there a kind of If/Else-Function
"IF (WinName == Game3)
BEGIN
RenameWin = "Game2"
END"-feature?
Thanks.
Connect With Us