Skip to content

raid_review_v0.3.0

Latest
Compare
Choose a tag to compare
@ekky1328 ekky1328 released this 07 Dec 04:56
277424b

Release Notes for v0.3.0

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

Mod Version / SPT Version

v0.3.0 / v3.10.x

Virus Total Scan


Installing

  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

Upgrading from v0.X.X

v0.3.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.x.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.x.x\data to \user\mods\raid_review__0.3.0\
  6. Delete the old mod folder \user\mods\raid_review__0.x.x completely
  7. Launch SPT Server

What's Changed

Summary of Patch Notes

  • 🖱 Menu Fixes

    • Fixed menu item insertion to use the Awake method for initialization.
    • Adjusted to utilize SetUnlockStatus in line with the new EFT version logic.
    • Renamed menu item from "RAID REVIEW MOD" to "RAID REWIEV", saving space while still describing its purpose.
    • Credits: Change by Oli (#54).
  • 🖼 UI Updates

    • Renamed Stats to Overview to better describe its function.
    • Changed Charts to Stats, reflecting their actual purpose.
    • Added desktop mouseover tooltips for K, L, and A% in RaidOverview.tsx to clarify what these represent.
    • Credits: Changes by Oli (#55, #56).
    • Added Sandbox_high (Ground Zero for > level 20) with additional spawn spots.
    • Credits: Additions by Rob Neu (#57).
  • 🧹 Taskbar Menu Cleanup

    • Removed redundant NewInformation child from the handbook menu.
    • Renamed duplicated objects to RaidReview and RaidReviewButton for clarity.
    • Credits: Cleanup by Rob Neu (#59).
  • 🛠 3.10.X Compatibility

    • Updated server-side mod types to prepare for the new EFT build.
    • Fixed build issues for the private client.
    • Credits: Compatibility updates by Ekky.