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 asmodeus » Mon Apr 06, 2009 9:46 pm

DocRabbit wrote:Here is some new graphics for the featured banner if you want to use them. As far as the stars go, given the size, your's look fine to me. Don't see anyway they could be improved at that size.
featured-example.png

Hey, I was thinking of another text. Could anyone make such an image with the text "Excellent" with a yellow background?
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 jimmynewguy » Mon Apr 06, 2009 11:08 pm

if you want to make cool buttons, or animated text.....

http://cooltext.com/

is amazing, the buttons look professional :)

edit: lik-a-so
Attachments
cooltext418523220MouseOver.png
cooltext418523220.png
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 Apr 06, 2009 11:12 pm

jimmynewguy wrote:if you want to make cool buttons, or animated text.....

http://cooltext.com/

is amazing, the buttons look professional :)

Thanks for the site. But I think it would be also good, if I would have button "templates", and with PHP I could draw the text on the buttons. So I won't have to create a new button. But though thanks.
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 Apr 06, 2009 11:17 pm

Here is also a good website for such stuff: http://www.grsites.com/
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 jimmynewguy » Mon Apr 06, 2009 11:58 pm

oh by the way, is there an estimated release date? cuz i can't wait :) this will make me(and hopefully others) encouraged to make more games :P
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 » Tue Apr 07, 2009 11:28 am

jimmynewguy wrote:oh by the way, is there an estimated release date? cuz i can't wait :) this will make me(and hopefully others) encouraged to make more games :P

Sorry, there isn't any date. And the current process is a secret :twisted: (the process mentioned in my first post isn't up-to-date).
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 » Tue Apr 07, 2009 11:32 am

Here are just some questions about passwords, maybe you could give me some tips:
-Should the passwords be stored on the server encrypted?
-Or better: Should the password be encrypted on the user's PC, e.g. by Javascript?
I don't know much about internet, so I'm not sure how the password would be sent to the server. I hope you can give me some advice.
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 » Tue Apr 07, 2009 2:26 pm

If you're talking about user's password for logging in, posting, changing settings etc. , how is it usually done? Because I have no idea. (lol)
As for buttons, here's two that would rather match our style:
button1.png
normal

button2.png
pressed

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

EDIT: Help! I just realized those are way too huge!
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 » Tue Apr 07, 2009 2:49 pm

Kalladdolf wrote:If you're talking about user's password for logging in, posting, changing settings etc. , how is it usually done? Because I have no idea. (lol)

I just use something like this (HTML):
Code: Select all
<form action="next.php" method="post">
password: <input type="password" name="password">
<input type="submit" value="Submit">
</form>

I'm not sure whether anybody could find out what is sent and whether it is sent as the user's password, and not encrypted anyhow. Maybe I should do there something for the security, but maybe it isn't necessary to do more as there usually is. I have no clue.
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 DocRabbit » Wed Apr 08, 2009 2:58 pm

Graphic for Excellent banner, same three sizes at the featured. Enjoy!
excellent.png
excellent.png (7.81 KiB) Viewed 2523 times
Attachments
newexcellent.zip
(20.76 KiB) Downloaded 154 times
User avatar
DocRabbit
 
Posts: 114
Joined: Fri Oct 27, 2006 2:56 am
Score: 10 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Wed Apr 08, 2009 6:08 pm

DocRabbit wrote:Graphic for Excellent banner, same three sizes at the featured. Enjoy!
excellent.png

Thanks! That looks great!
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 DocRabbit » Wed Apr 08, 2009 8:12 pm

You're Welcome. Here is a link for questions about using password that describes using php and mysql. This can be implemented on a page per page basis, making certain pages only viewable by users with a login and password, also shows how to log them.http://www.php-scripts.com/php_diary/071300.php3
User avatar
DocRabbit
 
Posts: 114
Joined: Fri Oct 27, 2006 2:56 am
Score: 10 Give a positive score

Re: GE-Games! What do you think?

Postby BlarghNRawr » Sun Apr 19, 2009 4:17 pm

oh, i forgot about this...
it still sounds great :)
now i wanna finish my games xD
Download Game Music
current projects:
Bold! ?% Started mechanics
Unnamed puzzle game 60% --i need a name!--
User avatar
BlarghNRawr
 
Posts: 767
Joined: Wed Jun 25, 2008 12:36 am
Location: Not using G-E anymore. Now using Source SDK.
Score: 27 Give a positive score

Re: GE-Games! What do you think?

Postby asmodeus » Sun Apr 19, 2009 7:20 pm

Could anyone make me html templates and css styles? I currently don't feel like working on that project, but it would help if I mainly only have to write something in php. I will put the needed formulas, links and such there myself. What I need there is about:
-Place for register, login, logout etc.
-Place for share/submit, play etc.
-Place for admin links (e.g. global settings)
-Place for the main content of the page
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 Caaz Games » Sat Apr 25, 2009 3:59 am

asmodeus wrote:Could anyone make me html templates and css styles? I currently don't feel like working on that project, but it would help if I mainly only have to write something in php. I will put the needed formulas, links and such there myself. What I need there is about:
-Place for register, login, logout etc.
-Place for share/submit, play etc.
-Place for admin links (e.g. global settings)
-Place for the main content of the page

I could make a layout... i think, i don't know i haven't in a while... i don't know about codes for admins or sharing... but i think can make the place for them to go...don't get your hopes high...
You are welcome to join my forum. 4 active members lol but it's a cool place. active... much talking :D it's fun!
http://caaz.freeforums.org/
User avatar
Caaz Games
 
Posts: 729
Joined: Wed Feb 14, 2007 9:09 am
Location: California....knows how to party!
Score: 25 Give a positive score

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest