FoonLudum Dare ExplorerLD22 → Alone in the Shadows

Alone in the Shadows

By CireNeikual

View on Wayback Machine

CategoryRankScoreCount
Community143.86
Fun1033.09
Theme1733.18
Overall1863.00
Graphics2133.00
Mood2842.50
Audio3522.18
Humor3991.67
Innovation4732.09
Coolness53322

Comments

cryptoporticus 2011-12-20 00:43

The game won't start for me. I just get "LudumDare22.exe has stopped working."

CireNeikual 2011-12-20 01:54

@Cryptoporticus: Hmm, that's weird. I think it has something to do with the static compilation I did instead of using the VS2010 Redistributable Package.

aardvark 2011-12-22 19:50

First of all: I love graphic style. The light and shadows are looking really good. The music is not entirely fitting the ambience, but overall feeling is great. Two suggestions: It would be good to know how much ammo you have left and there should be some indicator where exactly the weapons spawn: I only once found one before dying.
Btw: Cool Kitten-Reference :)

sonnybone 2011-12-23 13:28

The lighting makes me want to feel alone, but the music makes me wanna bust a move. I dig the shells effect... and you have more enemy types than I imaged there would be. It needs some sfx, though. Congrats on actually making a game in 48 hours!

benjamin-soule 2011-12-23 21:58

I can't play because of the WASD keys... ( I have azerty keyboard ). Usually I switch to english Keyboard for testing those games but, on yours it auto switch back while playing... Dont know why :-/

jeffz 2011-12-23 23:11

Win 7 64-bit, i7 hd 3000 intel graphics, installed the VS2010 runtime, tried running your game, it never starts, just seems to go in an infinite loop without bringing a window up.

CireNeikual 2011-12-24 02:57

Wow, this game appears to be pretty glitchy. I think it still might be some compiler setting, since the same game engine was used in other games and I never got a single complaint. It seems to be a hit/miss thing. Strange.

summaky 2011-12-26 15:50

I wasn't able to kill these speedy monsters that get so close. The graphics are OK, but I think the music is not what I was expecting. Even a shoot sfx would be nice, as at first I didn't know whether as was shooting or not.

ryanLS 2011-12-27 21:04

I enjoyed the game, but without sound effects, it is hard to be emerged within the game's reality. In addition, I wish the music matched the game. Besides that, it is a very nice entry.

stargoat 2011-12-29 04:30

The lighting is great, but i don't think the music really fit the theme. No indication of where a new weapon lies is frustrating!

screamrawr 2011-12-29 04:34

I couldn't get the game to run. Sorry man. Looked fun.

pekuja 2012-01-04 23:29

I like the concept here. Some comments about the game design: I wish there were hints for the player about where the weapons drop. I didn't really manage to find them very often. The enemies seemed fairly varied in their looks, but all of them seemed to just walk/run towards me at all times. There was also one enemy that I just couldn't outrun, which made it possibly unfairly dangerous.

I also experienced some technical problems.

I experienced a strange glitch where my flashlight's light wouldn't get erased properly, which kinda let me see around myself without pointing the light away.

The music was fine but didn't really fit the mood of the game, I think.

The mouse cursor wasn't locked to the game window, so sometimes I would misclick outside the window, which would pretty much kill me if there were enemies around.

saxon-douglass 2012-01-04 23:46

I had fun and the lighting looks awesome in your screenshots.
Sadly when I run it the lighting does not work correctly. Here is a screenshot of what I get:
http://imgur.com/ep1QR
Shame it seems to have some compatibility issues but great work!

CireNeikual 2012-01-05 02:43

Thanks for the feedback! I probably should have tested it to make sure it runs on different systems. I believe the problems arising with the lighting system have to do with the render textures that SFML uses (OpenGL frame buffer objects/Pbuffers). It appears that their OpenGL states are getting messed up somehow. I am still working on a good fix.

mrwonko 2012-01-09 11:45

Hello fellow SFML user!

Nice game, though it gets pretty hard pretty quickly (I hate those quick black things, it's like fighting Aliens as a Marine in Aliens vs Predator all over again), especially if you don't find the new weapons in time. It is genuinely fun though. (Can you run out of ammo? At one point I couldn't shoot anymore...)

You're aware that the music you use in the 48h compo should be made by yourself during the 48h and not downloaded off Newgrounds? Maybe you should've used that time to add some bfxr sound effects instead.

mrwonko 2012-01-09 11:55

Come to think about it - would you mind me forking this?

CireNeikual 2012-01-10 02:06

@ Mr. Wonko - Go right ahead. If you are interested, the light system can be downloaded separately on the SFML forums. I made it compatible with the normal SFML rendering.