-
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
8 additions
and
0 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 |
---|---|---|
@@ -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. |