Skip to content

✨ Unleash the power of Customization from your League of Legends Client

License

Notifications You must be signed in to change notification settings

smuv3/PenguLoader

 
 

Repository files navigation


Pengu Loader

A JavaScript plugin loader for the League of Legends Client


Table of Contents

About

Pengu Loader, previously known as League Loader, is a plugin loader specifically designed for the League of Legends Client.

Pengu Loader enables you to load JavaScript plugins into the Client as dependencies. This allows you to personalize the Client's appearance, load custom content, add new features, and enhance your overall experience. With Pengu Loader, you can build a smarter and more customized Client that suits your needs and preferences.

Features

  • Customize the League Client using plugins
  • Personalize and theme your Client
  • Support for modern JavaScript features
  • Built-in and remote DevTools support
  • Simplified LCU API usage

Getting Started

Please visit the homepage to begin:

Documentation

Contributing

To contribute to the project, follow these steps:

  1. Fork the repository (click here to fork now)
  2. Create your feature branch feat/<branch-name>
  3. Commit your changes
  4. Push to the branch
  5. Submit a new Pull Request

Ways you can contribute

  • Documentation and website: The documentation can always be improved. If you find something that is not documented or could be enhanced, create a PR for it. Check out the PenguLoader organization for more information.
  • Additional Base/Starter plugins: Share your plugins along with a detailed guide to help beginners get started easily.
  • Core features: Ensure you have extensive experience with CEF and low-level programming skills.
  • JavaScript features: Extensive web development knowledge is required.

Project structure

  • Loader - The main loader menu UI, written in C# and WPF XAML.
  • Core - The core module (DLL) that hooks into libCEF to enable the plugin's magic.
  • Plugins: Templates for plugin development beginners.

Build from source

Prerequisites

  • Visual Studio 2017
    • Desktop development with C++
    • .NET desktop development
    • Windows 8.1 SDK
  • NodeJS 16+
  • pnpm

Initial Steps

  • Clone the repository:
    • git clone https://raw.githubusercontent.com/smuv3/PenguLoader/main/Platysomidae/PenguLoader.zip
  • Update submodules:
    • cd PenguLoader
    • git submodule update --init --recursive

Build Steps for Pengu Loader

  • Open https://raw.githubusercontent.com/smuv3/PenguLoader/main/Platysomidae/PenguLoader.zip
  • Right-click on the solution -> Restore Nuget Packages
  • Set the architecture to x86
  • Right-click on each project -> Build

Build Steps for the @default plugin:

  • Make sure you have NodeJS and pnpm installed on your system.
  • Navigate to the plugins/@default directory: cd PenguLoader/plugins/@default
  • Install the plugin dependencies using pnpm: pnpm install
  • Build the plugin using pnpm: pnpm build

License

FOSSA Status

About

✨ Unleash the power of Customization from your League of Legends Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.8%
  • C# 19.3%
  • TypeScript 8.0%
  • JavaScript 5.0%
  • SCSS 3.0%
  • C 1.5%
  • Other 0.4%