github ekky-llc/spt-raid-review v0.2.0
raid_review_v0.2.0

one month ago

Release Notes for v0.2.0

Please find below instructions for a fresh installation, or an upgrade path from a previous version.

Mod Version / SPT Version

v0.2.0 / v3.9.x

Virus Total Scan


Installing (Windows)

  1. Copy user and BepInEx folders into the SPT Installation just like any other mod.
  2. [OPTIONAL] Review config.json, and adjust settings to your liking.
  3. Launch SPT Server

Installing (Linux)

  1. Copy user and BepInEx folders into the SPT Installation just like any other mod.
  2. [OPTIONAL] Review config.json, and adjust settings to your liking.
  3. Install dependencies
    • Insatll NPM if not installed sudo apt install npm
    • Open mod folder \user\mods\raid_review__0.2.0\
    • Run npm install
  4. Launch SPT Server

Upgrading from v0.1.X (Windows)

v0.2.0 is installed as a new set of folders/files:

Please ensure Step 2 is followed, there are significant changes here, OLD CONFIG FILES WILL NOT WORK.
Please ensure Step 3 is followed, if you wish to keep previous raid data.

  1. Copy user and BepInEx folders into the SPT Installation just like any other mod.
  2. Review config.json, and adjust settings to your liking.
  3. Delete file RAID_REVIEW__0.0.x.dll from the \BepInEx\plugins directory.
  4. Delete file old RAID REVIEW .cfg from the \BepInEx\config directory.
  5. Copy the data folder from \user\mods\raid_review__0.0.x\data to \user\mods\raid_review__0.2.0\
  6. Delete the old mod folder \user\mods\raid_review__0.0.x completely
  7. Launch SPT Server

Upgrading from v0.1.X (Linux)

v0.2.0 is installed as a new set of folders/files:

Please ensure Step 2 is followed, there are significant changes here, OLD CONFIG FILES WILL NOT WORK.
Please ensure Step 3 is followed, if you wish to keep previous raid data.

  1. Copy user and BepInEx folders into the SPT Installation just like any other mod.
  2. Review config.json, and adjust settings to your liking.
  3. Delete file RAID_REVIEW__0.0.x.dll from the \BepInEx\plugins directory.
  4. Delete file old RAID REVIEW .cfg from the \BepInEx\config directory.
  5. Copy the data folder from \user\mods\raid_review__0.0.x\data to \user\mods\raid_review__0.2.0\
  6. Delete the old mod folder \user\mods\raid_review__0.0.x completely
  7. Install dependencies
    • Insatll NPM if not installed sudo apt install npm
    • Open mod folder \user\mods\raid_review__0.2.0\
    • Run npm install
  8. Launch SPT Server

What's Changed

G'day nerds, last update for a few months, not going to have access to a gaming rig for ~10 weeks, so unlikely you'll see this project get updates for a while.

Anyway here are the goodies:

๐Ÿ’ฅ Ballistics/Projectile Tracking, Charts, and UI Rework

  • ๐ŸŽฏ Added ballistics/projectile tracking, now all ballistics and projectile paths are tracked and displayed in the replay mode.
  • ๐Ÿ–ผ UI Rework, with my future plans for a public hub, I reworked the UI so I could share interfaces and code between a public and private instance of the web client. Nothing too crazy, but it's much easier to navigate now, and adding features will also be easier.
  • ๐Ÿ“ˆ Added a charting library to the Web Interface, and calculated stats such as Active Bots, Kill Activity, Looting Activity, and Projectile Activity throughout a Raid. Should help all of you that use this mod for Spawn/AI Overhaul debugging.
  • ๐Ÿ“‹ Implementation of a per raid so you can quickly see all the players/bots, including total kills, looting, and projectile accuracy.
  • ๐Ÿšฐ Fixed memory leak for Loot Tracking, which also fixed compatibility with Realism Mod, so the mask breathing issue is fixed now (sorry about that).
  • ๐Ÿž Various bug fixes, mostly one's found by Chazu related to the SAIN integration, thank you, you legend!
  • ๐Ÿ”งConfiguration file changes for server side mod, now allows for the Raid Tracker timeout settings to be adjusted (niche request).

I will say that this will be the final 3.8.X compatible update, all future updates will be for 3.9.X, from the looks of things I'm one of the few last 3.8.X enjoyers, so I'll move onto 3.9.X when I return.

Don't miss a new spt-raid-review release

NewReleases is sending notifications on new releases.