Skip to content

BF3RM/Release_Packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Auto Build & Release Auto Build & Release

BF3 Reality Mod Server Bundler

A Fully automated build and setup process for all the RM Mods - with the goal to not execut anyhting locally anymore - only copying the files. (script could automate that...). Could be Also distributed to the PPL hosting the Server - which would make this setup easier-

Features

Automated Builds: Automatically compiles the RealityMod WebUI (ui.vuic) and injects required dependencies.

Level Generation: Runs the LevelLoader generation script automatically during the build.

Smart Packaging: Bundles RealityMod, LevelLoader, BlueprintManager, and VEManager into a single ready-to-use zip file.

Config Ready: Generates standard configuration files (Startup.txt, ModList.txt) automatically.

How to Use

  • Option 1: Download Release Go to the Releases tab and download: click

Reality-Server-Full.zip: Complete server setup with default configs. (for Fresh Start)Click

Reality-Mods-Only.zip: Just the Mods folder (best for updates).Click

  • Option 2: Manual Installation Reference

If you need to build this manually for debugging, here is the process this repo automates:

  1. Install Mods

RealityMod: Clone the repo, navigate to WebUI, run pnpm install && pnpm build.

LevelLoader: Clone RMLevelLoaderGen, execute generate.bat, and move the output to Server\Admin\Mods\rm-levelloader.

Managers: Clone BlueprintManager and VEManager into the Mods folder.

  1. Configuration Ensure these files exist in Server\Admin:

ModList.txt (List: RealityMod, rm-levelloader, BlueprintManager, VEManager)

Startup.txt (RCON, License Key, Admins)

MapList.txt (Map layers)

BanList.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published