Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmachens/trophy-hunter-legacy

[deprecated] Overwolf app for League of Legends
https://github.com/lmachens/trophy-hunter-legacy

game-development league-of-legends leagueoflegends material-ui meteorjs nextjs overwolf react

Last synced: 3 months ago
JSON representation

[deprecated] Overwolf app for League of Legends

Awesome Lists containing this project

README

        

__This version of Trophy Hunter is not supported anymore. Go to [Trophy Hunter](https://github.com/lmachens/trophy-hunter) for the new version.__

Trophy Hunter

# Trophy Hunter

Earn trophies while playing League of Legends, view information about your teammates and opponents and meet other hunters to play with.

[Trophy Hunter](https://th.gl/) is a League of Legends app for [Overwolf](https://www.overwolf.com/).

## Table of content

- [Download](#download)
- [Features](#features)
- [Overlay](#overlay)
- [Main](#main)
- [Develop](#develop)
- [App](#app)
- [Contribute](#contribute)

## Download

You can download the app from the [Overwolf App Store](https://www.overwolf.com/app/trophy_hunter-trophy_hunter).

## Features

- Rich stats for opponents and teammates including rank, KDA, accuracy and more
- Build Guide - not sure what is the best build for you? Trophy Hunter will - guide you in-game
- Forget Alt-Tab! Use this app as a smart overlay in-game
- The best part! You can earn League of Legends trophies and redeem as RP!

More details [here](https://play.overwolf.com/trophy-hunter/).

### Overlay


Overlay Screenshot

### Main


Main Screenshot

## Develop

Clone this project with activated symlink support on Windows with `git clone -c core.symlinks=true [email protected]:lmachens/trophy-hunter.git`.

### App

Please follow the instructions on [Overwolf Developer](http://developers.overwolf.com/documentation/odk-2-0-introduction/creating-your-first-app/) to get white listed and sign up on [Riot Developer](https://developer.riotgames.com/) for the Riot API key. Without these requirements, you can only use core features in your Browser.

1. Install [MongoDB](https://www.mongodb.com/de/download-center) and run it on port 27017
1. Install [Meteor](https://www.meteor.com/install)
1. Install dependencies with `yarn && cd packages/app && meteor npm install`
1. Copy `packages/app/template.settings.json` to `packages/app/settings.json`.
1. Start the dev server with `meteor npm start` from `packages/app` or `yarn app` from top level. The app is available on http://localhost:3000.
1. Download the [Developers version of Overwolf](https://download.overwolf.com/install/Download?Channel=Developers). You can skip this step if you already installed Overwolf.
1. Start Overwolf and click on Settings (either the wrench icon on the dock, or the Settings button on the tray icon menu).
1. Go to the Support tab, you will see a link labelled "Development Options". Click that.
1. Build Overwolf app. `yarn build-overwolf`
1. Click on "Load unpacked extension" and navigate to `dist/development`.
1. The app will connect to http://localhost:3000.

## Contribute

Contributions are always welcome! Please contact us in [Discord](https://discord.gg/8NEYhR).