From 179205e0c2072919081d0abab85f1b0c5f4ab63e Mon Sep 17 00:00:00 2001 From: Ioan Nedelea Date: Wed, 19 Jun 2024 23:33:49 +0300 Subject: [PATCH 1/6] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a04ec20 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +"The JOISPOI Calculator" is a miniproject written in C# for streamer JOISPOI. It converts the players bit flags (used by spec_player command) to decimal for tv_listen_voice_indices and tv_listen_voice_indices_h cmd. From badc253be2a43d0ea95e4cf8bf56d449609baa85 Mon Sep 17 00:00:00 2001 From: Ioan Nedelea Date: Thu, 20 Jun 2024 10:06:10 +0300 Subject: [PATCH 2/6] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a04ec20..7d05419 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ +## Description "The JOISPOI Calculator" is a miniproject written in C# for streamer JOISPOI. It converts the players bit flags (used by spec_player command) to decimal for tv_listen_voice_indices and tv_listen_voice_indices_h cmd. + +## How to use + +
    +
  1. First download and install [The JOISPOI Calculator](https://github.com/ioannedelea/TheJOISPOICalculator/releases/download/v0.1-beta/JOISPOICalculatorSetup.msi) from the releases page
  2. +
  3. Run the app
  4. +
  5. Just play a faceIT demo using playdemo command
  6. +
  7. Search through spectated players using the command in CS2 console: spec_player x where x is a number.
  8. +
  9. Once you find a player you want to enable comms for, just right click on the console text spec_player x and press copy (you don't need to paste it into The JOISPOI Calculator. It will automatically pick it up from clipboard).
  10. +
  11. Do this for every player you want comms enabled for.
  12. +
  13. Go back to The JOISPOI Calculator and click "Gimme the commands" button
  14. +
  15. That will copy the necessary commands in the clipboard. All you need to do is paste them in the CS2 console.
  16. +
Date: Thu, 20 Jun 2024 10:10:28 +0300 Subject: [PATCH 3/6] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7d05419..702be51 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,12 @@ ## How to use -
    -
  1. First download and install [The JOISPOI Calculator](https://github.com/ioannedelea/TheJOISPOICalculator/releases/download/v0.1-beta/JOISPOICalculatorSetup.msi) from the releases page
  2. -
  3. Run the app
  4. -
  5. Just play a faceIT demo using playdemo command
  6. -
  7. Search through spectated players using the command in CS2 console: spec_player x where x is a number.
  8. -
  9. Once you find a player you want to enable comms for, just right click on the console text spec_player x and press copy (you don't need to paste it into The JOISPOI Calculator. It will automatically pick it up from clipboard).
  10. -
  11. Do this for every player you want comms enabled for.
  12. -
  13. Go back to The JOISPOI Calculator and click "Gimme the commands" button
  14. -
  15. That will copy the necessary commands in the clipboard. All you need to do is paste them in the CS2 console.
  16. -
+Run the app +2. Just play a faceIT demo using playdemo command +3. Search through spectated players using the command in CS2 console: spec_player x where x is a number. +4. Once you find a player you want to enable comms for, just right click on the console text spec_player x and press copy (you don't need to paste it into The JOISPOI Calculator. It will automatically pick it up from clipboard). +5. Do this for every player you want comms enabled for. +6. Go back to The JOISPOI Calculator and click "Gimme the commands" button +7. That will copy the necessary commands in the clipboard. All you need to do is paste them in the CS2 console. + From c72ebeded90e15c1cc046c8d0a7cc01a56da174b Mon Sep 17 00:00:00 2001 From: Ioan Nedelea Date: Thu, 20 Jun 2024 10:11:50 +0300 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 702be51..9eb18ec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## How to use -1. First download and install [The JOISPOI Calculator](https://github.com/ioannedelea/TheJOISPOICalculator/releases/download/v0.1-beta/) from the releases page +1. First download and install [The JOISPOI Calculator](https://github.com/ioannedelea/TheJOISPOICalculator/releases/download/v0.1-beta/JOISPOICalculatorSetup.msi) from the releases page Run the app 2. Just play a faceIT demo using playdemo command 3. Search through spectated players using the command in CS2 console: spec_player x where x is a number. From b5576d0a90f392d5287791e8052727604d659d70 Mon Sep 17 00:00:00 2001 From: Ioan Nedelea Date: Thu, 20 Jun 2024 23:12:27 +0300 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eb18ec..9c74b04 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Description -"The JOISPOI Calculator" is a miniproject written in C# for streamer JOISPOI. It converts the players bit flags (used by spec_player command) to decimal for tv_listen_voice_indices and tv_listen_voice_indices_h cmd. +"The JOISPOI Calculator" is a miniproject written in C# for streamer JOISPOI. It converts the players bit flags (used by spec_player command) to decimal for tv_listen_voice_indices and tv_listen_voice_indices_h cmd. The tv_listen_voice_indices and tv_listen_voice_indices_h cmds lets you selectively chose voice comms from FaceIT demos. ## How to use From 8b3939874c1ed6d97c2782b6bd8f75ff4721e054 Mon Sep 17 00:00:00 2001 From: Ioan Nedelea Date: Thu, 20 Jun 2024 23:19:17 +0300 Subject: [PATCH 6/6] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c74b04..6479dd2 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ Run the app 6. Go back to The JOISPOI Calculator and click "Gimme the commands" button 7. That will copy the necessary commands in the clipboard. All you need to do is paste them in the CS2 console. +![Alt text](https://i.imgur.com/jB7Lmgb.png)