Wiki

Clone wiki

EVEMon / CreatingDataFiles

As of some time ago EVEMon data files generation got independent from external factors (a.k.a Zofu’'s database dumps, at this point we like to thank him again for his long time support). EVEMon can now generate any needed data files on its own by using the XmlGenerator tool (thanks to Richard Slater).

In order to generate any data file (currently they are 7 i.e. properties, items, skills, certificates, blueprints, geography, reprocessing), you need to have MSSQL Server or MSSQL Server Express setup on your machine. The created SQL Server instance has to be under /SQLExpress and the created database, from CCP’s static data dump (SDD) backup, has to be named EveStaticData.

Updated