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
raid_review__0.3.0_windows
https://www.virustotal.com/gui/file/ecce2f28508216fbe98e0c67c6761d86bdc87636008cdeb99dcf08f8e5df5658raid_review__0.3.0_linux
https://www.virustotal.com/gui/file/06577b4d82c5c10ead22d1f988edbe78382a5166ccb52b8753550ebd340bd607
Installing
- Copy
user
andBepInEx
folders into the SPT Installation just like any other mod. - [OPTIONAL] Review
config.json
, and adjust settings to your liking. - 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 ensureStep 3
is followed, if you wish to keep previous raid data.
- Copy
user
andBepInEx
folders into the SPT Installation just like any other mod. - Review
config.json
, and adjust settings to your liking. - Delete file
RAID_REVIEW__0.x.x.dll
from the\BepInEx\plugins
directory. - Delete file old RAID REVIEW
.cfg
from the\BepInEx\config
directory. - Copy the
data
folder from\user\mods\raid_review__0.x.x\data
to\user\mods\raid_review__0.3.0\
- Delete the old mod folder
\user\mods\raid_review__0.x.x
completely - 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).
- Fixed menu item insertion to use the
-
🖼 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
, andA%
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.