really cool project, i have a couple of questions:
could a setting be added to cap the FPS at 30? it's a little jarring when the framerate is doubled compared to in Deltarune
will the code ever be released for this game? the open-source community tends to be really good wlth bugfixing and porting (two of the major issues you've written about in the FAQ), and i think it'd be cool to see what the community could come up with using the extra freedom of being able to edit everything
i like where this has been going so far, and i'm excited to see what it becomes in the future :)
Thanks, glad you like it! I mean it being unlocked fps is one of the big benefits of mine over the original, higher fps is just objectively better for a rhythm game since it means you can be much more precise. I guess if you really want to try it at 30fps you could change your monitor settings. For now I like working on it as a solo project.
No external app needed (well, you can use the itch app for auto updates, but that's not required). It should just open when you run the exe, but sometimes that doesn't work on some PCs. To fix it, try this:
Create a new text file inside the folder you extracted the game in, name it however you want, then open it and paste this:
"Deltarune Lightners Live Plus.exe" --rendering-driver opengl3
Change the file extension from ".txt" to ".bat".
Now open the ".bat" file, which should run the game
If that still doesn't work, look in the command prompt window that will have also appeared when you ran that ".bat", and see if it outputs any errors when it crashes. Ignore the 3 red extension errors, and 1 yellow icon warning, they're known and shouldn't ever cause it to crash. But let me know if there's other ones, since that could explain the cause so I can fix it.
← Return to game
Comments
Log in with itch.io to leave a comment.
yknow
being able to adjust the keybinds would be nice
Yes I'd like to implement a keybind menu at some point
I did everything mentioned, txt to bat and it still crashes with the errors being (Not the first 3 errors and 1 warning):
ERR: DisplayD3D.cpp:157 (CreateRendererD3D): Failed to create D3D renderer: DXGI 1.2 required to present to HWNDs owned by another process.
ERR: Display.cpp:1083 (initialize): ANGLE Display::initialize error 12289: No available renderers.
ERROR: Can't initialize an EGL display.
at: (drivers/egl/egl_manager.cpp:107)
ERROR: Condition "gldisplay_id < 0" is true. Returning: ERR_CANT_CREATE
at: window_create (drivers/egl/egl_manager.cpp:253)
ERROR: Failed to create an Opengl window.
at: (platform/windows/display_server_windows.cpp:6306)
ERROR: Failed to create main window.
at: (platform/windows/display_server_windows.cpp:7022)
ERROR: Unexpected window message 0x1f recieved for window we cannot recognize in our collection; sequence error.
at: _handle_early_window_message (platform/windows/display_server_windows.cpp:4476)
Oh weird, haven't seen that. Maybe try updating your graphics drivers? If that doesn't work, what gpu do you have?
really cool project, i have a couple of questions:
i like where this has been going so far, and i'm excited to see what it becomes in the future :)
Thanks, glad you like it! I mean it being unlocked fps is one of the big benefits of mine over the original, higher fps is just objectively better for a rhythm game since it means you can be much more precise. I guess if you really want to try it at 30fps you could change your monitor settings. For now I like working on it as a solo project.
you should add a vs mode
agree
That would be cool, tons of other stuff to do first though
This is super neat, I like and appreciate this project of yours. Keep it up!
once iget the downloadable version, i can't open it. do i have to install some external app or something? i'm not experienced with this kind of stuff
No external app needed (well, you can use the itch app for auto updates, but that's not required). It should just open when you run the exe, but sometimes that doesn't work on some PCs. To fix it, try this:
Create a new text file inside the folder you extracted the game in, name it however you want, then open it and paste this:
"Deltarune Lightners Live Plus.exe" --rendering-driver opengl3
Change the file extension from ".txt" to ".bat".
Now open the ".bat" file, which should run the game
If that still doesn't work, look in the command prompt window that will have also appeared when you ran that ".bat", and see if it outputs any errors when it crashes. Ignore the 3 red extension errors, and 1 yellow icon warning, they're known and shouldn't ever cause it to crash. But let me know if there's other ones, since that could explain the cause so I can fix it.
okay, thanks. It now works!