diff --git a/README.md b/README.md index 2fe67de..4dc653a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,46 @@ +

+ +

+ + # conarn -A save file editor for the game Content Warning. +Conarn is a save file editor for the game [Content Warning](https://store.steampowered.com/app/2881650/Content_Warning/) by **Landfall**. +
+
+
+## Usage +Depending on if you downloaded the source code directly or the executable, you will run **conarn.pyw** or **conarn.exe** respectively. Once ran, it will recognize any current saves where **Content Warning** save files are stored. +
+
+*(This is typically at C:/Users/[USERNAME]/AppData/LocalLow/Landfall Games/Content Warning/Saves which is where it will check)* +
+
+
+It will display any found files for you to edit. +

+ +

+
+
+Selecting a file will bring up the editor for said file. +

+ +

+
+
+
+
+
+ +## Notices +- If you ever get the message *"There was an error in saving"*, it means you have entered a value that cannot be accepted. + - The **Seed** can only be **3** digits long and supprts numbers only. + - The **Money** can only be set to values ***999,999** and below. + - The **Views** can only be set to values **300,000,000** and below. + +- There exists other items do exist within the game and will eventually be added. + +- The ability to edit "Network Deals" will be added, hence functions and sections of codes that are there to allow for this future feature.