-
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
45 additions
and
1 deletion.
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,2 +1,46 @@ | ||
<p align="center"> | ||
<img src="https://github.com/IrtsaDevelopment/conarn/assets/139963912/e4971f4b-5a16-47cf-a7ac-b33efbb80ab8" | ||
height="280"> | ||
</p> | ||
|
||
|
||
# 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**. | ||
<br /> | ||
<br /> | ||
<br /> | ||
## 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. | ||
<br /> | ||
<br /> | ||
*(This is typically at C:/Users/[USERNAME]/AppData/LocalLow/Landfall Games/Content Warning/Saves which is where it will check)* | ||
<br /> | ||
<br /> | ||
<br /> | ||
It will display any found files for you to edit. | ||
<p align="left"> | ||
<img src="https://github.com/IrtsaDevelopment/conarn/assets/139963912/32f6e33e-3c8a-4572-a64f-3ae76ef5bb57" | ||
height="100"> | ||
</p> | ||
<br /> | ||
<br /> | ||
Selecting a file will bring up the editor for said file. | ||
<p align="left"> | ||
<img src="https://github.com/IrtsaDevelopment/conarn/assets/139963912/e3e64cb6-c0ea-46dc-9492-548b7d2c7c36" | ||
height="350"> | ||
</p> | ||
<br /> | ||
<br /> | ||
<br /> | ||
<br /> | ||
<br /> | ||
|
||
## 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. |