home  ›  projects  ›  Lucky*Mas EN

LuckyMas EN

らき☆マス
English fan-translation + a one-command patcher for SYGNAS's 2007 desktop-accessory disc.
View on GitHub »Build your own discRead the writeups

Lucky★Mas (SGNS-0009, Comiket 73) is a doujin Lucky★Star × THE iDOLM@STER desktop-accessory pack by the circle SYGNAS: an in-house animation engine called MinkIt that hijacks XP's file-copy progress animation and swaps in a random hand-drawn character instead (a genuinely cool hack), a calendar mascot that logs into Google Calendar and notifies you about mail and events, themed calculators, 84 wallpapers and 4 screensavers. The disc is out of print and the circle's site is long gone.

This project makes all of it English and keeps it running on real Windows XP, with the calendar mascot revived by a tiny local fake-Google server so you need no Google account and no internet. It ships only a tool and a patch delta that apply to your own copy of the disc. No SYGNAS file is ever redistributed.

Video demonstrating all of its features on a real CRT: youtube.

★ The installer, before & after

The English wizard is re-wrapped from your own setup.exe, faithful to SYGNAS's original full-screen blue Inno Setup wizard down to the pixel-exact 586×364 art panel. The bundled MS PGothic font is what lets it render correctly even on an XP with no East-Asian language pack.

BEFORE · Japanese original
Original Japanese installer wizard
SYGNAS's original wizard: title and body in Japanese (らき☆マス), needs a JP locale to render.
AFTER · English patch
English installer wizard
Same layout and art, fully English, rendering on an XP with no language pack via the bundled font.
★ The wallpaper picker, before & after

An HTML picker that opens in Internet Explorer, detects your monitor size and lists 84 wallpapers (14 artists × resolutions). The translation covers the picker UI, the JPG filenames, and even the baked section-header art.

BEFORE · Japanese original
Original Japanese wallpaper picker
壁紙えらび in IE: instructions and the 壁紙一覧 header all in Japanese.
AFTER · English patch
English wallpaper picker
"How to set your wallpaper", the monitor-size box and the "Wallpaper list" header, all English.
★ The translation, in action
Miki reading the day's schedule
Today's schedule
Miki notifies you about calendar events, served entirely from the local fake-Google server. No account, no internet.
Kagami with an empty calendar
No plans!
The empty-calendar bubble, fired on the manual right-click calendar check.
MinkIt copy animation and settings
MinkIt copy animations
Instead of XP's standard file-copy animation, MinkIt swaps in a random hand-drawn character. Its Settings and Preview dialogs are Englished too.
Miki announcing new mail
You've got mail
The mail-check bubble over POP3, served by the same local server as a working fake mailbox.
Lucky Star themed calculator
Themed calculators
The skinned calculator with its baked button labels (Calc / Convert / Tax+ / Tax-) re-drawn in English.
The unit-conversion tool
Unit conversions
A grab-bag of ad-hoc utilities for doujin authors and hobby gamedevs: fps to ms, ms to fps, BPM, and page-count to printed thickness across paper weights.
The month-grid calendar with an event detail
The month grid
gcal's full calendar window, reading events from localhost. Fixing this view uncovered a fun little bug.
The launcher settings dialog
Launcher settings
The mascot launcher's config dialog, with every menu, label and tooltip translated in the PE resources.
★ The screensavers, brought back

The disc shipped its four screensavers broken: gutted Flash engines with no content, dead on every locale. SYGNAS released working versions as a public apology weeks later, on 2008-01-09, so the patch sources that content and merges it back in, with the filenames made ASCII-safe so they run on any locale. These shots are from a real English XP. The full story is in the screensavers writeup.

