Great asset! One thing I’d suggest (because I keep trying to find a template with it and no one seems to include it) is a “Use / Activate” animation. Basically a small animation where the character reaches out an arm in a gesture that indicates activating something in front of them.
bojjenclon
Recent community posts
I have a question and a suggestion. :)
Question:
Meaning v1 projects won’t work on v2, and vice versa.
Will there be an import process to get projects into the v2 state, or will we have to move all our data over manually?
Suggestion:
Working on multiple machines has always been a bit of a pain point, if there was some sort of “portable project” option that allowed us to - for instance - keep the DB data in a Git repo that would be spectacular. Right now I just export the DB as a backup and reimport the data when needed, buts its pretty tedious and sometimes error prone.
Hi! First of all, excellent resource, very easy to work with and I love that you include the aseprite files.
I was wondering if you could possibly add some sort of “interact” animation in all four directions? Like a generic “raises arm to interact with item” type of thing. For example, I want to be able to show that the character is activating things (buttons, computer terminals, etc.) with a quick animation.
Thanks for the response!
For 2, that’s totally fair. For a non-mission based game, do you think health/energy potions + a “rest when safe” mechanic would feel balanced? Or in your testing have you found keeping it super scarce (e.g. very limited pit stops for restoration) is the best?
My group tends to err toward “low lethality” so I’m not super concerned about people not dying, more just want to make sure I don’t go so far the other way that the resources are essentially meaningless.
Hey, first off excellent work on LUMEN, I love the concepts presented here! I just have a couple of things I’d like clarified:
- On the GMs turn, you describe using the enemies’ moves as a means of not just relying on poor rolls from the player (I know LUMEN 2.0 is moving away from dice but I’ll likely be sticking with them, so bear with me). Can the GM only use one of the listed moves, or is simply making an attack valid as well?
- You don’t mention restoring Health or Energy outside of combat so I’m just curious what your intent was on this. With LUMEN clearly being inspired by video games, I’ve been thinking of taking the approach the game Chained Echoes does where you start each combat fully restored. So battles are always balanced around max resources.
To be honest I’m not entirely using LUMEN as intended since I won’t be doing a full gameplay loop (I run more narrative heavy games), but I love the rules so much I’m determined to make it work. :D
Hey thanks for the info! I’ve got basically everything working, I just have one follow up question: how to find a given actor’s info in the Director from a Dialogue? In the export, the actor seems to just be the name supplied between the colons. However, it’s theoretically possible for there to be multiple actors with the same name, so just doing a naive name match on actors in the Director data seems wrong. How is this mapping meant to occur without the ID supplied to the Dialogue for the line’s corresponding actor?
Hello, I’m trying to integrate dialogue nodes into my engine and I’m wondering what the intended workflow is for this. A dialogue node once exported has the graph property which defines ports and links, are these meant to be how the flow is integrated or is this purely for the GUI? Mostly just wanted to pick your brain and understand your intentions so I can write my code better. :)
When trying to use the Auto Detect Actors button, an error is thrown blocking the rest of the operation. The error is as follows:
TypeError: Failed to execute 'readAsArrayBuffer' on 'FileReader': parameter 1 is not of type 'Blob'.
at index.js:1023:10
at be (index.js:1047:3)
at f (index.js:1088:7)
at _e (index.js:1093:3)
at index.js:4531:3
at Nt (index.js:4558:5)
at index.js:4590:9
at Array.forEach (<anonymous>)
at index.js:4571:12
at er (index.js:5064:3)
Placing a breakpoint there, it seems blob is an unresolved Promise here.
I’m on Linux using the AppImage version, although I tried the same thing on Windows and also received the error there.
Hello, I personally use TOML in my projects so I was wondering if you could also add TOML support to the editors (e.g. in addition to hjson/json)? Not sure how you have everything set up but it seems to be a node/electron application under the hood so hopefully it wouldn’t be too much to add a TOML library in as well.