Skip to content

Releases: humangenome/WindrosePlus

Windrose+ v1.3.15

Choose a tag to compare

@github-actions github-actions released this 09 Jul 14:36

Bug fix and improvement release.

Fixed

  • Hold native moderation out of normal startup. WindrosePlusNative is no longer installed or enabled automatically while the native helper is revalidated against the current Windrose dedicated-server build. Existing installs also remove its mods.txt entry during upgrade. Lua/dashboard features and HeightmapExporter remain 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

Choose a tag to compare

@github-actions github-actions released this 22 Jun 20:44

Bug fix and improvement release.

Added

  • Server-side moderation: kick and ban. New WindrosePlusNative C++ mod adds working wp.kick, wp.ban, wp.unban, and wp.listbans commands. 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 in windrose_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

Choose a tag to compare

@humangenome humangenome released this 22 Jun 16:55

Bug fix and improvement release.

Fixed

  • Strip UE4SS diagnostic dumpers during install. The installer now removes MappingsDumperMod, WindroseNativeProbe, and MapMaterializerExporter from 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

Choose a tag to compare

@humangenome humangenome released this 22 Jun 16:22

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 WindroseNativeProbe out of mods.txt and removes any existing auto-load entry. Normal installs continue to load Windrose+ and HeightmapExporter; the hidden wp.nativeprobe command 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

Choose a tag to compare

@humangenome humangenome released this 22 Jun 15:47

Bug fix and improvement release.

Changed

  • Improved the native probe dump for runtime research. WindroseNativeProbe now writes a complete lightweight classIndex for 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

Choose a tag to compare

@humangenome humangenome released this 22 Jun 14:42

Bug fix and improvement release.

Added

  • Added a bundled read-only native probe for blocked runtime research. WindroseNativeProbe is now installed alongside HeightmapExporter and can be triggered with the hidden wp.nativeprobe command. It writes windrose_plus_data\native_probe.json with 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.json listing the exact rows and values that passed byte verification, and /api/pak-status returns 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

Choose a tag to compare

@humangenome humangenome released this 22 Jun 00:41

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-local PlayerState.PlayerId as player_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_Values was 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

Choose a tag to compare

@humangenome humangenome released this 22 Jun 15:29

Prebuilt C++ mod assets for the Windrose+ v1.3.11 release workflow.

Windrose+ C++ mod assets v1.3.10

Choose a tag to compare

@humangenome humangenome released this 22 Jun 14:23

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

Choose a tag to compare

@humangenome humangenome released this 21 Jun 14:49

Bug fix and improvement release.

Added

  • Sea Chart curated-overlay calibration. livemap.overlay_transform in windrose_plus.json can 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.