The Chibi Characters screensaver running fullscreen
Chibi Characters
2D chibi mascots walk across the screen leaving coloured trails.
The iM@S 3D screensaver running fullscreen
iM@S 3D
A busy 3D scene of iDOLM@STER idols walking and crossing paths over the 765 Production wings.
The iM@S comic screensaver showing a manga panel
iM@S 4-koma
A slow cutscene told one manga panel at a time.
The Lucky Star comic screensaver showing a manga panel
Lucky*Star 4-koma
The Lucky*Star version of the same slow manga-panel cutscene.
★ What's on the disc, and how to use it
Desktop mascotsMinkIt hijacks XP's file-copy progress animation and swaps in a hand-drawn character (Konata, Kagami, Chihaya, Makoto, Yayoi) instead of the standard bar (a cool hack). Copy or move files in Explorer to play one; right-click the tray icon, open Options, and pick the character or enable it per file operation. The frames live in .mink containers.
The launcherA desktop mascot (22 characters, ~220 dialogue lines, all translated) with speech bubbles. Click her on the chest to open the app launcher (yes, really; an old anime gag): the left half is the main menu (calculators, calendar, copy-animation, wallpaper, Display Properties), the right half a separate second menu, empty by default for your own shortcuts. Right-click her instead for calendar check, mail check and Settings. Both menus and the mascot are set in launcher\Launch.ini.
The calendarOriginally logged into Google Calendar (long dead); a native local fake-Google server revives it with no account and no internet. Right click and click Check Calendar, or tick it in the settings. The mascot notifies you about today's events, with unique dialogue for each character. The Google Calendar entry opens the full month grid. Your own events go in gcal-xp\gcalsrv.lua, which hot-reloads on save.
Mail checkA "you've got mail" bubble over POP3, served by the same local server as a real, readable mailbox. It fires at startup, or right-click and pick mail check; the bubble opens your mail client (Outlook Express by default). Edit the inbox in the same gcalsrv.lua.
Themed calculatorsLaunch iM@S Calculator or Lucky*Star Calculator from the launcher menu; both are skinned, with script strings and baked-in button labels translated. A doujin unit converter sits alongside them, doing BPM to ms, ms to fps frames, page-count to paper thickness, and tax.
Wallpapers84 wallpapers (14 artists by resolution) behind an HTML picker. Launch Wallpaper from the menu, then click a thumbnail to set it. Filenames, UI and the baked header art all Englished.
ScreensaversFour (iM@S 3D, iM@S Comic, Lucky*Star Comic, Chibi Characters), renamed to their English Display-Properties names. The disc shipped these broken, with no content; the patch restores them from SYGNAS's own 2007 apology release (see the writeup). Set one from Control Panel, then Display, then Screen Saver, and pick a Lucky*Mas entry.
★ Build your own English disc

You own the disc; this turns it into an English one. Give it your setup.exe and your own copy of MS PGothic, and out comes a drop-in English ISO. One engine drives it on Windows, Linux (Nix) or anywhere with Python.

# Windows (runs Inno Setup natively, no wine):
build.bat --setup D:\setup.exe --font auto

# Linux (Nix):
nix run github:Francesco149/LuckyMasEN#iso -- --setup ~/setup.exe --font auto

# anywhere with Python + innoextract (+ wine on Linux):
python tools/make_iso.py --setup ~/setup.exe --font auto

The freeware build tools are auto-downloaded, version-pinned and SHA-256-verified; the Windows bundle pre-seeds them so it builds offline. Pre-built bundles are attached to the nightly release. Full guide: docs/end-user-build.md.

★ How it works (the writeups)
Reviving the calendar »
A native XP-local fake-Google server that speaks the box's own 2007 TLS stack.
The container formats »
MINK, ACZ and PACKDATA, and the three different LZSS codecs hiding inside one disc.
Field notes »
The one-line event bug, layered-window screenshots, locale safety, and other discoveries.
The installer font »
Why the faithful wizard needs MS PGothic bundled, and how the build delivers it.
The screensavers »
Why all four were dead on arrival, and how SYGNAS's 2007 apology release restores them.
★ Get the original & credit the authors

The disc is out of print; this patch applies to your own copy, which you can find second-hand on Suruga-ya. Every character, frame and line of original software is © SYGNAS. The creator is SYGNAS (ダダ), x.com/sygnas. This is an unofficial fan project, not affiliated with or endorsed by SYGNAS, made only to keep their work alive on modern machines.

Support this reverse-engineering & preservation work at ko-fi.com/lolisamurai.

« back homelast updated 2026-06-23