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.

  1. The player double-clicks the PUBG shortcut on the desktop.
  2. The shortcut runs Playgame.vbs (silent launcher — no black console window shows up).
  3. Playgame.vbs runs PlayPUBG.bat hidden in the background.
  • One-time server setup
  1. On the CCBoot server, create a folder on gamedisk, e.g. D:\Gameloop Settings.
  2. Inside it, place both PlayPUBG.bat and Playgame.vbs.
  3. Share the folder as Gameloop with Everyone = Full Control.
  4. Control Panel - Network and Sharing Center - Advanced sharing - Turn off password-protected sharing.
  5. Test from any client: Win + R - \\192.168.0.31\Gameloop should open without a password prompt, and both script files should be visible.
  6. 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)
  1. Boot one client in CCBoot super client mode so changes save to the image.
  2. On the game disk, find the GameLoop desktop shortcut (or create one).
  3. Edit the shortcut - Target: \\192.168.0.31\Gameloop\Playgame.vbs
  4. Save the image. Every client now runs through the script when the player clicks PUBG.

  1. Not saving - server share not reachable or "Everyone" only has Read, not Change.
  2. Two PCs overwriting one file - duplicate PC names. Run hostname in cmd to check.
  3. GameLoop doesn't launch - EXE_PATH in the .bat doesn't match the actual install path.
  4. 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

Related: