Установить Steam
войти
|
язык
简体中文 (упрощенный китайский)
繁體中文 (традиционный китайский)
日本語 (японский)
한국어 (корейский)
ไทย (тайский)
Български (болгарский)
Čeština (чешский)
Dansk (датский)
Deutsch (немецкий)
English (английский)
Español - España (испанский)
Español - Latinoamérica (латиноам. испанский)
Ελληνικά (греческий)
Français (французский)
Italiano (итальянский)
Bahasa Indonesia (индонезийский)
Magyar (венгерский)
Nederlands (нидерландский)
Norsk (норвежский)
Polski (польский)
Português (португальский)
Português-Brasil (бразильский португальский)
Română (румынский)
Suomi (финский)
Svenska (шведский)
Türkçe (турецкий)
Tiếng Việt (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
I still struggling creating this.
I want to try this with Final Fantasy 13 & The Forest (since it's launcher is able to use enter. But how about launcher that not support hotkey like Elite Dangerous / The Witcher 2? Any workaround/solution?
Thanks a lot for the original script.
However, the original script did not work with Playnite as Playnite was stealing focus as soon as the script exits. Here is an updated version of the script which fixes that. Tested to be working with Playnite and latest AHK:
How to use:
You do not need a "launcher" AutoHotKey (AHK) support. AHK is a very generic utility to simulate user inputs, programmatically. So any action which you can perform with your keyboard and mouse (actually, much more) can be emulated through AHK.
Essentially what you need to do in your AHK script is:
You do not need a "launcher" with AutoHotKey (AHK) support. AHK is a very generic utility to simulate user inputs, programmatically. So any action which you can perform with your keyboard and mouse (actually, much more) can be emulated through AHK. Hence, AHK can work with most launchers without any issues.
Essentially what you need to do in your AHK script is:
SOLUTION 1 (looks ugly, but simpler):
1. Launch the "convert .ahk to .exe" utility which comes with AHK Software
2. Convert above AHK file to EXE file
3. Start Steam in normal mode (yes, you read it right)
4. Goto Library > Add a game (bottom left) > Add a non-steam game
5. Click on Browse and select the EXE file you have just created
6. It should appear in your library, however without any metadata and will look ugly. But it will work.
7. Test by launching the game from Steam normal mode. It should launch without showing launcher.
8. Launch Steam Big Picture mode and run the newly added game.
SOLUTION 2 (looks better, but tedious):
Essentially what you're trying to do here is to replace the launcher "HMA.exe" with your own script. Bear in mind that your custom launcher will be replaced on game update and you'll have to redo the steps:
1. Modify the script that I have provided in an earlier post and rename the hitman executable to "HMA_ORG.exe"
2. Goto Hitman folder (path is described in earlier post) and rename "HMA.exe" to "HMA_ORG.exe"
3. Launch the "convert .ahk to .exe" utility which comes with AHK Software
4. Convert above AHK file to EXE file, name it as "HMA.exe" and save it in Hitman installation folder
5. Test by launching the game from Steam normal mode. It should launch without showing launcher.
6. Launch Steam Big Picture mode and run the game as usual.