GE-Games! What do you think?

Questions, comments and discussion about the Game Editor development.

What do you think about this?

That would be great!
33
97%
I don't mind.
1
3%
No, you are just copying YoYoGames!
0
No votes
 
Total votes : 34

Re: GE-Games! What do you think?

Postby jimmynewguy » Sun Jun 14, 2009 8:40 pm

i'm (by the way) trying mysql but i really need to know if there's something i can start doing now. I'm kinda bored and when i get bored i work harder, so anything i can start working on would be great, even site layout, i just need to know what to do, or what tool would i need for the site layout? Cuz i really want to see this get-a-going thanx
Working on a probably too ambitious project! Wild-west-adventure-RPG-shooter-thing.
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Re: GE-Games! What do you think?

Postby jimmynewguy » Sun Jun 14, 2009 9:27 pm

i followed a tutorial on logins for mysql and php, but i don't know what to use to make .php's so i made them with note pad and saved them as .php's so you know what to put in the correct .php can you check if these work? Thanx :)

Read the readme please!!
Attachments
GE_GAMES.zip
READ THE README
(4.73 KiB) Downloaded 343 times
Working on a probably too ambitious project! Wild-west-adventure-RPG-shooter-thing.
User avatar
jimmynewguy
 
Posts: 1137
Joined: Sat Mar 31, 2007 6:27 pm
Score: 89 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Mon Jun 15, 2009 12:49 pm

jimmynewguy wrote:http://www.whenpenguinsattack.com/2006/10/31/storing-passwords-in-php-5/
http://phpsec.org/articles/2005/password-hashing.html

i think the second one is 10* better though so check it out first :)

Thank you very much for those links.

jimmynewguy wrote:i followed a tutorial on logins for mysql and php, but i don't know what to use to make .php's so i made them with note pad and saved them as .php's so you know what to put in the correct .php can you check if these work? Thanx :)

Read the readme please!!

