Closure
unable to progress, help please?
I've been playing Closure recently since I got it from a humble bundle, but I appear to be stuck. I get to the hub world where you can go through one of three doors, where you wear a mask when you're each one of them. Upon entering the door on the left, I fall through the floor because there is no light shining on it, and my character falls to his death continuoulsy because he spawns where there is no ground to walk on. I tried looking up a Let's Play video to try and see what was going on, and in the Let's Play video, the exact same puzzle that the person doing the Let's Play starts him with lights shining on the ground which gives him the ground to walk on. Can anybody help me please?
Here's a screenshot of my character JUST spawning:
http://s298.photobucket.com/user/PolarIceCap/media/closure.png.html
< >
Visualizzazione di 1-9 commenti su 9
I had the same problem and more recently ran into a problem in which I had too much light and then someone kindly reminded me of this which is what helped me with the problem that you are having in the first hub world:

Messaggio originale di Glaiel Gamer:
WORKAROUND: LOW LIGHT / INFINITE DEATH ON FACTORY LEVEL 1:

"the issue is that its rendering the spotlights slightly too dark. The shaders for the game are compiled from source, and I do include those in the resources for the game. I don't have any guarantees for how this effects the game, but the blur on spotlights is in Resources/shaders/hblur.cg and Resources/shaders/vblur.cg. You can open them in a text editor. Each of these has a line that looks like


sum *= 1.0/46.0;


try changing it to like


sum *= 1.1/46.0;


to make the spotlights around 10% brighter (i think) which might help (make backups of the files first)"

This workaround will most likely have unintended consequences later on in the game, so I recommend undoing it after you get past the problem area.

Messaggio originale di waiting.for.the.rain.to.fall:
I had the same problem and more recently ran into a problem in which I had too much light and then someone kindly reminded me of this which is what helped me with the problem that you are having in the first hub world:

Messaggio originale di Glaiel Gamer:
WORKAROUND: LOW LIGHT / INFINITE DEATH ON FACTORY LEVEL 1:

"the issue is that its rendering the spotlights slightly too dark. The shaders for the game are compiled from source, and I do include those in the resources for the game. I don't have any guarantees for how this effects the game, but the blur on spotlights is in Resources/shaders/hblur.cg and Resources/shaders/vblur.cg. You can open them in a text editor. Each of these has a line that looks like


sum *= 1.0/46.0;


try changing it to like


sum *= 1.1/46.0;


to make the spotlights around 10% brighter (i think) which might help (make backups of the files first)"

This workaround will most likely have unintended consequences later on in the game, so I recommend undoing it after you get past the problem area.
Thanks for the help! I'll look into making sense of the coding mumbo jumbo :)
I'm having the same problem. But I'm not a computer whiz or anything like that. Is there any kind of step by step instructions to help? How do you get to or open a text editor?
Don't know whether this just worked for me or will help you. I had the same problem and just changed the resolution on my display to maximum and then back to the resolution that allows the game to best fit my screen. It returned me to the hub and when I went back through the door it worked.
This solution helped me. But I had to turn the number up to 1.5 before I didn't fall right through the first level floor. That makes some objects rather brighter than I think they should be. And, even then, a few levels later there's a key that falls right through a floor making a level unwinable.

Seriously, this is making the game unplayable for me.
Ultima modifica da sitontheedge; 6 set 2015, ore 21:49
TylerGlaiel  [sviluppatore] 9 set 2015, ore 8:02 
what graphics card do you have?
Messaggio originale di Glaiel:
what graphics card do you have?
I dunno how to check, all I know is my graphics card is on-board but I'm saving up money to buy myself a custom-built computer.
TylerGlaiel  [sviluppatore] 9 set 2015, ore 10:55 
Closure's always had issues with on-board graphics because they take a bunch of shortcuts in the rendering and the collision detection depends on the rendering (since its basically the game's main gimmick)
Ultima modifica da TylerGlaiel; 9 set 2015, ore 10:57
Messaggio originale di Glaiel:
Closure's always had issues with on-board graphics because they take a bunch of shortcuts in the rendering and the collision detection depends on the rendering (since its basically the game's main gimmick)
ahh, perhaps I can play it once I get my new computer then :)
< >
Visualizzazione di 1-9 commenti su 9
Per pagina: 1530 50