Communities
Developers
Get Manager
Log In
Communities
Developers
API Docs
GitHub
Package Format Docs
Markdown Preview
Manifest Validator
Contact Us
Privacy Policy
News
Get Manager
Communities
GTFO
WaveSurvival
GTFO
Upload package
WaveSurvival
Adds a wave survival system for rundown developers.
Dinorush
https://github.com/Dinorush/WaveSurvival
Install
Details
Details
Last Updated
First Uploaded
Downloads
71
Likes
0
Size
157KB
Dependency string
Dinorush-WaveSurvival-1.1.1
Dependants
0 other mods
Categories
Rundown Mods
Dev Tools
Download
Details
Required (3)
Wiki
Changelog
Versions
Analysis
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.
Modding Discord
v1.1.1
Added support for PartialData string ID compatibility on Level targets
Waves no longer fail to spawn if there are no valid spawn locations; instead, they fallback to spawn paths, then the elevator room.
v1.1.0
Added support for the following fields on Main, EventData, and SpawnData files:
SpawnLocations: Overrides the global spawn path, using the specified set of spawn locations.
SpawnDistance: Sets a maximum number of rooms enemies can spawn from the nearest player (from the spawn location/path).
Prefers SpawnData > EventData > Main.
Main does not contain SpawnLocations.
Added support for "null" paths, preventing enemies from spawning on a path once reached.
E.g. [[1, -1], [2, null]] will stop spawning enemies on the path when zone index 2 is opened.
Changed spawn paths to be based on player reachability rather than elevator reachability.
Normally the same, but supports teleporting players into closed zones, such as when using double sided doors.
Fixed checkpoint issues with spawn paths.
v1.0.1
Fixed copy/paste EWC icon
v1.0.0
Initial Release