Mods / Wilderlands Lunarbound
Author: Thalius
Side: Server
Created: Oct 9th at 1:13 AM
Last modified: Oct 19th at 8:42 PM
Downloads: 1490
Follow Unfollow 34
Latest release (for Vintage Story 1.21.0 and 1.21.4, potentially outdated):
Wilderlands Lunarbound_1.0.0.zip
1-click install
Wilderlands Lunarbound is a mod that adds a very simple behavior that can be added to an entity's server side behaviors in their JSON asset which basically defines whether the entity is allowed to exist during the game's current phase of the lunar cycle. If not, the entity despawns.
To use, add this to the entity's behaviors on the server side of the JSON file:
"server": {
"behaviors": [
{
"code": "lunarspawn",
"lunarSpawnPhases": [ 1, 2, 3, 4, 5, 6, 7, 8 ]
},
There are 8 phases to the lunar cycle. 1 being the new moon (moon is not illuminated at all), and 4 being the full moon. At 30 day months, each phase lasts a bit over 3 days (I think). I did not code the phases of the lunar cycle, they already exist in the game. This mod simply provides a way to tap into them to use lunar phases as behavior that moderates spawn ability. If you want further details about how the lunar cycle actually works, you'll have to dig into the code and puzzle it out. I'm still learning myself.
Mod is in early phase. I've tested it without issues to the best of my ability, and could use some other eyes on it and some feedback. If I don't hear word of any issues, I'll move it out of dev phase in it's current state.
Other features are being considered, but I'm not ready to share details at this time.
| Mod Version | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|
| 1.0.0 | 1426 | Oct 19th at 8:42 PM | Wilderlands Lunarbound_1.0.0.zip | 1-click install | ||
|
Out of dev release. Also added client side requirement due to some issues using on servers as a dependancy for other mods. | ||||||
| 1.0.0-pre.1 | 64 | Oct 9th at 1:17 AM | Empty | Wilderlands Lunarbound_1.0.0-pre1.zip | 1-click install | |
Just wanted to throw some more change into the 'this is a spectacular idea' hat!
Definitely looking forward to trying it out, but right now I'm struggling with memory leaks and my friends would murder me if I add more mods. Keep up the phenomenal work!
I really dislike that spawning is tied to light levels, makes it feel like every build needs to be las vegas. This is a much more interesting concept!
Too bad this was not released on the full moon a few days ago!
Woah that's quite a cool concept right there, I like it