-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# AmongUsStreamScore | ||
Show your Among Us Score on Stream! | ||
**Show your Among Us Score on Stream!** | ||
|
||
Just attach the "Scores.txt" file to obs/slobs or other streaming programs and run the program! | ||
Just attach the "Scores.txt" file to obs/slobs or other streaming programs and run the program!\ | ||
|
||
The program changes the score in the text file! | ||
|
||
IW = Imposter Win | ||
IL = Imposter Lose | ||
CW = Crewmate Win | ||
CL = Crewmate Lose | ||
R = Reset | ||
**IW = Imposter Win\ | ||
IL = Imposter Lose\ | ||
CW = Crewmate Win\ | ||
CL = Crewmate Lose\ | ||
R = Reset** | ||
|
||
Each time 1 of the above characters are entered, +1 is added to the score | ||
Each time 1 of the above options are entered, +1 is added to the score\ | ||
R resets the score | ||
|
||
Config: | ||
Choice=True | ||
|
||
**Choice=True**\ | ||
After everytime 1 of the above options are entered, it will ask for confirmation. | ||
|
||
**Choice=False**\ | ||
After everytime 1 of the above options are entered, it will immediately add the score |