Releases: humangenome/WindrosePlus
Release list
Windrose+ v1.3.15
Bug fix and improvement release.
Fixed
- Hold native moderation out of normal startup.
WindrosePlusNativeis no longer installed or enabled automatically while the native helper is revalidated against the current Windrose dedicated-server build. Existing installs also remove itsmods.txtentry during upgrade. Lua/dashboard features andHeightmapExporterremain enabled normally.
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
Windrose+ v1.3.14
Bug fix and improvement release.
Added
- Server-side moderation: kick and ban. New
WindrosePlusNativeC++ mod adds workingwp.kick,wp.ban,wp.unban, andwp.listbanscommands. Kicking calls the player controller's return-to-menu path natively (which UE4SS Lua cannot reach), and the ban list is enforced on a timer so banned names are removed when they rejoin. Bans persist inwindrose_plus_data\wpn_bans.txt. (#37)
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
v1.3.13
Bug fix and improvement release.
Fixed
- Strip UE4SS diagnostic dumpers during install. The installer now removes
MappingsDumperMod,WindroseNativeProbe, andMapMaterializerExporterfrom automatic startup when present. These tools are useful for development research, but normal Windrose+ servers should boot only Windrose+,HeightmapExporter, and the safe UE4SS support mods.
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
v1.3.12
Bug fix and improvement release.
Fixed
- Stopped auto-loading the experimental native probe. The v1.3.11 probe remains available as a manual research DLL, but the installer now keeps
WindroseNativeProbeout ofmods.txtand removes any existing auto-load entry. Normal installs continue to load Windrose+ andHeightmapExporter; the hiddenwp.nativeprobecommand now explicitly requires manually enabling the experimental C++ mod on a test server. (#18, #37, #38, #56, #86, #106)
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
Windrose+ v1.3.11
Bug fix and improvement release.
Changed
- Improved the native probe dump for runtime research.
WindroseNativeProbenow writes a complete lightweightclassIndexfor every matching runtime class, then emits detailed property/function data for the most relevant R5, player, inventory, storage, item, chat, and network classes first. This keeps generic engine ability classes from crowding out the Windrose-specific objects needed for the native-helper research behind the blocked admin features, and early boot trigger files now wait for a short native warm-up before scanning. (#18, #37, #38, #56, #86, #106)
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
Windrose+ v1.3.10
Bug fix and improvement release.
Added
- Added a bundled read-only native probe for blocked runtime research.
WindroseNativeProbeis now installed alongsideHeightmapExporterand can be triggered with the hiddenwp.nativeprobecommand. It writeswindrose_plus_data\native_probe.jsonwith class/property/function summaries for player, inventory, storage, progression, chat, and network-related runtime objects. The probe is read-only and exists to unblock the native-helper research behind give XP/points, give item, kick/ban, broadcast, storage locking, and runtime inventory multiplier work without using unsafe Lua UObject traversal. (#18, #37, #38, #56, #86, #106)
Changed
- CurveTable PAK builds now leave a host-side patch manifest. When food/weapon/gear/entity INI overrides are baked, the builder writes
windrose_plus_data\.windroseplus_curvetables_manifest.jsonlisting the exact rows and values that passed byte verification, and/api/pak-statusreturns a compact summary. This makes reports like "food changes built but did not apply in-game" easier to separate into parser/PAK issues versus runtime mount/load-order issues. (#92)
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
Windrose+ v1.3.9
Bug fix and improvement release.
Changed
- Player status output now includes live-session disambiguators.
server_status.json,wp.players, and player-targeted admin commands now expose/accept Windrose's server-localPlayerState.PlayerIdasplayer_id/session_id/player:<id>when available. This helps server-manager tools target one of two online players with the same display name. It is explicitly session-local and not a persistent Steam ID, so permanent ban identity remains blocked on native/network-id work. (#37) - Storage hook research now lists the current pre-transfer candidates. The research note records the gameplay ability, requirement, and inventory-view paths found in the current dedicated-server assets, while keeping chest locking marked unsupported until a live pre-change denial hook is proven. (#56)
- Food CurveTable troubleshooting now includes generated-PAK verification steps. The README and food config reference explain how to confirm
CT_Food_GE_Valueswas packed and why a full server-process restart is required before in-game food values can change. (#92)
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.
Windrose+ C++ mod assets v1.3.11
Prebuilt C++ mod assets for the Windrose+ v1.3.11 release workflow.
Windrose+ C++ mod assets v1.3.10
Pinned prebuilt UE4SS C++ mod assets for Windrose+ v1.3.10 release packaging.\n\n- HeightmapExporter.dll: 238fc6e44955d1467cf03d91897135a2bb17a6cfff7231ca3c14232357f77d54\n- WindroseNativeProbe.dll: 01017908d8ba1f6af3f34aab4d964ca777dc548ba2beffaa1e70aa31dd1b584d
Windrose+ v1.3.8
Bug fix and improvement release.
Added
- Sea Chart curated-overlay calibration.
livemap.overlay_transforminwindrose_plus.jsoncan now shift, scale, rotate, flip, or swap X/Y for curated layout/runtime overlay data without moving generated terrain tiles, live players, mobs, live resource nodes, teleport clicks, or raw save overlays. This gives self-hosted admins a safe way to correct provider overlays that are consistently offset from the generated terrain. (#119)
Install / Upgrade
Download WindrosePlus.zip, extract into your Windrose Dedicated Server folder, run install.ps1. Reinstalling is safe — your configs and custom mods are preserved. See the installation guide for details.
Official Hosting
SurvivalServers.com sponsors Windrose+ development and offers Windrose servers with Windrose+ pre-installed.