dill

Joined: 19th Jul 2011
Posts: 430
Eo Replica
Hello Fellow members of Eoserv, Today i Bring to you A program i made That prob Will not get Worked on alot, Its called Eo-replica, Im trying to make a copy of Eo By myself, With the graphics ,etc. i
hope this project will get finished in the future, Anyways i need some feedback, All i finished was, login, And it goes to game, I will be adding, Create Account Sooner or later, Anyways here :
Download :
about:blank
if that doesnt work, Use this
http://www.mediafire.com/?ke98da7o1ankwe3
Good day
14 years, 7 weeks ago
|
Re: Eo Replica
Nice work, Had a look and runs smooth. Like to see more work done, If this will be open Source thats even better.
+1
14 years, 7 weeks ago
|
DanScott

Joined: 19th Aug 2010
Posts: 1212
Re: Eo Replica
Okay so,
Positives:
- You've actually tried to use the graphics from EO so it does kinda look the same.
Negatives:
- The buttons on the home menu aren't all present
- The buttons for logging in aren't using the EO graphics
- On login the previous form doesn't hide (onClick event previousform.hide newform.show) -- it'd be even better if you could handle it within one form.
- The text box after the login screen stands out way too much, try to do some formatting on it so that it looks relatively like EO :P
Aside from that it's not a bad attempt at a windows form app... However I think making an Endless Online Clone is a lot beyond your capabilities.. Not to put you down but it is a lot of work especially
maprendering.. Ask anyone that's handled a client clone project before, I'm sure they'd agree.. Start off small, and build up. That's my advice anyway.
---
If money doesn't grow on trees, then why do banks have branches?
14 years, 7 weeks ago
|
Re: Eo Replica
A tip. If you want to handle it in one form. Use user controls for the "forms" and use the main form to parent them.
Dim NewForm as UserControl1 = new UserControl1()
Form1.Controls.Add(NewForm)
NewForm.Show()
---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
14 years, 7 weeks ago
|
dill

Joined: 19th Jul 2011
Posts: 430
Re: Eo Replica
Thanks Guys :D, Maybe It will be beyond my capabilites, But i Will keep trying! If i ever finish this probably be open source,
Dubstepmagic. Anywho thanks for the Recomennds guys!
14 years, 7 weeks ago
| | | | |