-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choosing any difficulty does not affect gameplay #5
Comments
Thank you very much for your interest in the remake :) Indeed, currently the difficulty level does not affect anything (it is not programmed), I will definitely do this at some point (maybe soon) :) Moreover, if this is a very necessary function (for example, for you personally), I will try to do it even faster. P. S. Now in the new upcoming version it works to save the level, points and number of lives when leaving the game. Thus, unlike the standard version, you can close the game and then start from the same level. |
Thank you for the response as well. P.S. Since the Dangerous Dave Pack is currently still sold on GOG.com (with the copyright directly under Romero himself, no less), I assume you'll add support to read the internal game files from the official release later? |
I'll start implementing it :) Checkpoints are a separate topic, so that the level is also preserved - it is feasible, but I don’t see yet what is necessary. In general, levels can already be created through the Tiled editor (it will even launch through the launcher if you install it on Windows 10). But it requires Tiled version 1.7.2, otherwise for some reason the editor plugin stops working, and I don’t have time to deal with this now, unfortunately. Internal files of the original from the game will not be opened for the reason that this is not necessary. I have a converter for the levels, and everything else is already taken out and used :) |
I think I didn't make myself much clearer, but my question regarding "a more thorough overview on how to develop custom levels/mods" asks whether you can make such a tutorial on making them. Or maybe I was just overthinking it and it'd be far easier for people to instead just take a look at TilEd tutorials out there and check the mod files to see how to put out custom music, etc. Either way, is the 8 levels limitation static, or do you plan on addressing that too, so people aren't limited to making eight levels (more or less), or is that adjustable already? Oh, and while we're at it, do you think this project could benefit from using Dear ImGui or is that too much of a hassle to implement in this case? |
I'm going to make a video on creating levels for convenience. But I haven’t gotten around to it yet (the project is my hobby, I don’t earn anything from it, although there is a "boosty", there’s a "Support project" section on the main page). The 8-level limit has long been resolved, this is demonstrated in the attached modpack in version 0.9. There can be any number of levels. At the moment, the project uses TGUI, it is completely sufficient for the needs :) |
I'll be gladly waiting to watch your video, sooner or later. As for the latter answers, I got it. Thank you for the kind assistance all this time, I'm looking forward to any further updates on this project. :) |
Thank you! :) I'll leave it open for now for a reminder about the expected changes :) P. S. Gradually I want to make a network mode, it is already in progress. |
Describe the bug
Choosing any options in the Difficulty settings does not affect the actual gameplay at all.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The game runs with the behavior according to the chosen difficulty as described.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: