FoonLudum Dare ExplorerLD49 → Not Today

Not Today

By shubart

View on ldjam.com

CategoryRankScoreCount
Overall14262.8627
Fun13652.7427
Innovation12892.7427
Theme14052.6027
Graphics10653.2427
Audio9492.5427
Humor10852.3624
Mood6263.5226

Comments

fennec 2021-10-05 17:31

Well, it's beautiful.

baconharemthug 2021-10-05 22:21

When I tried to run the exe I got the error "The code execution cannot proceed because VCRUNTIME140_1D.dll was not found."

shubart 2021-10-05 22:44

@baconharemthug Thank you for your feedback, i'll have a look

devparty 2021-10-05 22:46

Nice game! I know how hard it is to create a rendering engine from scratch, so good on you for getting it to work in less than 2 days! Overall 9/10 game

2021-10-05 22:53

Nice game)

vidim888 2021-10-05 23:00

It's remarkable to do something like that in pure C++ in 3 days.

jaspior 2021-10-06 02:36

I've enjoyed this game, it has a relaxing vibe, I can see it working as an walking simulator/meditative game.

kekkodude 2021-10-06 02:38

I think i might need a guide to run this, i tried getting the files from the executable link, but when i try and run it i get errors saying im missing the following:

-MSVCP140D.dll

-VCRUNTIME140D.dll

-VCRUNTIME140D_1D.dll

-urctbased.dll

Downloaded the content from the executable link and extracted them to a folder, then i tried running the application within. I see all the .dll's are included but the last one mentioned, tried re-extracting and re-downloading, but it was a no-go ;-;

underdog 2021-10-06 04:13

you're a programming god perhaps!

cloistered 2021-10-06 07:10

I used want to make a game that give player some errors and need player to do some work on his PC,

You did it!There has so may errors when i open the LUDUM49.exe

I like it if these errors is you purpose:)

Followed you and waiting for your new games~Wish you can try my game too~

rein 2021-10-06 07:26

It was a bit jittery visually, but 10/10 on making this all from scratch.

shubart 2021-10-06 07:48

@cloistered , @kekkodude , @baconharemthug: New incomming version. I hope this fixes the issue. I would be grateful if you can give me some feedback. Thanks

cloistered 2021-10-06 08:25

I download it from "Executable",but it still work. Cant find msvcp140d.dll VCRUNTIME140_1D.dll VCRUNTIME140D.dll ucrtbased.dll.

It seems like a Debug version,Maybe you can make a publish version?

shubart 2021-10-06 13:47

@cloistered : Don't know what happened. I hope this is fixed now

cloistered 2021-10-06 15:35

Still cant run it. The errors is differet now:)

shubart 2021-10-06 15:45

@cloistered Thank you for the time you gave to me. I'll try to fix that damn crashing Release version

kekkodude 2021-10-06 21:48

Still a no-go for me as well.. ;-; Hope you get it working! wanna give it a go, sounds like some others are able to enjoy it :thinking:

I wonder why me and @cloistered are getting different errors, seems he's now getting the ones i was getting on the previous release, I'm getting new ones as well this time around. Now I'm getting 5x missing urctbased.dll

shubart 2021-10-06 21:58

@kekkodude This is difficult for me to fix this bug, while i don't have the probleme on my machine (probably because i have visual studio installed one it). One problem is that i am forced to give the debug version because the release one is more crashing. The dll issue should normaly not being existing on release. Thank you far all

t-r-e-f-e-t-h-e-n 2021-10-07 02:48

Not a whole lot going on here. The visuals were incredibly nice to look at, but I wish there was more stuff to do and places to explore. Controls felt nice, though!

kantanloop 2021-10-07 20:23

I was able to get the new version running on my computer that had Visual Studio on it. Very pretty! I liked exploring the level and seeing the ideas that you were able to flesh out in the time you had. Regardless of the game it's very impressive that you put all that together in a custom engine in such a short amount of time!

shubart 2021-10-07 20:54

@kantanloop Thank you so much. Thank you for the time you take retrying the game

ace17 2021-10-08 05:44

@shubart You're probably packing the Debug version of your game. The Debug executable of your game contains references to debug-versions of the standard MS runtime libraries, which are typically not installed on non-dev PCs.

Try compiling in Release mode, and packaging those binaries instead.

shubart 2021-10-08 07:23

@ace17 Your right, the issue is that the release version is very unstable (LOL) and crash almost immediatly. That's why i put the debug version. I have not found yet why the release version is crashing

markveligod 2021-10-08 07:27

With a beer will pull :D

ace17 2021-10-08 15:57

> I have not found yet why the release version is crashing

Have you checked for uninitialized local/member variables? From my experience, it's the most probable cause for having a crash only in Release builds.

shubart 2021-10-12 22:30

@ace17 @baconharemthug @kantanloop @kekkodude : release version is here. be aware, this is really really short (just the base for a game)

brandon-hare 2021-10-14 09:30

Very technically impressive and very atmospheric!

shubart 2021-10-14 12:31

@brandon-hare thank you very much

adnonymous5 2021-10-19 03:40

Best game of the jam. Don't let anyone tell you otherwise.

python-b5 2021-10-21 19:03

Really nice work! (Especially making this from scratch, really impressive!) It's a great start for a game, and I had a lot of fun rolling around for a while, trying to go fast. Good job :)

riper 2021-10-21 19:48

Heh, its very nice game!