this is just my (py's) random thoughts and notes
.
├── cauldron/
│ ├── plugins/
│ │ ├── plugin-a/
│ │ │ ├── plugin-a.dll
│ │ │ └── plugin-a-readme.md
│ │ └── plugin-b.dll
│ ├── cauldron.dll
│ ├── cauldron.toml
│ └── loadorder.txt (or equivalent idk yet, maybe toml to be consistent?)
├── version.dll
├── game.exe
└── ...
Axis | Direction |
---|---|
X | Right |
Y | Forward |
Z | Up |