Well, some of the php code is even a bit unknown to me :(. However I think everything that is done there I now already can write myself. I've learned MySQL :).

jimmynewguy wrote:i'm (by the way) trying mysql but i really need to know if there's something i can start doing now. I'm kinda bored and when i get bored i work harder, so anything i can start working on would be great, even site layout, i just need to know what to do, or what tool would i need for the site layout? Cuz i really want to see this get-a-going thanx

I decided to do most of the php and sql parts myself, but if there's anybody else who can sql (such as you maybe), then it would help me when I get problems somewhere, because I'm not very experienced in MySQL.
If you can (learn) HTML and CSS, you could help designing the pages. If so, I will tell you later what to do. In addition, it would be cool if somebody here is quite experienced at JavaScript, because I don't really get it.
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Mon Jun 15, 2009 1:04 pm

Kalladdolf wrote:As for buttons, here's two that would rather match our style:
button1.png

button2.png

It's my impression it should be silver since GE sort of is.

I've done a dynamic php image where I can put any text on the buttons. But I'm not sure about the font and colors, so can anybody give me some tips?
Image
Image pressed
Image
And I know the text isn't really centered, but I will fix it.

In addition, if anybody knows how I get the background transperency in php, please tell.
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: GE-Games! What do you think?

Postby DST » Fri Jun 19, 2009 12:41 am

The color should be determined by the rest of the site. Only some colors fit with other colors.

You notice how there are almost no orange, purple, or brown websites? Its not just because of what looks good;

Its because they rely on compound colors. Compound colors require more than one rgb component to achieve; therefore, websites in those colors won't look the same from monitor to monitor because all monitors are different.

In this forum, the background is a bright blue, which, while a compound color itself, its not dependant upon that. If you turned all the red out of your monitor, you'd still be able to use this site.

Take all the red out of your monitor while looking at a deep purple site, and you will not be able to use it.

Perhpaps this is why so many websites center around white, black or grey. Since monitors usually have brightness/contrast accessible, people can easily adjust for that (like trying to look at my superdark site). A laptop can be brightened by taking it into a dark room.

But when the colors are off, the average person doesn't know how to correct them. So most web designers simply stay away from 'iffy' colors. Brown is by far the worst of all of these, as its a combination of all three colors.



As a side note, those pill shaped buttons look really good; I don't know what backdrop they will end up against but they look nice as they are.

As another side note, your comze site has an oxblood link color against green text; what this says is 'here's a link, but i'm not that thrilled with it." I've made more than a few websites, and i can tell you, that if you don't present your links like they're awesome, we'll assume they aren't. Links ideally should pop against text, whether by being brighter (i. e. yellow links against green text) or by being more saturated (the standard blue links against black text). Just a suggestion. :P
It's easier to be clever than it is to be kind.
http://www.lostsynapse.com
http://www.dstgames.com
User avatar
DST
 
Posts: 1117
Joined: Sun Apr 15, 2007 5:36 pm
Location: 20 minutes into the future
Score: 151 Give a positive score

Re: GE-Games! What do you think?

Postby Kalladdolf » Fri Jun 19, 2009 8:51 am

With DST's suggestion(s) in my mind, I thought it would be cooler (probably) to let GEgames have a simliar design as this forum.
Now, asmodeus, with that dynamic text, I think it would probably look better if we had our own text on the buttons.
That way it can also look much fancier.
Here's what I mean:
button_home1.png
normal
button_home1.png (9.6 KiB) Viewed 3270 times

button_home2.png
pressed
button_home2.png (9.99 KiB) Viewed 3270 times


I still have the source files for those, so I can add any text with any autofill you request.

EDIT: Though the background is transparent on these, I realize there are black lines around them. I'll fix that when you want more.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Fri Jun 19, 2009 12:53 pm

Kalladdolf wrote:I still have the source files for those, so I can add any text with any autofill you request.

What kind of source is that? PHP or an image file?
Last edited by asmodeus on Fri Jun 19, 2009 3:00 pm, edited 1 time in total.
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: GE-Games! What do you think?

Postby Kalladdolf » Fri Jun 19, 2009 1:16 pm

No, I mean for the image(s). It's a GIMP .xcf file.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Fri Jun 19, 2009 3:00 pm

Kalladdolf wrote:No, I mean for the image(s). It's a GIMP .xcf file.

Could I have that xcf file?
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: GE-Games! What do you think?

Postby Kalladdolf » Fri Jun 19, 2009 3:03 pm

That file in itself isn't complete.
In order to still be able to edit the text, you can't fill the object. It would be hard to explain these steps to you right now.
I guess the best thing to do, tell me what buttons you need and I'll take care of the rest.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Fri Jun 19, 2009 3:08 pm

Kalladdolf wrote:That file in itself isn't complete.
In order to still be able to edit the text, you can't fill the object. It would be hard to explain these steps to you right now.
I guess the best thing to do, tell me what buttons you need and I'll take care of the rest.

Okay, I will do that. At the moment my keyboard of my laptop (where I have my data) doesn't work so I currently can't go on working on GE-Games.
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: GE-Games! What do you think?

Postby Kalladdolf » Fri Jun 19, 2009 3:15 pm

That's bad! I wish it recovers soon XD
Try connecting a USB keyboard to it (if you have one).
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: GE-Games! What do you think?

Postby Kalladdolf » Fri Jun 19, 2009 3:37 pm

Oh, and I had another idea for the main navigation buttons.
What about this shape?
home.png
Home
home.png (4.73 KiB) Viewed 3256 times

home_highlited.png
Home; highlighted
home_highlited.png (4.12 KiB) Viewed 3256 times

home_pressed.png
Home; pressed
home_pressed.png (3.49 KiB) Viewed 3256 times
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Fri Jun 19, 2009 4:33 pm

Kalladdolf wrote:Oh, and I had another idea for the main navigation buttons.
What about this shape?
home.png

home_highlited.png

home_pressed.png

Yeah, maybe we should try to design GE-Games more futuristic ^^.
User avatar
asmodeus
 
Posts: 483
Joined: Thu Oct 11, 2007 5:04 pm
Location: Germany
Score: 43 Give a positive score

Re: GE-Games! What do you think?

Postby Kalladdolf » Fri Jun 19, 2009 4:35 pm

Well, we can start by using those buttons. I made them.
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest