Captain-Of-Coit / cs2-ecs-explorer

Cities: Skylines 2 - ECS Explorer

Home Page:https://captain-of-coit.github.io/cs2-ecs-explorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs2-ecs-explorer

./screenshot.png

This project is a interactive explorer of ECS relevant parts of the Cities: Skylines 2 codebase.

Currently, it supports extracting the following details from decompiled source-code:

  • Systems
    • What Systems each System reference
    • What Systems reference this System
    • What Components this System uses
  • Components
    • What properties this Component has
    • What Systems uses this Component

Raw, extracted data can be found in the data/ directory.

Interactive graph is located in index.html and index.js, which reads the Components.json and Systems.json files from the data/ directory.

License

2023 MIT - Captain-Of-Coit

About

Cities: Skylines 2 - ECS Explorer

https://captain-of-coit.github.io/cs2-ecs-explorer/


Languages

Language:C# 45.5%Language:JavaScript 44.2%Language:HTML 10.4%