Giter VIP home page Giter VIP logo

toolkit's Introduction

The Elite: Dangerous Immersion Toolkit

The The Elite: Dangerous Immersion Toolkit (EDIT) is an application that integrates with the Elite: Dangerous commander log and provides a way to have external actions trigger on events from the log.

Once started it looks for the current game log, a list of event methods are provided that do actions based on the events from the log. For example if we get the HeatWarning event we trigger our environmental effects set for it.

{ "timestamp":"2017-11-05T21:13:28Z", "event":"HeatWarning" }

It also provides a way to create environmental schemes for ambient light. Currently the app only ships with star colours, but could be extended to include things like star system economy types.

Currently the only implemented plugin is the Philips Hue light control. Features to be added:

  • Play sounds
  • Trigger Webhooks
  • Create streaming endpoints
  • Write to another file
  • Better API Endpoint and behind token based authentication
  • Better Docs!

Why create this tool

It started as an experiment with the Philips Hue API and integrating it into the game events. I started with an experiment using the light and triggering on certain events. Once I got this working I realised I could add other outputs from the app such as playing an additional sound, or triggering a webhook to a peripheral or network service.

This app is built on nodejs 8 and uses async/await through the code to achive a well structured layout in writing light recipies.

Installing

Currently the application is alpha software and not yet available via npm, or as a binary. You require node 8 to run this. After installing node you also need to run npm install -g windows-build-tools to install the required build tools. Once done you can clone the repo:

> git clone https://github.com/ed-it/toolkit.git ed-it
> cd ed-it
> npm install
> npm start

Once up and running you can go to http://localhost:12342/hubs and click "Manage Hubs". It will find all available hubs in the network. Select the one you want to use for the client. Next go to http://localhost:12342/settings and enter the username associated with your hub (docs on this soon!).

You also need to enter the location of you Elite: Dangerous logs. On Windows this is usually C:\Users\[username]\Documents\Save Games\Frontier Developments\Elite Dangerous.

Thanks to millstonebarn for the name suggestion.

toolkit's People

Contributors

tanepiper avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.