5l1v3r1 / drg-mods

Mono-repo containing my mods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssemblyStorms's DRG Mods

Source for my blueprint mods is under Content/_AssemblyStorm/

Building

Many mods require special post-cook build scripts and also individual packaging and zipping which is all done via a rust script in src/. This script also runs Unreal Engine via CLI to allow for cooking, building, and packaging in a single command.

To build:

  1. point UNREAL to the root of your Unreal Engine 4.27 installation in .env (see .env.example).
  2. install the rust toolchain
  3. run cargo run --release in a shell in the root of the repository
  4. built mods will saved to PackagedMods/

Note: You may need to open the project in Unreal Engine and run through the initial setup/compilation once before being able to build from command line.

Mods

Maintained versions of ArcticEcho's mods

Credits

  • Samamstar - creator of DRGLib, an excellent library of utility and debugging tools
  • ArcticEcho - original creator of many mods in this repo

About

Mono-repo containing my mods

License:MIT License


Languages

Language:C++ 95.2%Language:C 3.3%Language:Rust 1.0%Language:C# 0.4%