Skip to content

Configuration

Jason Wang edited this page Jul 30, 2018 · 1 revision

To Edit the Macabre Configuration. Open the worksheet found here. Do not touch the .csv files, they are generated

Remember to Enable Macros when starting up. If you do not see the developer menu. It is probably hidden. Find out how at www.google.com

Here you will see several spreadsheets. The Character Spreadsheets are conversation only the spreadsheet information as follows for characters

  • State Name - The UNIQUE starting state of the character
  • Next State - The next state (similar to a state machine)
  • Requirement - Conditions CREATED after entering the state
  • Condition - The condition for the state to be visible (If it is false, there would be no option in a multi-select)
  • Speaker - Who is speaking during this state
  • Dialogue - What is being said
  • Action - A list of actions to be performed after the conversation is completed

The rest of the tables should be self explanatory

When your done configuring Macabre, go to the Developer Tab and Macros. Run the Macro ExportSheetsToCSV. It should create the csv sheets that are parsed by the game

Clone this wiki locally