complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
55
docs/modules/steam_workshop.md
Normal file
55
docs/modules/steam_workshop.md
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
# Steam Workshop
|
||||
|
||||
## Purpose
|
||||
|
||||
Legacy standalone Steam Workshop support.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Deprecated
|
||||
- Compatibility only
|
||||
|
||||
## Dependencies
|
||||
|
||||
- Steam Workshop DB helpers
|
||||
- legacy helper functions
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `steam_workshop_game_profiles`
|
||||
- `steam_workshop_server_mods`
|
||||
- `steam_workshop_server_settings`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- workshop download/update helpers
|
||||
|
||||
## User Workflow
|
||||
|
||||
- legacy workshop path only
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- legacy migration / compatibility
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- should not compete with the current Server Content Manager
|
||||
|
||||
## Known Issues
|
||||
|
||||
- explicitly deprecated in code comments
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- modern unified Workshop/content UX
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- keep only compatibility helpers
|
||||
- migrate users into `addonsmanager`
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Deprecate / Merge
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue