From 81429101f905e1e18f5a1a4bda5c237b882b784d Mon Sep 17 00:00:00 2001 From: KryvasCZ <57132342+KryvasCZ@users.noreply.github.com> Date: Sat, 25 Feb 2023 13:26:46 +0100 Subject: [PATCH] Update README.md --- ui/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ui/README.md b/ui/README.md index 90de64e..6eab337 100644 --- a/ui/README.md +++ b/ui/README.md @@ -1,7 +1,6 @@ ## UI for launching games with Custom built controllers -## What is it ? -- Its a UI made to be controlled with 4 keys -Has 6 configurable premade slots for games +- UI made to be controlled with 4 keys +- Has 6 configurable premade slots for games ### How to Use with the 6 slots ? - Set Keys in key section of Vars.js - Set GamePath to whatever exe you want to run example: ``"C:\\Users\\kryvas\\Downloads\\asphyxia-core-win-x64\\asphyxia.exe"`` @@ -13,7 +12,7 @@ Has 6 configurable premade slots for games ## Closing the game with shortcut setup - Configure ExitKey1 and ExitKey2 in Vars.js - Set variable GameExe to whatever your game exe is (number after "GameExe" determines on which grid pos it will be) - # if you added more game slots add case in switch statement and new GameExe variable in main.js + - if you added more game slots add case in switch statement and new GameExe variable in main.js ### How to Add More Games ? - Add a new variale in **Vars.js** and set it to game exe path