github.com/Walter-Sparrow/lunar-tear
v1.0.2
Walter-Sparrow/lunar-tear
What this package is like to depend on
Last release 2 months ago
28 May 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · May 2026 to May 2026Releases
latest 3-
v1.0.228 May 2026Release notes
Open source →Lunar Tear v1.0.2
Changes
Auto-repeat quests
You can now set a quest to repeat automatically.Auto-sell memoirs while you farm
Pick which memoir rarities and ranks you don't want to keep, and the server now sells matching memoir drops for gold automatically as they drop.Reborn characters' costumes level correctly
After a Rebirth raises a costume's maximum level, that costume can now actually level into the higher range.Correct enhancement campaign bonuses
Enhancement campaigns were applying their bonus at roughly ten times the intended strength; they now grant the correct amount. This release also fixes a number-overflow bug that could distort very large EXP, drop-rate, and stamina bonus values while a campaign was active.No rewards on a wipe
If your party is annihilated in an event, extra, or subjugation battle, you no longer receive clear rewards or drops for that attempt.
This project is a fan-made preservation effort; see the legal disclaimer in
README.md. -
v1.0.125 May 2026Release notes
Open source →Lunar Tear v1.0.1
Changes
Campaigns are live
The server now applies bonus campaigns at runtime. Enhance campaigns and quest campaigns take effect automatically when active.Better memoir drops
When you receive a memoir piece, the server now picks a random variant within that piece's group and rarity — you no longer always get the same fixed entry. New memoir also come with their starting sub-stats already unlocked, matching the game's intended drop behavior.Fixed quest list on chapter replay
While replaying an older chapter from the main-story menu, the quest list now correctly highlights the replayed quest as the active one. Previously, your real current quest could still appear as "Active" alongside it and confuse the UI.
This project is a fan-made preservation effort; see the legal disclaimer in
README.md. -
v1.0.022 May 2026Release notes
Open source →Lunar Tear v1.0.0
First public release with prebuilt, cross-platform binaries.
Quick start
- Download the archive for your OS/arch from the assets below.
- Extract it next to a populated
assets/directory. - Run
./wizard(macOS/Linux) or double-clickwizard.exe(Windows).
The wizard auto-detects your network, runs DB migrations from its embedded copy, and launches the auth server, CDN, and game server together. Settings are saved to
.wizard.jsonfor one-key relaunch.What's in the archive
wizard— interactive launcher (the entry point)bin/dev,bin/lunar-tear,bin/octo-cdn,bin/auth-server— the three services + the dev runner that supervises thembin/import-snapshot,bin/claim-account,bin/register-account,bin/wizard-restore— admin/operator toolsREADME.md,LICENSE
macOS users
The binaries are unsigned. If Gatekeeper blocks them on first launch:
xattr -dr com.apple.quarantine lunar-tear-server-v1.0.0-darwin-arm64
Notes
- Assets are not bundled. This release does not include any copyrighted game content.
- Migrations are embedded in the wizard binary, so each release ships the migration set that existed at the time of the tag. Upgrade to newer releases to pick up new migrations.
This project is a fan-made preservation effort; see the legal disclaimer in
README.md.