complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
54
docs/modules/tshock.md
Normal file
54
docs/modules/tshock.md
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
# TShock
|
||||
|
||||
## Purpose
|
||||
|
||||
Terraria / TShock-specific support module.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Alpha
|
||||
- Partial
|
||||
|
||||
## Dependencies
|
||||
|
||||
- Terraria/TShock server support
|
||||
- token management
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `tshock`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- token and server data used for TShock support
|
||||
|
||||
## User Workflow
|
||||
|
||||
- only for compatible Terraria servers
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- configure and manage TShock-specific settings
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- token storage
|
||||
- compatibility gating
|
||||
|
||||
## Known Issues
|
||||
|
||||
- alpha status
|
||||
- should only appear for the right game types
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- complete docs and tighter game capability gating
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- expose only when XML/game capability says Terraria/TShock
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep conditional / Improve
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue