mirror of
https://github.com/danbulant/arcade-machine
synced 2026-07-05 19:10:43 +00:00
Update README.md
This commit is contained in:
parent
c503c81e57
commit
81429101f9
1 changed files with 3 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
## UI for launching games with Custom built controllers
|
## UI for launching games with Custom built controllers
|
||||||
## What is it ?
|
- UI made to be controlled with 4 keys
|
||||||
- Its a UI made to be controlled with 4 keys
|
- Has 6 configurable premade slots for games
|
||||||
Has 6 configurable premade slots for games
|
|
||||||
### How to Use with the 6 slots ?
|
### How to Use with the 6 slots ?
|
||||||
- Set Keys in key section of Vars.js
|
- 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"``
|
- 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
|
## Closing the game with shortcut setup
|
||||||
- Configure ExitKey1 and ExitKey2 in Vars.js
|
- 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)
|
- 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 ?
|
### How to Add More Games ?
|
||||||
- Add a new variale in **Vars.js** and set it to game exe path
|
- Add a new variale in **Vars.js** and set it to game exe path
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue