Page 1 of 2

Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 2:51 pm
by Hblade
Alrighty guys this is such a cool idea!

We should get together and make something like, the player is completely customizable, and the day/night system is read by the time of your computer. Anyway, using DropBox for patching files, you can make special events that happen on certian dates, and special items and everything! Prettymuch making for an infinity growing 2D world. The player will be able to customize his/her player fully with billions of hair styles, clothing, weapons, and everything!

I got this idea while watching .hack// lol

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 3:06 pm
by Game A Gogo
I might join when I got more free time! (When I'm done P2040)

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 4:15 pm
by Hblade
I cant even begin to work on this right now, lol

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 4:58 pm
by MrJolteon
Overworld RPG or platformer? If overworld RPG, I can provide character parts/bodies
And as for the day/night system: make a canvas actor read the system time and then tint the screen eg.:
Code: Select all
if(hour.textNumber >= 16)
{
     erase(255,100,0,1.7);
}
if(hour.textNumber >= 20)
{
    erase(0,0,255,1.7);
}
if(hour.textNumber >= 04)
{
    erase(same as the first part);
}
if(hour.textNumber >= 10)
{
    erase(0,0,0,1);
}

How does that sound?

Btw: I typed that code, didn't copy and paste from ge

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 5:14 pm
by lcl
Cool idea! :D Tell me if you start it someday, I'd like to work with it!! :D

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 5:24 pm
by Bee-Ant
:wink:

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 9:32 pm
by Scorpion50o1
:O very interesting i think i would like to help with this :)

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Jul 25, 2010 9:52 pm
by Hblade
Thing is I'm not sure when I can start it xD But if you guys want you all can go ahead and start o.o

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Mon Jul 26, 2010 11:04 am
by poopbrigade
W0w
██___█_█___█▀▀__████
█_█__█____,█_____█▄▄█
█__█_█_█__.█_____█
█___██_█___.█▄▄__███

!!!!!
too bad I can't help only Ideas item names, if posible pixel art monsters.
is this 2d 3d?

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Mon Jul 26, 2010 2:21 pm
by Hblade
hehe, items can help a lot ^.^

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Mon Jul 26, 2010 3:18 pm
by MrJolteon
I know what the first weapon you get can be: A simple stick you find lying on the ground

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Mon Jul 26, 2010 4:19 pm
by Hblade
sounds cool xD This could be a GE Comunity game :3

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Aug 01, 2010 9:00 am
by MrJolteon
Here's some parts
Character parts.rar
(72.35 KiB) Downloaded 94 times

There's not many:
2 skins
2 shoes
1 pants
6 other
5 hats
19 hairstyles
7 full-bodies(armors'n'stuff)
1 eyes
or 43 different parts
^.^

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Aug 01, 2010 10:34 am
by MrJolteon
Here's a Day/Night demo with a panorama picture that changes throughout the day(read the text in the demo for more information)

Re: Most awesome idea ever... I cant do it alone :o

PostPosted: Sun Aug 01, 2010 11:48 am
by savvy
i could help with this, i also have an idea
you know you can load an image file into GE using code, we could make it so that you could do that, change the actual Bitmap or png to change your character as well as being able to change paarts normally.