ccpgames/alliance-converter

Name: alliance-converter

Owner: CCP Games

Description: Converts alliance tournament data from crest endpoints to Eveprobe scenefiles

Created: 2015-06-08 11:25:16.0

Updated: 2016-12-08 18:22:08.0

Pushed: 2015-07-27 12:59:29.0

Homepage: null

Size: 148

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

alliance-converter

Extract and convert match data from public-crest endpoints. This could enable determined probe users to create their own animated scenes, based on alliance tournament matches.

How to use it

The script takes two parameters

  1. The base-url to the tournament match, such as http://public-crest-sisi.testeveonline.com/tournaments/4/series/120/matches/0/
  2. The path to your eve probe res folder, usually C:\ProgramData\CCP\EVE\SharedCache\probe\res
on main.py https://public-crest.eveonline.com/tournaments/4/series/120/matches/0/ C:\ProgramData\CCP\EVE\SharedCache\probe\res

This would create the following files under C:\ProgramData\CCP\EVE\SharedCache\probe\res:
curves\THE R0NIN vs The Tuskers Co..red
sequences\THE R0NIN vs The Tuskers Co..yaml

The .yaml file is an EveProbe scene file, but the .red file contains the curves that each actor follows.

The script can also take an optional -f parameter in order to have the camera follow a particular actor. The number used to specify which actor to follow is the ObjectId, and it can be found by digging through either the CREST data or the generated scene file.

on main.py https://public-crest.eveonline.com/tournaments/4/series/120/matches/0/ C:\ProgramData\CCP\EVE\SharedCache\probe\res -f 1015849493628 

Notes


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.