|
SolarLune
|
 |
« Reply #60 on: March 25, 2012, 06:25:01 AM » |
|
It does indeed look cool. What if the closer to the field you got, the more red the overall screen got? Or something like that. I like the idea of the field being sentient. Anyway, nice job!
|
|
|
|
|
Logged
|
|
|
|
|
Nate_G
|
 |
« Reply #61 on: March 25, 2012, 11:49:18 AM » |
|
It does indeed look cool. What if the closer to the field you got, the more red the overall screen got? Or something like that. I like the idea of the field being sentient. Anyway, nice job!
That's a cool idea actually, with the screen going red. They did that in DinoRun when DOOM is approaching and it worked really nicely there. Maybe the screen becomes more saturated, VHS style.
|
|
|
|
|
Logged
|
|
|
|
|
Bishop
|
 |
« Reply #62 on: April 02, 2012, 02:49:40 AM » |
|
Put together a little website for the game. Needs a bit of tweaking in areas as I'm totally new to web development. I gave up trying to use blogs and not have them look terrible, grabbed notepad++ and started smashing code together. www.trashtvgame.com
|
|
|
|
|
Logged
|
|
|
|
|
st33d
Guest
|
 |
« Reply #63 on: April 02, 2012, 04:12:39 AM » |
|
You need contact details on there dude. How are press going to get hold of you?
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Bishop
|
 |
« Reply #65 on: April 02, 2012, 07:18:55 AM » |
|
Contact details! How embarrassing that I forgot. Later I'll have screenshots, additional trailers, demo download button, purchase button. Probably appearing in that order as the game gets closer to completion.
|
|
|
|
|
Logged
|
|
|
|
|
Greg Sergeant
|
 |
« Reply #66 on: April 02, 2012, 07:40:03 AM » |
|
Love the atmosphere and art style, gameplay looks really interesting too. Would be awesome if you showed how a typical scene is built/works, the lighting basically- i have no clue how to do stuff like that, but it really brings the scene together!
|
|
|
|
|
Logged
|
|
|
|
|
Bishop
|
 |
« Reply #67 on: April 07, 2012, 01:09:40 AM » |
|
Love the atmosphere and art style, gameplay looks really interesting too. Would be awesome if you showed how a typical scene is built/works, the lighting basically- i have no clue how to do stuff like that, but it really brings the scene together!
On page 3 you can see a screenshot from inside Ogmo (Free level editor). The lights are really simple actually, in XNA I render everything to a texture without lights, which looks like my old screenshots  Then I render all my lights to a single texture. I simply combine the two, with a custom shader, that multiplies one by the other. So anywhere there isn't a light ends up multiplied by 0 and returning black. I've done this for individual colour channels too so that a red light will make everything red. I have an update too, cross posted from screenshot saturday 
|
|
|
|
|
Logged
|
|
|
|
|
ScaryPotato
|
 |
« Reply #68 on: April 07, 2012, 07:11:57 AM » |
|
I love the pacing to everything in this game, and the visuals are really impressive too. The only thing that looks out of place (to my eyes anyway), are the explosions. Everything looks so smooth, but the edges of the explosion seems jagged compared to the rest of the stuff. It's a pretty minor point, but what else could possibly be critiqued when the game looks so dang outstanding?! 
|
|
|
|
|
Logged
|
|
|
|
|
KopanoGS
|
 |
« Reply #69 on: April 07, 2012, 11:28:49 AM » |
|
That crt tv effect 
|
|
|
|
|
Logged
|
|
|
|
|
cactus
|
 |
« Reply #70 on: April 09, 2012, 01:47:31 PM » |
|
I actually like that the explosions don't match the rest of the graphics. Keeps the game from looking too smooth, and gives it a slightly edgier feel. Love the sound effects when the game glitches, the "normal" sfx is good, but not on the same level. Graphical effects are ace. Something bugs me slightly about the main character's design, might be the over-saturated colors or the super meat boy-shape. Level design looks interesting, which is rare for platformers these days I think. Good job dude 
|
|
|
|
|
Logged
|
|
|
|
|
knotty spine
|
 |
« Reply #71 on: April 09, 2012, 07:03:09 PM » |
|
I just watched the chase sequence on youtube, that was pretty tense. I love all the different degrade effects you have going on over top of everything.
|
|
|
|
|
Logged
|
Animating something like this >>  << would take hours, maybe even days of work.
|
|
|
|
Bishop
|
 |
« Reply #72 on: April 14, 2012, 09:30:36 AM » |
|
I know there's a lot of empty space at the top, but I decided against cropping to show just how tall the vertical levels will be. In this one you have to get to the top with a series of C4/Rocket jumps. I'm not 100% sure if this will be in the 'campaign' or as a additional set of challenge maps. Probably a mixture. I don't want Trash TV to become too much platforming, more as a palette cleanser between puzzles. 
|
|
|
|
|
Logged
|
|
|
|
|
Bishop
|
 |
« Reply #73 on: May 02, 2012, 07:15:12 AM » |
|
Made a hub level and have an idea for final game length. The Hub level is another puzzle in itself and will connect all other levels in loops. Each loop will gain some kind of item required to continue and hopefully mid way there will be some choice in the order of levels. I've completed my first loop in which the player gains the Pistol, the first weapon on the game. This loop is 4 levels long with 17 puzzles. There are 7 (two got axed) guns in the game, so I guess roughly a loop per gun, with 3 to 4 levels each loop. Plus an intro and escape. I'm thinking about 8 - 9 loops in total. After a lot of reading and thinking on the subject of game length, this feels right to me. It's the point where I've explored the concepts a level they deserve. Here is an image on 4 levels shown next to each other. The red dots indicate a loading screen.  Thoughts?
|
|
|
|
|
Logged
|
|
|
|
|
Scut Fabulous
|
 |
« Reply #74 on: May 02, 2012, 08:08:02 AM » |
|
Seems like a cool way of indicating player progress. How long would it take to make a circuit of the hub once all the levels are unlocked?
|
|
|
|
|
Logged
|
|
|
|
|