Skip to content

Consumption Data Extraction Mod

Preface

The mod is included in the kaust repo

A simple mod for extracting consumption data from selected buildings. Extracted information include:

  • Electricity rates ( kW )
  • Water rates ( m^3/week )
  • Heating rates ( kW )
  • Garbage rates ( units/week )
  • Garbage accumlation ( units )

Requriments

  • ModTools

Output formats

  • CSV

Usage

  • Make sure simulation is paused before doing the following steps
  • First, we need to note down the building IDs that we want to monitor consumptions rates for

    • To get a building's ID enable mod tools selection and hover over the building Selection Tool BuildingID
  • Open the mod options window in the game options panel

  • Enter the desired watched building IDs separated by commas and press enter (very important)
  • Press "Update Watched Buildings!"
  • Enter the data collection time period (in-game time) in the format HH:MM:SS then press enter
  • Press "Start Recording!"
  • Run the simulation until the in-game recording time has passed then pause
  • Enter the path (including the filename.csv) to save the recorded data
Back to top