Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Feb 9, 2024
1 parent a30013d commit 7eded77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,10 @@ If you want to support my work:

# Notes

- If a variable does not exits the parser will not try to change that value in the configuration file.
- If a variable does not exists the parser will not try to change that value in the configuration file.
- If you want to clear / empty a value in the config then you must set the ENV variable to `nil`or `null`, putting just an empty variable will not edit the value in the config.
- If a `DefaultPalWorldSettings.ini` exists but a `PalWorldSettings.ini` does not, it will try to copy it to the right directory.
- If a `DefaultPalWorldSettings.ini` exists and a `PalWorldSettings.ini` exits, but it is empty, then it will try to copy the contents over to the settings file.
- There is some very basic validation on the variables.

|Rule|Value|Example|
Expand Down

0 comments on commit 7eded77

Please sign in to comment.