Create a ship

A place where you can chat about anything that isn't to do with games!
User avatar
Gungriffon Geona
Posts: 583
Joined: Mon Jul 03, 2006 4:24 pm
Contact:

Post by Gungriffon Geona »

Image

in all honesty I don't like this thing much, but it's kinda neat atleast.I don't think I even used the white on the pallete for it either.

EDIT: fixed most of the issues I had with it, it's quite frankly much better, and now i actually like it.
Last edited by Gungriffon Geona on Fri Dec 05, 2008 8:14 pm, edited 1 time in total.
Image
FLYING CARS WITH CRAB CLAWS
User avatar
CMoon
Posts: 6207
Joined: Tue Jan 25, 2005 10:28 pm

Post by CMoon »

Necronopticous wrote:
Taylor wrote:Image
Oh shit!
Is that the loli riding the teddy bear?

Edit: in a blue cat suit???
Randorama wrote:ban CMoon for being a closet Jerry Falwell cockmonster/Ann Coulter fan, Nijska a bronie (ack! The horror!), and Ed Oscuro being unable to post 100-word arguments without writing 3-pages posts.
Eugenics: you know it's right!
SHMUP sale page.
User avatar
Taylor
Posts: 1002
Joined: Thu Jul 03, 2008 11:35 pm

Post by Taylor »

Yeah, that's what I was going for.
User avatar
landshark
Posts: 2156
Joined: Wed Jan 26, 2005 5:27 am
Location: Chicago 'Burbs

Post by landshark »

Herr Schatten wrote:My contribution.
Image
Holy crap that looks good. Nice job herr Schatten.

This is one of my favorite threads in a long time.
Image
SiKrAiKeN: While I don't think everyone here -is- a Ninja Turtle, I DO believe everyone here has the potential to be a Ninja Turtle. No doubt.
User avatar
The Coop
Posts: 2944
Joined: Wed Mar 01, 2006 2:57 am
Location: Outskirts of B.F.E.

Post by The Coop »

Finally got a few minutes away from working to make a second ship. I think it turned out better than my first one...

Image

Image
User avatar
nem
Posts: 934
Joined: Wed Feb 16, 2005 8:26 am

Post by nem »

There's some really good stuff in here. These all seem like protagonists' ships, though, anyone up for doing enemy sprites?

If there are enough participants, maybe one of the many devs on this board would be interested in whipping up a quick game based on all the sprites. Visually it might be a bit eclectic, but then again we could have a set palette and screen resolution (and orientation for that matter) to make it more unified.
User avatar
Lordstar
Posts: 3785
Joined: Thu Apr 26, 2007 4:53 pm
Location: Liverpool,UK
Contact:

Post by Lordstar »

shmups.com the game :lol:

all the ships bullet patterns enemies game content created by members of shmups.com
Follow me on twitter for tees and my ramblings @karoshidrop
shmups members can purchase here http://shmups.system11.org/viewtopic.php?f=4&t=21158
User avatar
Pixel_Outlaw
Posts: 2646
Joined: Sun Mar 26, 2006 3:27 am

Post by Pixel_Outlaw »

nem wrote:There's some really good stuff in here. These all seem like protagonists' ships, though, anyone up for doing enemy sprites?
Just rotate them 180 degrees then flip horizontally depending on the light direction.
Some of the best shmups don't actually end in a vowel.
No, this game is not Space Invaders.
User avatar
lilmanjs
Posts: 1573
Joined: Fri Oct 10, 2008 12:36 am
Location: Lawrence, Kansas

Post by lilmanjs »

I could really see some of you guys making shmups in the future.
User avatar
Pixel_Outlaw
Posts: 2646
Joined: Sun Mar 26, 2006 3:27 am

Post by Pixel_Outlaw »

I think a good progression into shmup making goes as follows.

1. Play the "canon" of classics and then play the newer games
2. Try to emulate some artistic skills while developing a solid style, they will make you really want to put something together. It is really very frustrating to see your sprites and wish for a game. Pixel art drove me to make games.
3. Start slowly with programming and get your land legs first. It REALLY helps if you know somebody that makes shmups so you can learn as you work on a very simple mini game type shmup/
4. Accept failures and learn from them while creating games.
5. Build on success and try to find some small points of it even in your failures. If you even touch a compiler consider yourself ahead of 99 % of people.
5. Let your passion for the genre push your effort. If you are only casually interested your game will reflect it-see "Euroshmup" defined.

I'm not the best programmer in the world but I have made a handful of shmups. They key is in not taking on a large game early on if you are a lone developer. Your first task is to learn the language then get a couple of simple ship objects on screen doing collision checks with bullets.

A template I would suggest for the early shmup developer:

1 Create an enemy that fires bullets on a timer
2 Have that type of enemy spawn randomly along the edge of the screen
3 Make sure you have a bullet type for both the player and the enemy
4 Let the player have a ship that may fire and also check for enemy bullets colliding. When they collide remove a life ending the game if there are less than 1 life left.
5 have the enemy increase score upon colliding with a player shot

You now have a very small but complete shmup.

There you have a complete shmup in about 4 or so object types.
1 a player object type
2 an enemy object type
3 a player shot type
4 an enemy shot type

The nice thing about shmups is they make a great first lesson for teaching game programming.


Sorry to derail my own topic. Like I said shmup art may eventually lead you to programming them.
Some of the best shmups don't actually end in a vowel.
No, this game is not Space Invaders.
Post Reply