Skip to content

A small tool to fetch eve online sov map from Verite Rendition archive and generate a video with it

Notifications You must be signed in to change notification settings

Teddy34/sovscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sovscope

For years, Verite Rendition has been providing fantastic sov influence maps for Eve Online to track alliances influences over sov-nullsec area of New Eden. Here's a small tool to make videos out of it!

test

Install:

You should first install FFMPEG and check if it's available in the PATH.

Get the source code:

git clone https://github.com/Teddy34/sovscope.git
npm install

It runs on nodejs 4+. Classic install in the project folder

npm install

Configure:

All options can be set through the params.json file

  	"startDate":"20160401",
    "endDate": "20160429",
    "urlPrefix": "http://go-dl1.eve-files.com/media/corp/verite/",
    "inputFileExtension": "png",
    "dateFormat": "YYYYMMDD",
    "framerate": 7,
    "resolution": "1920x?",
    "outputExtension":"mp4",  
    "outputFileName":"video"
  • startDate and endDate can accept any ISO 8601 format. (if not provided: today)
  • urlPrefix matches sovmap archive (default: Verite Rendition)
  • inputFileExtension is sovmap files extension
  • dateFormat is sovmap files date format
  • framerate is the number of sovmap per second in your output video
  • resolution is the resolution from fluent-ffmpeg resolutions format. Examples: "640480", "640?", "50%"
  • outputExtension is the desired video format (as long as it's supported by FFMPEG)
  • outputFileName is the name of your video file.

Run:

node index.js

Your video file will hopefuly be created in output folder. Downloaded images are stored in your cache folder.

How to be on the map ?

To try Eve Online, here's a referral link to try Eve

Disclaimers

EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf. All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of CCP hf.

EVE Online/ CCP hf does not endorse, and is not in any way affiliated with this project

Thanks again to Verite Rendition.

About

A small tool to fetch eve online sov map from Verite Rendition archive and generate a video with it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published