From f5f7508c8af7b6b76627b58ff89075eabb5db737 Mon Sep 17 00:00:00 2001 From: KryvasCZ <57132342+KryvasCZ@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:35:16 +0100 Subject: [PATCH] Update README.md --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index b065f6f..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,33 +1 @@ -## UI for launching games with Custom built controllers -### How to use ? -- Add a new variale in **Vars.js** and set it to game exe path -- Add new switch switch case in -```javascript -switch (vers) { - case 3: - execFile(AsphyxiaPath); - execFile(SDVX3Path); - //console.log(vers); - break; - case 4: - execFile(AsphyxiaPath); - execFile(SDVX4Path); - break; - case 5: - execFile(AsphyxiaPath); - execFile(SDVX5Path); - break; - case 6: - execFile(NewVar) - default: - break; -``` -With execFile(your variable) -Like this: -```javascript - case 6: - execFile(NewVar) -``` -- Add ```