Anyone want to work together? (Cancelled)

Talk about making games.

Re: Anyone want to work together?

Postby SuperSonic » Sat Dec 24, 2011 2:45 pm

phyzix5761 wrote:Master has attached a preliminary character. We can work on shading it and adding some detail to it.

You mean like this? :D
Image
A tree never hits an automobile except in self-defence.

Want to use your joystick or controller with Game Editor? Check out my controller engine =D
User avatar
SuperSonic
 
Posts: 1443
Joined: Fri Sep 24, 2010 9:24 pm
Location: Anywhere
Score: 72 Give a positive score

Re: Anyone want to work together?

Postby phyzix5761 » Sat Dec 24, 2011 4:05 pm

Yes that is looking great. I think he needs more detail in the body area and the black outline needs to be changed to something more natural like the monk. I'll see if I can work on him today.
phyzix5761
 
Posts: 261
Joined: Sun Feb 27, 2011 4:28 am
Score: 18 Give a positive score

Re: Anyone want to work together?

Postby AltruismIsDead » Sat Dec 24, 2011 5:40 pm

Here's my info

Name: AltruismIsDead
Abilities: I suck at programming, but I've been working on graphic design for quite sometime.
Ideas for potential game(s): Too many
Links to game(s) or program(s) you have made: Only thing I really have up at the moment was my "Game Demo" test:

http://www.youtube.com/watch?v=03AMooXE9bs

As mentioned before, I suck at programming at the moment, and that was made back in February within a day or so. Also while making that I didn't really sign up/use these forums to learn more about GE, just sort of slapped it together on the go.
User avatar
AltruismIsDead
 
Posts: 38
Joined: Mon Sep 19, 2011 10:55 am
Location: Milwaukee, WI
Score: 6 Give a positive score

Re: Anyone want to work together?

Postby phyzix5761 » Sat Dec 24, 2011 8:32 pm

Welcome to the team. Your art looks great. I am looking forwards to seeing some level and character designs from you.
phyzix5761
 
Posts: 261
Joined: Sun Feb 27, 2011 4:28 am
Score: 18 Give a positive score

Re: Anyone want to work together?

Postby master0500 » Sat Dec 24, 2011 10:40 pm

AltruismIsDead wrote:Links to game(s) or program(s) you have made: Only thing I really have up at the moment was my "Game Demo" test:

http://www.youtube.com/watch?v=03AMooXE9bs

thats freeky

i think we'll also need someone to do music
master0500
 
Posts: 409
Joined: Sun Jun 26, 2011 9:42 pm
Score: 27 Give a positive score

Re: Anyone want to work together?

Postby master0500 » Sun Dec 25, 2011 6:04 am

more chars
+ updated anger
/http://picpaste.com/anger.png //anger
http://picpaste.com/greed.png //greed
http://picpaste.com/delution.png //delution
Last edited by master0500 on Sun Dec 25, 2011 8:35 pm, edited 1 time in total.
master0500
 
Posts: 409
Joined: Sun Jun 26, 2011 9:42 pm
Score: 27 Give a positive score

Re: Anyone want to work together?

Postby phyzix5761 » Sun Dec 25, 2011 6:31 am

Altruism reworked the monk and came up with some beautiful renditions. He is still working on the animations but they look great so far.

Link to new monk:
http://www.altgc.com/monk.zip

I did the coding for walking and jumping.
Below is a link for tonight's build:
http://cl.ly/113o272q2x1b3101421i



When working with code let's keep it as uniform as possible. Name variables as follows:

(Notice how the first word is in small letters and the subsequent words are capitalized.)
int exampleVariable;
double thisIsADouble;

Write the majority (if not all) of your coding as functions with descriptive names:

void monkControl()
{
}

Also, use the standard computer programming spacing when writing code:

if(x==1)
{
(indent here)x = 17;
}

When working with images please save at highest resolution and document format should be .png.

Any questions let me know.
Last edited by phyzix5761 on Sun Dec 25, 2011 6:44 am, edited 1 time in total.
phyzix5761
 
Posts: 261
Joined: Sun Feb 27, 2011 4:28 am
Score: 18 Give a positive score

Re: Anyone want to work together?

Postby AltruismIsDead » Sun Dec 25, 2011 6:41 am

Here's some more walking animations for the Monk and a screen shot.

http://www.altgc.com/monk002.zip
Attachments
Screen.png
User avatar
AltruismIsDead
 
Posts: 38
Joined: Mon Sep 19, 2011 10:55 am
Location: Milwaukee, WI
Score: 6 Give a positive score

Re: Anyone want to work together?

Postby phyzix5761 » Mon Dec 26, 2011 2:29 am

Tonight's build: http://cl.ly/0c1y1S0E2L3J0g2d3G3r

-Finished adding animations and coding for walking
-Changed walking scheme to velocity based so there is a slight sliding at the end of the walk
-Increased walking speed slightly


The following Art needs to be done.

-Jumping animation for both left and right sides
-First level art
-First level NPC design
-Greed, Anger, and Delusion to be further developed and animated
phyzix5761
 
Posts: 261
Joined: Sun Feb 27, 2011 4:28 am
Score: 18 Give a positive score

Re: Anyone want to work together?

Postby master0500 » Mon Dec 26, 2011 3:37 am

made some npc's for lv1
Image <<the sick mother
Image << elderly
Image << dead/ wasn't sure how she died so i assumed murder

ImagegreedImagedelutionImageanger <<the 3 poisons
master0500
 
Posts: 409
Joined: Sun Jun 26, 2011 9:42 pm
Score: 27 Give a positive score

Re: Anyone want to work together?

Postby phyzix5761 » Mon Dec 26, 2011 5:31 am

I like those sprites a lot! Especially the old man. He's funny. Great job!
phyzix5761
 
Posts: 261
Joined: Sun Feb 27, 2011 4:28 am
Score: 18 Give a positive score

Re: Anyone want to work together?

Postby master0500 » Mon Dec 26, 2011 6:53 am

phyzix5761 wrote:I like those sprites a lot! Especially the old man. He's funny. Great job!

the blue phoenix says: thanks mate
master0500
 
Posts: 409
Joined: Sun Jun 26, 2011 9:42 pm
Score: 27 Give a positive score

Re: Anyone want to work together?

Postby SuperSonic » Mon Dec 26, 2011 3:22 pm

Is there any such thing as a blue phoenix? :P

Anyways, how are we going to do the level loading? :)
A tree never hits an automobile except in self-defence.

Want to use your joystick or controller with Game Editor? Check out my controller engine =D
User avatar
SuperSonic
 
Posts: 1443
Joined: Fri Sep 24, 2010 9:24 pm
Location: Anywhere
Score: 72 Give a positive score

Re: Anyone want to work together?

Postby phyzix5761 » Mon Dec 26, 2011 7:41 pm

Blue Phoenix:
http://fc03.deviantart.net/fs45/i/2009/ ... ghtyOz.jpg

As far as the level loading goes, there will be a world map or level selector screen. After you select the level, variables and actors can be loaded through a function. The function can create a loading screen that shows a progress bar. The progress bar receives data from the function based on how many actors and variables have been created already. After the level loads the loading screen actor can be destroyed.
phyzix5761
 
Posts: 261
Joined: Sun Feb 27, 2011 4:28 am
Score: 18 Give a positive score

Re: Anyone want to work together?

Postby schnellboot » Mon Dec 26, 2011 7:52 pm

I want to work together as programmer if you like :)
schnellboot
 
Posts: 819
Joined: Sat Mar 31, 2007 1:35 pm
Location: Germany
Score: 102 Give a positive score

PreviousNext

Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest

cron