Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
1Codealot authored Mar 19, 2023
1 parent 5e4766d commit 1696c6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
For Infection_Settings there are important things to know:

1. No spaces Between variable name and equals sign and no space between equals sign and value.
(Example: Setting=12)
2. For the X and Y values, the most it can go with to takt up the most amount of screen is X=210 Y=45 but you will have to fullscreen it and scroll up a bit.
3. For Healing, if you want it to be on (which it is on default) it must be 1 (Healing=1) because it wouldn't work as a string (like Healing =True). If you want to turn it off, put anything an iterger there (otherwise it'll crash).

-1codealot.

0 comments on commit 1696c6a

Please sign in to comment.