complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
31
docs/games/README.md
Normal file
31
docs/games/README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Games
|
||||
|
||||
This folder is reserved for game-by-game documentation.
|
||||
|
||||
## Current Role
|
||||
|
||||
The detailed game-specific behavior still lives mainly in:
|
||||
|
||||
- `Panel/modules/config_games/schema_server_config.xml`
|
||||
- `Panel/modules/config_games/server_config_parser.php`
|
||||
- `Panel/modules/gamemanager/home_handling_functions.php`
|
||||
- `Panel/modules/addonsmanager/`
|
||||
- the agent startup and Workshop/content scripts
|
||||
|
||||
## Planned Contents
|
||||
|
||||
Future game docs should cover:
|
||||
|
||||
- startup parameters
|
||||
- query ports
|
||||
- RCON ports
|
||||
- common config files
|
||||
- Workshop/mod support
|
||||
- install strategies
|
||||
- status quirks
|
||||
- troubleshooting notes
|
||||
|
||||
## Current Gap
|
||||
|
||||
There is not yet a full game-by-game documentation catalog in this folder. That is the next obvious documentation pass after the module and architecture layers.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue