Skip to content

snipercup/CDDA-Content-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cataclysm content manager

Features:

Installation:

For windows users:

  • Go to releases and download the latest release
  • extract the zip file and run the .exe file. There is no installation.
  • first step is to select your cataclysm game folder. After that you're ready to go.

Windows developer environment:

  • download a copy of the source
  • download and install node.js (it includes npm)
  • scroll to the bottom of this page.
  • Execute the commands you see there (npm install and npm start).

Linux:

  • download a copy of the source
  • download and install node.js (it includes npm)
  • scroll to the bottom of this page.
  • Execute the commands you see there (npm install and npm start).

Using the content manager:

Please see the quick start guide to get started.

Alternative projects:

Demo:

Demo of the content editor:

Basic editing of fields. Pressing save will save the json to the file, linted. Pressing delete will delete the entry from the file. Pressing duplicate will create a new entry for you to edit. Image demoing content editor

Simple editing of arrays, lookup field for copy-from, only the properties you add are visible and you can add more. Content Editor Demo 2

Demo of the dialog editor:

Image demoing dialog editor

The visualiser. The blue arrow means it's a child. The yellow arrow means it's a parent. The direction means you can go from one topic to another topic. Double clicking an element will fetch all parents and children and connect them to the appropriate nodes.

Image demoing dialog visualiser1

Increasing the depth before clicking visualise will get the node's children/parents, and the children's children/parents for each level in depth. Image demoing dialog visualiser