doot 2020-04-21 11:44
Hey! I get the following error when trying to launch the game: The code execution cannot proceed because VCRUNTIME120_1D.dll was not found. :x: I tried on windows 10 by just downloading and extracting. Keep me posted!
Foon → Ludum Dare Explorer → LD46 → RushBomb
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 1335 | 3.45 | 47 | |
| Fun | 1216 | 3.32 | 47 | |
| Innovation | 686 | 3.55 | 47 | |
| Theme | 2072 | 3.15 | 46 | |
| Graphics | 1609 | 3.32 | 45 | |
| Audio | 995 | 3.25 | 46 | |
| Mood | 982 | 3.50 | 47 |
Hey! I get the following error when trying to launch the game: The code execution cannot proceed because VCRUNTIME120_1D.dll was not found. :x: I tried on windows 10 by just downloading and extracting. Keep me posted!
same error as doot unfortunately
I get an error about MSVCP140D.dll missing. I'm using Windows 8.1. Too bad, because I would've really liked to try this game. Looks my kind of a thing.
C++ ftw! Sad it doesn't work tho currently.
Hi @doot, @thecze and @airola! thanks for visiting! :) Just uptaded the file, it should work now.
@immortalitybh, it works now :)
Ok, now the game runs :) However, there are still bugs regarding to how the screen shows for me. I can only play it windowed in a manner that doesn't show the whole screen. rushbombexample1.jpg
If I resize the window to "full screen" it makes the window very high but not wide at all, but I still can't see the whole room rushbombexample2.jpg
and if I go off the screen on right and up and move around, then I get an error message and the game crashes. rushbomberror.jpg sorry for the Finnish language in that error screen
Hi @airola, the problem with the level loading is caused by the size of the console windows, it supposed to be full screen. As for the error, it happened when you tried stepping out of the shown area at that specific level? I'm currently trying to solve your issue, but if you have a Windows 10 computer laying around it would be better to play on it.
@gelgavish I only have a Win 8.1 available. The problem for me is that I can't see the right edge of the screen so I don't exactly know where the player character is.
Initially I thought it might happen when I collect the letter P. Again, I can't see that letter on my screen but I see from the pictures on this page that the letter is there. I've been somewhere around there when it has happened.
But I just noticed that on my computer the vertical walls are different than in those pictures. The walls are shorter and it makes it possible for me to walk in between the "holes" in the wall. One time I got to walk under the bottom wall.
So walking to the right side of the game area to a point where I can't see the character anymore I have been able to exit the room and then moving up for a while and moving around outside of the room the crash happens.
Ok @airola, I think the problem is caused by the sizing of the command line window, that's why the levels are so messed up. Here is a [link to a website](https://techjourney.net/how-to-fully-maximize-command-prompt-window-in-windows-8-7-vista/) that tells you how to maximize the console window in windows 8, do this in the first level after "maximizing" the window.
If you need more help just tell me! :)
How could you make a game this good using only a C++ console application? I'm stunned!
Thanks @sausty! It just takes a lot of head bumping with the win32 API ;)
Good job! It worked this time! I had fun, and the level design and general progression is very well thought out. The look and texts give this game a strange feeling, so much that when it crashed at the firewall level I didn't even know if this was intentional, and I kinda don't want to know. Thanks for the game.
Thanks for the feedback @doot! If you want to know what happened to the game after all read the game description :)
Very good job ! I liked the retro feeling an the way how you handled the console !
Neat game, especially for C++ I thought the enemy mechanic could've been fleshed out a little more - what's to stop me from just holding L the entire game? Digged the idea though!
Thanks @zezel and @likai for the feedback! :) Yeah, we forgot to add in the timer who is in charge for that :P
Thanks for your game, it was quite fun! I encountered some of the known bugs which were a bit annoying but I think thats okay, especially if you did it with your own engine. And I really liked the labyrinth level design!
Really cool! I already started worrying if there wouldn't be any console-based games. The music is nice as well and even the enemies following the player are good. Of course there are some bugs, but I guess there are some in most of the games in a jam.
Hi @koljam and @acdia, thanks for playing our game! :D
I hate those bugs but we didn't have time to fix them, maybe the next game engine will be less buggy ;). Yeah, this time we have dedicated more than half an hour for the level design :P glad you liked it!
Really @acdia? I programmed the enemy AI part and let me tell you something, it's not the best AI...
Thanks again for playing our game!
It doesn't directly follow the grid and is abled to move directly to the player. It also tried to get to the nearest position possible at some point and has a detection radius. Of course it's not a pathfinding, like in some games with no time limit at development, but it's some type of AI and it doesn't get stuck to walls or other enemies. So I would say it does its job well.
Thanks @acdia :)
Impressive work making this from scratch. Going with a hacking theme works very well with the limitations too. One complaint though, is that you can just hold the L button and you won't have to worry about enemies at all.
Oh my, the memories of my first game came back to life XD I don't like them, take it away! hahahaha So, with your own engine? Epic gamer moment. hahahha
I can't say much of your game, it is really good, you got more than i would ask for for an ASCI game. Only thing that i would have to agree with Celdur is that the ërrors aren't a challange, but you added a Virus, or firewall, then the player would have to switch from pessing L to pressing... B... I don't know hahaha, just a little far because it's hackerman momment XD
A really enjoyable game, one that you usually don't see but give smiles just for seeing an @ walk XD The colored switches blew my mind.
unicorn spin.gif
Thanks so much for the amazing feedback @celdur and @zebraatomica! About the enemies, we will upload an updated version with enemies you can take seriously, so get ready for that! :D
Hmm, interesting concept. The enemies didn't seem to pose any issue whatsoever, I killed them all and I never even looked at my health counter :P. Also, I think I finished it? The game just ended all of a sudden, but there was no indication as to why.
Liked the retro style, and the music though! Also, did you have to pick up the letters/numbers in any order on the levels? I just grabbed them with no thought to the order -- having that matter could make things more interesting!
Hi @stefanie-leitch :) The game just quitting at the end is one of the known bugs, we will fix it in the upcoming version alongside with enemy/ attack improvement. So if you want you can check it out in the next few days! Anyway, thanks for the feedback! :D
Really liked the game! You could fix the soud, caused when it ends, the game keeps mute
Thanks for playing our game @willian-oliva! We know about the music problem, we forgot to make it loop :P but it will be fixed in the next version. :)
This game was really cool. Big ups to you guys for making your own engine too. I really like the concept of finding IP addresses and hosts to get deeper and deeper into the system.
My only one point of criticism was maybe the clearing editors could be limited in some kind of way. i was able to just hold it down and it wasn't really an issue.
Hey @zezel, @likai, @celdur, @zebraatomica, @stefanie-leitch, @willian-oliva and @blackmambajesus Just wanted to let you guys know we just released an updated version with some improvements. So check it out if you want :D
Thanks for the big ups @blackmambajesus :D
Wow very cool entry! Kudos for doing a console application. Music was fun, some feedback: I never noticed my HP bar. Overall great job!
Impressive work of the console
Haha that was fun! I appreciate that everything was console based and that the levels are a .txt file (user generated content??? ;)
Anyways, We also did ours in C++, but it used the SDL libraries so we had a much easier time creating our game engine than you. I don't envy trying to make a pure console game like that, Though I am inspired to....
First: Congrats on coding a game in your own engine! As you've seen in the stream (https://www.youtube.com/watch?v=Z2FekepgpMs ) I had some troubles with the HTTP level, probably because I zoomed into my console too much and broke something. Nevertheless I really enjoyed the hacker-y atmosphere and the fact that I was playing a game in a bloody console window!!
Thanks @peterbuo! :D
Yeah, C++ no-engine team, high five @exevirus! :D It's ok if you guys use SDL for your game, no respect gone, I think we're going to use OpenGL next time! :)
Hmmm... user-generated content... let me think about it ;)
Hey @philstrahl, thanks for streaming our game! :)
I think the issue was because you had a lot of things running on your computer when you played, we didn't program the engine quite efficiently so maybe it couldn't function right because of no RAM available... maybe the next engine will be better ;)
But if you are still interested you can try it off-cam (by the way, running through the buttons as fast as you can helps sometimes), anyways thanks for playing our game :)
Super nice game! but the graphics weren't my favorite
I have to applaud making your game from scratch with no engine... that's pretty hardcore. I'm not sure if I got to the end or not - after the firewall level, the game simply closed. I can't give the graphics a good score, as there kinda aren't any... but that _does_ fit in with the theme of the game, so feels a little harsh!
Love the retro vibe you gave me :) Wish you the best of luck!
nice game!
Love the vibes, I think you could use some weirder characters. I'm not sure if the terminal will be happy with unicode, but I know there's a bunch of directional pipe characters that would make way better walls than pipes. I'd look at Nethack and various in-terminal non-graphical skins (nobody should ever play nethack with a graphical skin, that's heresy)
Cool game ! I actually considered having a similar approach when making my game (In the end I went for using Unity). Good job ! :)
Cool game, i really liked the looks of the game... And the gameplay was fun too
Thank you @willypa, @garys, @gamescodedogs, @eduardogacn for your feedback!
Very Cool. :v: Keep It Up.
Thanks so much for the nice feedback @brenno263, @postmeridiangames, @chief141, and @lazzydev72! :D
Wow, that's kind of embarrassing, we didn't know about Nethack, oh well... We used special characters in our game (not that crazy when I think about it) but we could use them only on entities, but we may change it in the future @brenno263 :)
Really @chief141? we were very concerned that the gameplay is bad, it's nice to know the gameplay is good :D
Thanks @lazzydev72! I think we will ;)
don't worry @postmeridiangames, maby next time :)
Tried to launch it on Linux using WINE.. No luck :sob:
Sorry @room606, maybe a virtual machine will work? The code of the game is really Windows based :P
If you will get a virtual machine make it windows 10, no lower
Nice game. Really cool and original concept. In my top 2 so far. Good work!
Thank you @convg! we're very happy that it is in your top 2 so far!
Thanks for submitting your game to our stream!
As always we will create highlights for a rewatch if you want.
I liked the game idea, and the fact that you created it from scratch without using any commercial engine. Well the artstyle was... interesting - To be honest, its more like typography ;) It was rather short, probably some more levels would have been coll but all in one it fits I think.
The only point is that it feels strange that after killing the last enemy of the "firewall" - The game immediately quits.
Cool :) I like how you used characters and colors. Would have enjoyed more levels!
Great idea and realization, I really like the mood that you created for your game thanks to the console graphics and the audio. They both go very well together. The gameplay was simple but fun, the firewall level is a nice surprise and change the rythm of the game. For the drawbacks : when you loose it's a bit frustrating because there is no loosing screen and the game stops. It would have been nice to restart from the level you were at. Anyway great job !! It's nice to discover that there are more people from the "no game engine team" :smile: !
pretty cool!, Color scheme is great, but i would've liked to see more variety in the level design. Overall Great though!
@firesplash-entertainment thank you for streaming our game!
We'd like to have those highlights for a rewatch.
We'll create more levels, fix the issues and the bugs of the game.
And about the "Firewall" level - the game ended after that level because of a bug that made it difficult for us to create the end screen.
And again thank you for supporting us!
@papaver, @polegar and @streetgeek for your feedback! It helps us with the progress of the game that we'll keep soon.
@polegar, we'll add a game over screen :)
:( couldn't launch the game. After the start screen, it showed "Press any key to continue..." and now everything is black. I rated your game but I hope I can try playing it later
Hey @sandra-martinez, are there any scroll bars in the console window? it might be due to the screen size
Annotation 2020-05-10 192917.jpg Here. There is a scroll bar on the right but I still don't see anything after scrolling it
Ok, this is a tricky one @sandra-martinez... :) I guess you started scrolling from the top, right? I think this is happening because the levels can't be printed, is there a "res" folder? Can you try downloading a different version if it doesn't work?
Thank for trying hard playing our game btw :)
This is awsesome :D