2026-04-19
mobile, games, save, gameloop
The following explains how to save each PC's PUBG/GameLoop settings to the server when the player closes the game, and loads them back when they reopen it.
- The player double-clicks the PUBG shortcut on the desktop.
- The shortcut runs Playgame.vbs (silent launcher — no black console window shows up).
- Playgame.vbs runs PlayPUBG.bat hidden in the background.
- One-time server setup
- On the CCBoot server, create a folder on gamedisk, e.g. D:\Gameloop Settings.
- Inside it, place both PlayPUBG.bat and Playgame.vbs.
- Share the folder as Gameloop with Everyone = Full Control.
- Control Panel - Network and Sharing Center - Advanced sharing - Turn off password-protected sharing.
- Test from any client: Win + R - \\192.168.0.31\Gameloop should open without a password prompt, and both script files should be visible.
- The same folder will also auto-fill with {PCNAME}.reg files as players use it.
- Per-PC setup (do once in super client / edit mode)
- Boot one client in CCBoot super client mode so changes save to the image.
- On the game disk, find the GameLoop desktop shortcut (or create one).
- Edit the shortcut - Target: \\192.168.0.31\Gameloop\Playgame.vbs
- Save the image. Every client now runs through the script when the player clicks PUBG.
- Not saving - server share not reachable or "Everyone" only has Read, not Change.
- Two PCs overwriting one file - duplicate PC names. Run hostname in cmd to check.
- GameLoop doesn't launch - EXE_PATH in the .bat doesn't match the actual install path.
- Black cmd window flashes - shortcut is pointing at the .bat instead of the .vbs.
- Files
PlayPUBG.bat — does the work
Playgame.vbs — runs the .bat silently
Server IP: 192.168.0.31 · Registry key: HKCU\Software\Tencent\MobileGamePC