illyriad
History
Towns
Ranking
Profile

TenScript

Human Male
Not affiliated with an Alliance
Human Male Character Portrait

I am the alt of Tensmoor and I exist mainly to help in testing how the various tools and pages created by Tensmoor work for small single town players that don't belong to an alliance. PLEASE - NO INVITES!

Unless I specifically ask in GC for res I don't need any so please don't send them.

This acct will always be an independent so please don't send me invites.

Now stop reading this and go have some fun :)

Tens

Illy Datafiles

The devs make a set of datafiles available for download by everyone that contain data relating to the game. Most of these are XML files but the world map file is text. While these are quite handy a certain degree of familiarity with processing them is needed to get the best from them. These files are updated once each day just after midnight Illy time.

I'm often asked 'can you use the files to...' and the answer is normally no - the files don't hold that sort of info. Below I've listed what is in each of the main datafiles.

World Map file

This is a huge text file with over 8 million lines each of which is a single tile on the map. At over 300mb trying to open this in your browser or word processor will probably crash it. Each line holds:

  • Tile ID
  • X
  • Y
  • Wood
  • Clay
  • Iron
  • Stone
  • Food
  • Terrain
  • Cbt Terrain
  • Region

Players

This is an XML file structured around the data for a single player.

  • id
  • name
  • alliance id
  • alliance role id
  • race id

Towns

An XML file holding data on each of the towns in Illy. For each town in the file a record holds:

  • location
    • x
    • y
    • terrain
    • combat terrain
  • player
    • id
    • name
    • alliance
      • id
      • name
      • ticker
      • tax rate
  • town data
    • id
    • name
    • founded
    • population
    • is capital
    • is alliance capital

Alliances

A rather complex XML file structures as shown below

  • id
  • name
  • founder id
  • alliance capital id
  • ticker
  • founded date/time
  • capital last moved
  • tax rate
  • tax rate last changed
  • member count
  • total population
  • roles - for each alliance role: id, name,heirarchy id.
  • relationships - for each relationship the alliance is involved in: proposed by alliance, accepted by alliance, type, established date/time.

You can find these files by doing a bit of a search in the forums.

Upgrading Durctools from v2 to v3

version 2 has been disabled as version 3 has been live for some time. There are numerous upgrades and bugfixes in the new version.

To install it:

  1. Click the Tampermonkey icon and disable v2 (not doing this will cause many errors)
  2. Got ot https://illystuff.uk/userscripts.html and click the Add button next to Durctools
  3. Follow the normal process for adding a userscript.
  4. The production data is not compatable between versions so you will need to visit the town production tab for each of your towns to upgrade them.

Have fun and let Tensmoor know if you have any problems.

Tens

Stats