Archive for the “Community Tools” Category

Our team is working diligently on a wiki-style information source for everything Evony.  Visit it at evonypedia.com.   It is updated daily with dozens of artcles, pictures and videos.  There are quite a few video guides as well generously made by other game players than the writers of the wiki.

This wiki will be nothing without your contribution, so please go there and add articles or whatever knowledge you have so that other players can benefit from your wisdom!   Don’t worry about saying something wrong, our editor is obssessed with checking everything instead of sleeping at nights.  It’s true !   If you doubt it, I can post video logs with time stamps.   I will call him day and night on skype, and he’ll always be there to answer, fully awake, not even drinking coffee.  Though it’s a sure bet he’ll be munching on something like toast and Nuttela.

Comments Comments Off

In case you didn’t know, we have an Evony new server notification tool at Evonynet, which has been available for over two weeks.   While the Evony developers always find new ways to add servers which sadly at least some of us did not predict, the notifier is very mature.    In fact, it is so good that it will tell you about new servers days before they are even listed on the evony main site – sometimes before they are even active!   You will also get an e-mail when it goes active if it weren’t before.

Why should you care?  If you want to start up on top of everyone else, you can be one of the first few people joining the server – before all the hordes!   Be sure to read the evony theory crafting and startup guides at the evonynet wiki to get to the top most efficiently.

Comments Comments Off

Our evony social network is in the works, on the net, but not yet in beta.  Stay tuned for updates.  It should be released for preview next week!   Have a wish list besides the obvious?  Typical things you would have:

  • One login, multiple game profiles, one for each server you’re on.
  • Tell your friends about your cities and alliances.
  • Get the location and distance of your alliance members.
  • Forums.
  • Messages.
  • Recently updated friend status/photos/videos.
  • Evony news.

Comments Comments Off

I have written an evony map tool using the google maps api (please don’t try this at home, you will get injured. I’m a professional).   It will be released soon on evonynet.   The plan is to have players specify their city locations  and their alliance names and to show them where everyone is, with associated distances.   Let me know what you think about the idea, and what else you’d like to add to it.

Here are the resources I used for the buggy and poorly documented google maps api:

- http://code.google.com/apis/maps/documentation/ -  The official google maps api site, dah!  Use version two of the maps api.  As of this writing, version 3 does not support customizing your maps, and it has a huge api change.  Why would they release it at all?

- Beginning Google maps applications with PHP and AJAX – If you can’t bother buy that book, google books has enough free excerpts to make it worth your while!   It’s seems like a great book for google maps.

- http://econym.org.uk/gmap/ – despite how it looks it’s an awesome resource with lots of working examples you wouldn’t find anywhere else!

Pitfalls to watch out for (if you don’t know what I’m talking about ignore it):

- Even though the function GProjection.getWrapWidth(zoom) returns Infinity by default to indicate no wrapping, if you actually use that value Google will decide to play practical jokes on you as you zoom in or out.  Oh, did I mention you can’t debug the api properly since it fails on some obscure google code (with generic variable names like a, b, c).

- Google maps actually only support zoom x2, you can’t use any other zoom!  That’s because when you zoom in, google magnifies the current map by 2 and then fades to the loaded new map.

- Well documented bug: you need 18 levels of zoom to get polylines working with google maps.  You basically need a map as detailed as the satellite map google has to get 2^18 resolution.   Evony has 8 levels – I can show you the math.  Seriously, I’ve done it.  I just don’t want to bore myself to death by copying it here.  I fell asleep 4 times just writing it out – it’s barely grade 2 equations.

- Evony map is not square, a google map tile is.  So when you zoom out to one square you have to use png transparency.

- Did you know that you can write scripts for photoshop?  There is a cool script for cutting a map to general google map tiles!  I’m sure it’s in my 3rd link somewhere, I’m just too lazy to post it here, sorry!  Don’t hate me please.  Write if you’re desparate and I’ll send it to you.  I might even post the link here.

Comments 2 Comments »