- Create 3 new DB tables: workshop_game_profiles, workshop_cache, server_workshop_mods - Add WorkshopRepository (DB access layer for all 3 tables) - Add WorkshopInstaller (rsync/robocopy/custom_script copy logic, SteamCMD download via agent exec) - Add WorkshopUpdater (scheduled cache update functions grouped by agent) - Add WorkshopPreStart (pre-start mod sync helper) - Add WorkshopProfileController (admin CRUD for profiles) - Add WorkshopModController (user install/remove/toggle/load_order/sync) - Add admin views: profiles list + profile_form - Add user views: user_workshop_index + user_workshop_mods - Add cron_update.php CLI entry point (--all/--agent-id/--home-id/--profile-id/--workshop-id) - Add prestart_sync.php CLI helper for XML pre_start hook - Update workshop_admin.php to route to profile management - Update main.php to route to new mod management (legacy fallback preserved) - Update module.php with DB migration SQL and version bump to 2.1 - Update lang/en_US.php with all new strings Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/dbeebd0e-e7a5-469d-8a8c-e63193d1ebb0 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| addonsmanager | ||
| administration | ||
| backup-restore | ||
| billing | ||
| circular | ||
| config_games | ||
| cron | ||
| dashboard | ||
| dsi | ||
| editconfigfiles | ||
| extras | ||
| faq | ||
| fast_download | ||
| ftp | ||
| gamemanager | ||
| lgsl_with_img_mod | ||
| litefm | ||
| lostpwd | ||
| mods | ||
| modulemanager | ||
| mysql | ||
| news | ||
| rcon | ||
| register | ||
| server | ||
| settings | ||
| status | ||
| steam_workshop | ||
| subusers | ||
| support | ||
| teamspeak3 | ||
| tickets | ||
| TS3Admin | ||
| tshock | ||
| update | ||
| user_admin | ||
| user_games | ||
| util | ||
| README.modules | ||
| reseller.tar.gz | ||
Module directory consists of following files: * module.php (REQUIRED): Contains the information for the module, such as: - version - name - menu entries - sql installation queries * navigation.xml (OPTIONAL): Contains the navigation for the module. This file is optional and if not used, the default page called <module_name>.php is loaded. * Additional files: In addition to the files above module can have as many extra files as you want.