Skip to content

irtsa-dev/conarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

release issues pulls


Conarn is a save file editor for the game Content Warning by Landfall.

Conarn utilizes Tkinter and CustomTkinter for the GUI along with pyinstaller to package as an executable. Each release has the source and executable versions of the program available for download.


Reference the Releases for public releases including the source-code and executable.





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.
  • The ability to edit "Network Deals" will be added, hence functions and sections of codes that are there to allow for this future feature.