Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

891156 Posts in 33525 Topics- by 24768 Members - Latest Member: Stome

June 19, 2013, 04:05:58 AM
TIGSource ForumsDeveloperFeedbackDevLogsSuper Portal Storm
Pages: [1] 2
Print
Author Topic: Super Portal Storm  (Read 1240 times)
heitortsergent
Level 0
**


View Profile Email
« on: May 22, 2012, 10:46:19 PM »

Hey everyone, Smiley

So... I think this is my 4th topic here on the forum. I've been making some small arcade games for mobile, but now I wanted to tackle a project just a little bigger. It's an idea that's been on my mind for a year or so, and I'm calling it "Super Portal Storm" for the time being. I'm using XNA since it's the technology I'm most familiar with.

The game I want to make consists of mixing up Super Crate Box + Portal + Bulletstorm. Basically, what I want to do is a 2D platformer, just like Super Crate Box, except that the player can shoot portals, and kick, and there's a bunch of traps spread around for you to kill enemies in your most creative/visceral/awesome way.  Evil

I'm still thinking about the overall Game Design, but for now I'm going to try to work on it little by little every day to get the movement/kick/portal part of it right. This devlog is obviously to share the development process, but also to give me a boost to keep working on it. Smiley

I haven't recruited an artist yet because I want to make a prototype first, so I'll be using art from all around, or trying my hand at it... So, no pretty art/screenshots for the time being. Tongue

That's it for now, crossing my fingers that I can do this.

Videos:
Week 1: http://youtu.be/c4lthJ7CFxU

Builds:
Week 1: https://www.dropbox.com/s/le18e46h4z8v6t4/SPSWeek1.zip
« Last Edit: May 29, 2012, 09:59:50 PM by heitortsergent » Logged

Houndninja
Level 1
*


"That's what" ~ (she)


View Profile
« Reply #1 on: May 23, 2012, 01:35:57 AM »

This sounds fucking awesome dude! I'm a massive fan of Super Crate Box and Portal!
Logged
Scottapotamas
Level 0
**



View Profile WWW Email
« Reply #2 on: May 23, 2012, 02:23:23 AM »

Looking forward to it. Im practically sold on any games with super in them... and portal storm just sounds epic
Logged
Franklins Ghost
Level 10
*****



View Profile WWW
« Reply #3 on: May 23, 2012, 03:06:52 AM »

Liking the sound of this. More Portal is always a good thing. Looking forward to seeing the prototype.
Logged

ShinnyMetal
Level 0
**


I can makes musics!


View Profile Email
« Reply #4 on: May 23, 2012, 03:25:00 AM »

mm this sounds good. Like Franklins Ghost said, More Portal is always a good thing! Using Bulletstorm concepts in a 2D game never crossed my mind but could be fun.  If ya need need audio stuffs this sounds like a blast! (already have a "visualization" on what the sound and audio would be just from reading haha)
Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #5 on: May 23, 2012, 10:52:25 PM »

Hey guys, thanks a lot for the support! I totally agree that more games should have portals in it.

Day 1:

First day and I almost didn't work on it. Hopefully it gets better as it turns into a habit.

Did some basic work using Microsoft's Platformer project as a starting point. I can already see that I'll have to mess a lot with the code, especially tweaking the movement, but it's something to begin with.

Basic portal system in place, working on all 4 directions. Will have to work on it a lot more too, since I want it to be similar to Portal, not just change the player position as soon as he touches one of the portals.

I'm thinking of making a video of the prototype once a week, so I'll have something to show on March 30th. Smiley
Logged

Pixelulsar
Level 3
***



View Profile WWW
« Reply #6 on: May 24, 2012, 12:28:10 PM »

Sounds cool, have you decided on an art style yet?
Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #7 on: May 24, 2012, 11:47:11 PM »

Sounds cool, have you decided on an art style yet?

