Map module: - In-game overlay (UiService) with full map chrome matching the popout - Six themes (S3 Dark, Railroader Classic, Night Mode, Hi-Vis, Retro Terminal, Custom) - Per-element custom color editor with hex input and live R/G/B/A sliders - Independent window and map opacity controls - Theme and opacity changes apply from both the in-game overlay and the popout window - Renamed module display name from "Map Popout" to "Map Module" Native engine: - SnapshotTheme() helper reduces per-frame mutex acquisitions from two to one - Toolbar button text color auto-contrasts against the button background - Compass colors driven by theme data README: - Logo, screenshots, and videos for all features - Physics Optimizer before/after profiler comparison - Correct MapEnhancer link (maintained fork)
11 lines
248 B
JSON
11 lines
248 B
JSON
{
|
|
"Id": "S3",
|
|
"DisplayName": "S³ - Seton's Special Sauce",
|
|
"Author": "seton",
|
|
"Version": "0.2.2",
|
|
"ManagerVersion": "0.27.0",
|
|
"GameVersionPoint": "0",
|
|
"AssemblyName": "S3.dll",
|
|
"EntryMethod": "S3.Main.Load",
|
|
"Requirements": []
|
|
}
|