Giter VIP home page Giter VIP logo

ace's Introduction

Ace Logo
Build Status Ace Discord

โœจ Ace - Alpha Client Enhancer.
A project that aims to get useful features into the new League of Legends client that Riot Games has been developing.

Ace currently in beta and might not completely stable. Steps have been taken to ensure that Ace does not crash the client and day-to-day usage should be as stable as the normal client, but you should not be surprised if something goes wrong.

Current Plugins

  • hide-mobile: Adds a new Hide Mobile option in the friends list, acting the same way as Hide Offline, but for players that are on mobile.
    Image of hide-mobile
  • no-shutdown-prompt: Removes the Are you sure you want to quit? prompt that normally comes up when closing the client.
  • owned-skins: Adds a new tab in Collections that shows all of your owned skins, along with some general statistics.
    GIF of owned-skins
  • resize: Allows you to resize the client to any size, as long as it keeps the same aspect ratio.
  • summoner-icon-description: Adds a simple tooltip on each summoner icon, detailing where it came from.
    Image of summoner-icon-description
  • summoner-tooltip: Adds a tooltip in champion select that shows some ranked statistics about the player, including current rank, W/L and promo status.
    Image of summoner-tooltip

Developing Ace

Ace uses TypeScript and Stylus as main languages, with Webpack as bundling tool. The webpack development server can be started using npm run watch, which will start a server over at https://localhost:8080. The easiest way to develop with this server is to clone the Launcher and replacing the bundle.js file with a dummy file that loads from the dev server:

// Dummy bundle.js that loads the actual bundle from the dev server.
const el = document.createElement("script");
el.src = "https://localhost:8080/built/bundle.js";
document.head.appendChild(el);

Once you are confident with your changes, running npm run bundle will create a bundled version of Ace in src/built/bundle.js. This file can then be distributed with the launcher to create a single package that anyone can run.

License

Ace is released under the MIT license. Feel free to browse through the code as you like, and if you end up making any improvements or changes, please do not hesitate to make a pull request. :)

ace's People

Contributors

br- avatar molenzwiebel avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.