Repo Cleanup

This commit is contained in:
2026-07-10 17:30:10 +12:00
parent ca92123cd9
commit 5b031975d0
58 changed files with 112 additions and 2464 deletions
+11 -8
View File
@@ -1,14 +1,17 @@
# Tools
This folder is for helper tools and development scripts.
Helper utilities and development scripts for Commonwealth Online.
Possible future tools:
## Scripts
- Build scripts
- Packaging scripts
- Log parsers
- Packet replay tools
- Test client scripts
- Development environment helpers
| Script | Purpose |
|---|---|
| [`scripts/setup-ultralight-link.ps1`](scripts/setup-ultralight-link.ps1) | Junction-link Ultralight SDK for PrismaUI builds (called by `build-prismaui.bat`) |
| [`restore-vanilla-mainmenu.ps1`](restore-vanilla-mainmenu.ps1) | Restore vanilla `MainMenu.swf` from game archives |
| [`extract_ba2.py`](extract_ba2.py) | BA2 archive extraction helper |
## Reference assets
Decompiled vanilla interface reference files live under [`docs/reference/Interface/`](../docs/reference/Interface/). Do not deploy patched SWFs from that folder.
Do not place Fallout 4 game files or proprietary tools in this folder.