no idea
This commit is contained in:
parent
3d7aa64db6
commit
f7d4c3e11b
8 changed files with 310 additions and 121 deletions
|
|
@ -39,6 +39,9 @@ Dedicated Steam Workshop support for game servers.
|
|||
|
||||
- configure Workshop game XML files under `Panel/modules/steam_workshop/game_configs/`
|
||||
- use `workshop_admin.php` for module administration
|
||||
- `File Path` and the regex/mod-string fields are optional
|
||||
- a blank `File Path` means post-install and uninstall scripts run without any automatic config-file editing
|
||||
- the admin page can copy one existing XML config into the currently selected game/OS config
|
||||
|
||||
## Search Backend
|
||||
|
||||
|
|
@ -53,6 +56,14 @@ Dedicated Steam Workshop support for game servers.
|
|||
- the main Workshop page `Back` link is rendered as a real panel button
|
||||
- uninstall remains in the dedicated `steam_workshop` module
|
||||
|
||||
## Legacy RPC Behavior
|
||||
|
||||
- the dedicated module still calls the legacy agent `steam_workshop` XML-RPC method
|
||||
- when `config/filepath` is blank, the Panel now passes an empty `config_file_path`
|
||||
- both agents skip the generated `cat` / regex / config-write block when `config_file_path` is blank
|
||||
- both agents still run custom post-install scripts and still write `WorkshopModsInfo`
|
||||
- uninstall falls back to `WorkshopModsInfo` when no config file is managed
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- should not be duplicated under `addonsmanager`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue