
Another Lux
A downloadable game for Windows and macOS
Another Lux is a fantasy RPG made in RPG Maker MV.
Witness the formation and adventures of a small party of heroes that fight against the cruelty and distortion of dark and malevolent forces!
Features:
- A story with mysterious and dark elements, loosely inspired by a TTRPG campaign.
- Challenging turn-based combat with bullet hell elements inspired by Undertale (uses SRD's Undertale Battle System plugin) and a unique light/dark elemental system.
- Top-down retro graphics in the Time Fantasy style (by FinalBossBlues).
- Additional pixel-style character art for dialogue and battles.
- A combination of original music and RPG Maker classics.
- Allows for controller support.
- Can be played on Windows, Mac, or Linux.
Begin to uncover the secrets behind the nature of this world through this character and story-driven experience!
Note: This game is only a demo. There are currently no plans to continue or finish developing the game, although this may change in the future.
Status | On hold |
Platforms | Windows, macOS |
Author | DoubleDan |
Genre | Role Playing, Adventure |
Made with | RPG Maker, Aseprite, Audacity |
Tags | Fantasy, JRPG, Pixel Art, RPG Maker, Story Rich, Turn-Based Combat, Undertale |
Average session | About an hour |
Languages | English |
Inputs | Keyboard, Mouse, Gamepad (any) |
Accessibility | Subtitles, Configurable controls |
Download
Install instructions
- Download and extract the .zip file.
- Open the folder and run the executable file.
Development log
- Demo Soundtrack Now on YouTube!Jan 03, 2025
- clockJan 03, 2025
Comments
Log in with itch.io to leave a comment.
The Linux build is broken. When attempting to launch from the itch.io desktop client, it spits out a ton of errors all along the lines of "Fontconfig warning: "etc/fonts/xxx", line x: unknown element "description" and the game doesn't start.
Hi, thanks for pointing out this error.
I'm not able to test the Linux build myself, but from what I can tell you might be able to fix this by setting the launch options with the following command:
Thanks for the reply! I will test this myself later. For now, though, I've gotten the Windows build of the game to run on Linux using a program called Bottles and it works fine enough that way (minus one strange bug that I'm sure is an issue with Bottles and not the game), and I'm already a decent way through the demo now so I'll finish that first.
Okay nevermind I tried it. This does get the game to launch! I had to reverse engineer it a bit to get it to work. Basically to get it to work I had to create a folder called "fonts" in Another Lux's directory, then create a file called fonts.conf inside that folder (which is basically what the commands you posted do if you run them from the game's directory). Then the final command "FONTCONFIG_PATH=fonts ./nw" runs the game with some additional launch parameters, and...
Glad to hear you got it working with the Windows build! I'll remove the Linux build for now and see if I can resolve the errors.