Add HSchool.Content project for JSONC definitions, catalog, and map validation. Update solution structure to include new content and tests projects. Enhance school management to support mod packs and map instances, ensuring proper loading and validation. Revise documentation to reflect these changes and update tests for new functionality.
ci / server (push) Failing after 3m36s
ci / client (push) Successful in 13s

This commit is contained in:
Leonid Pershin
2026-08-18 14:35:09 +03:00
parent 37c39a3beb
commit 1bc75244e8
55 changed files with 2289 additions and 59 deletions
@@ -31,6 +31,12 @@ public sealed class SimulationOptions
/// </summary>
public string SavesDirectory { get; set; } = "saves";
/// <summary>
/// Directory of mod packs (<c>core</c> and optional add-ons). Relative paths are resolved
/// against the content root.
/// </summary>
public string ModsDirectory { get; set; } = "mods";
/// <summary>
/// How often a running school writes its clock to disk. Create, pause, speed and shutdown
/// write immediately; the tick itself never does.