Release Notes for v0.1.1_NEXT
⚠️ Early port to 3.9.X - this has not been extensively tested, I ran three raids, two of which had SAIN 3.0 installed, and they all worked.
Please find below instructions for a fresh installation, or an upgrade path from a previous version.
Mod Version / SPT Version
v0.1.1_NEXT / v3.8.x
Virus Total Scan
raid_review__0.1.1_NEXT_windows
https://www.virustotal.com/gui/file-analysis/YTUwYmI2YTRkNGIxNDM4Yzg2M2Y1MzAxN2RlZWI3ZWU6MTcyMDUzMjExMQ==raid_review__0.1.1_NEXT_linux
https://www.virustotal.com/gui/file-analysis/N2E2Yzc0YjhhZWRkZjdkMzZkYWU5YTM2ZjNiZTcxMDY6MTcyMDUzMjE0NA==
Known Issues
- Not compatible with Mozilla Firefox, issues rendering the playback system.
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.0.x
v0.1.1 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.0.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.0.x\data
to\user\mods\raid_review__0.1.1_NEXT\
- Delete the old mod folder
\user\mods\raid_review__0.0.x
completely - Launch SPT Server
What's Changed
Yo; few changes, so have a read if you're interested.
Otherwise, install and have fun!
- 🚀 Performance fixes; updated playback system to use HTML Canvas instead of SVG DOM Elements for faster and smoother animations.
- 💧 Fixed memory leak; discovered memory leak in the playback that would draw 80,000 extra nodes than required, and would continue to build up overtime until the browser crashed (my bad; too little sleep I suppose... no one reads these right?).
- 😪 Project changes; restructured projects so I could start sharing components between private and public instances of Raid Review (coming soon tm).
- 🗺 Playback interface: slight changes to the UI, and better exposure of the positional/heatmap toggle.
- 🧠 Added caching: utilising client side caching for positional data, should help with load times.
- 🐞 Bug fixes; other various bug fixes and changes.
- Other changes...
Thanks for reading ✌️
Full Changelog: v0.1.1...v0.1.1_NEXT