Not really... I love pixel art, but these past few months I've been avoiding playing games with it, so that probably won't be my first choice. And it depends on who I can find that would like to work with me on this project. Smiley

Day 2:

Just did a little more work with the portals, I realized there were some bugs after messing around with some other combinations. I think it's good enough for now, so next stop will be shooting them at the walls.
Logged

ShinnyMetal
Level 0
**


I can makes musics!


View Profile Email
« Reply #8 on: May 25, 2012, 12:26:36 AM »

I love pixel art, but these past few months I've been avoiding playing games with it, so that probably won't be my first choice.

What I'm imagining is something more along the lines of 32bit if it were going to be pixel. even though I  love me some 16bit (and also 8bit) the more detail the better with some of these ideas that I am getting in my head. Or maybe the look of Shadow Complex would also be cool, a 3D world on a 2D plain
« Last Edit: May 25, 2012, 12:41:30 AM by ShinnyMetal » Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #9 on: May 25, 2012, 11:57:48 PM »

What I'm imagining is something more along the lines of 32bit if it were going to be pixel. even though I  love me some 16bit (and also 8bit) the more detail the better with some of these ideas that I am getting in my head. Or maybe the look of Shadow Complex would also be cool, a 3D world on a 2D plain

I was trying to imagine the game if it had 3D models and such, but I can't get a clear picture in my mind... And I wonder if it would end up as too much work, especially if the numbers of levels/traps/combos became big. Which is what I'm hoping for.  Grin

Day 3
Drunk programming!  Beer!

Worked on the shooting part, going on all 4 directions. I was pondering on whether I should let the player shoot freely with the mouse (Mario Portal), or just 4/8 directions, decided to stick with 4 directions for now.

Next step is improving it a bit, and creating portals when the bullets touch the walls.
Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #10 on: May 26, 2012, 11:21:39 PM »

Day 4:

Nothing really interesting, just more work on the shooting system, colliding with the walls.
Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #11 on: May 27, 2012, 10:46:23 PM »

Day 5:

Just a liiittle bit more work on the shooting part, creating portals now where bullets hit the walls. I was pondering on doing a simpler control scheme, with just one button to shoot that would change the position of the second-last portal you created, but I decided to just go with two buttons, one for the blue and another for the yellow portal. Shouldn't be too hard to change to one button if I decide so in the future. Smiley

Two more days and it's video time! Altough it won't be anything fancy... maybe I should add some particles.
Logged

ShinnyMetal
Level 0
**


I can makes musics!


View Profile Email
« Reply #12 on: May 27, 2012, 10:59:13 PM »

So it's purely portals? Instead of having guns and the abillity to create portal also?
Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #13 on: May 28, 2012, 11:29:41 PM »

So it's purely portals? Instead of having guns and the abillity to create portal also?

Good question. My idea was to only have the player shoot portals, and instead of having multiple guns I would make multiple ways to kill the enemy with different traps. I think I'm going to stick with that and see how it goes, but the idea of making a rocket launcher is really tempting.  Evil

Day 6:

-Rework on some classes. It's a prototype, but I felt the need to tidy up things a bit.
Logged

heitortsergent
Level 0
**


View Profile Email
« Reply #14 on: May 29, 2012, 09:58:48 PM »

Day 7:

-Added 2 different bullet textures, to differentiate between the blue and yellow portals.

Week 1 video: http://youtu.be/c4lthJ7CFxU

I also made a .zip of the Debug folder of the project, if anyone wants to give it a try. Since it's just the executable and not an installer, you probably need to have another game installed that uses XNA to run it: https://www.dropbox.com/s/le18e46h4z8v6t4/SPSWeek1.zip

Controls:
-Arrow keys: move
-Z: shoot blue portal
-X: shoot yellow portal
-Space: jump

Hold the arrow keys up/down/left/right and shoot to direct the portals.
Logged

Pages: [1] 2
Print
Jump to:  

Theme orange-lt created by panic