forked from BrianMacIntosh/CataModder
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
81 changed files
with
181 additions
and
203 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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 @@ | ||
CataclysmModder is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. |
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,4 +1,31 @@ | ||
CataModder | ||
========== | ||
# Cataclysm Modder | ||
C# Winforms application for editing JSON files from the game [Cataclysm: Dark Days Ahead](http://www.cataclysmdda.com/). | ||
|
||
C# Winforms application for editing JSON files from the game Cataclysm: Dark Days Ahead. | ||
No warranty of usability or fitness for any purpose is given. | ||
|
||
**MAKE SURE YOU ARE USING THE RIGHT VERSION OF CATACLYSM!** | ||
|
||
You'll need the Microsoft .NET Redistributable 4.0 to run this version: http://www.microsoft.com/en-us/download/details.aspx?id=17851 | ||
|
||
# How to use this software | ||
|
||
* Back up the 'raw' folder that contains the game JSONs (it's in [Cataclysm Root]/data). | ||
* Run CataclysmModder.exe | ||
* Go to File->Open | ||
* Select the 'raw' folder mentioned above | ||
|
||
Now the dropdown box in the top-left corner of the program contains all the JSON data files that define Cataclysm's content, though the program only supports editing "item_groups.json" and the "item/" files for now. | ||
|
||
Once you select a file from this box, the file's contents are loaded into the "Entries" box under it, and if the file can be edited, the editing area appears to the right. | ||
|
||
# Usability Tips | ||
You can type in the "Quicksearch" bar at the top right to search the entries list by name or id. Press Enter to scan through the search results. | ||
|
||
You can use Ctrl+Up and Ctrl+Down at any time to navigate up and down the entries list. | ||
|
||
In list boxes with a lot of items, you can press a key on the keyboard to scroll through items starting with that letter. | ||
|
||
Whenever you select a field in the editor, a short helpful description of what that field means is shown in the very bottom-right. | ||
|
||
# Contribute | ||
Cataclysm Modder is licensed under the Creative Commons Attribution ShareAlike 3.0 license. The code and content of the game is free to use, modify, and redistribute for any purpose whatsoever. See http://creativecommons.org/licenses/by-sa/3.0/ for details. Some code distributed with the project is not part of the project and is released under different software licenses, the files covered by different software licenses have their own license notices. |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
Oops, something went wrong.