Champion-If-Ayyy
Championify is a little program that downloads all the recent builds from websites like Champion.gg or Lolflavor and imports them in to your League of Legends to use within game! No hassle. Now with 25 languages and new features!
Windows and OSX are both supported, tested on Windows 8.1 and OSX 10.10.3.
Check out some more screenshots here!
- Summoners Rift and ARAM Item Sets
- Skill Priorities lists (Q.W.E.Q.E.R ect)
- 25 Languages
- Bunch of preferences to display item sets in the way you prefer
- Automation using command line preferences (simpler system coming soon)
- Automatically save preference settings
- Garena support
- Does not touch other item sets that you or other applications create
Found here
### 1.0.0 (October 6th, 2015)- Auto updater will not work with older versions of Championify for Windows users. Please manually redownload.
- Supports 25 (kinda badly translated...) languages
- New borderless window design
- Brand new animations, because they're pretty
- Select either Champion.gg or Lolflavor for Item Sets source
- Command line parameters for automation
- ARAM starters now have Oracle's Extract
- Add complete view, with a close button and start League button
- Shows versions on main view. You can now see Champion.gg's, LolFlavors, Riots, and your own item sets patch version when you start the app.
- Deleting old items sets that don't have new versions is now an option instead of forced
- Open log button
- Show error message on error view
- Add progress bar to updates view
- Faster app loading time
- Less errors when scraping Champion.gg
- Windows installer supports all languages the app supports.
- Bash script not always starting for updates on Windows.
- Permissions errors on Windows now asks to be runned as admin automatically.
- Importer tests write permissions before running import, and elevates when needed.
- Auto updater checks for write permissions
- Fix black text sticking on highlight
- Allow the ability to copy/paste your League directory
- Garena path patches
- Fix UI differences between OSX and Windows
- Complete code rework (nearly written from the ground up)
- Auto updater now supports complete client replacements (major updates)
- Test suite, CI, and coverage integrations to simplify and encourage PRs
- Bleeding edge builds (off all branches)
Thanks to
- @OmerValentine for the Hebrew translations
- @secretdataz for the Thai translations
- @FreakyDeluxe for the French translations
- @PrototypeGR for the Greek translations
- @pcastro94 for the Portuguese and Brazilian Portuguese translations
Well that's great! Put up an Issue, hit me up on Gitter, or send me a message on reddit /u/dustinheroin and I'll try to get it when I can.
Please see CONTRIBUTE.md
## Frequently Asked Questions #### Be more descriptive, what does this actually do? Well it's easy really. Here's a link for [Teemo's most popular build in top lane](http://champion.gg/champion/Teemo) that Champion.gg has tracked. We take this information and save it in a way that League of Legends likes so you can have the exact builds in game!Yep it's safe! Were not modifying League of Legends at all, and got the clear thanks to Riot's item sets docs . And my code is clean and free to browse, so no smelly virus' or surprises. I've added VirusTotal report to all my recent releases just to be sure. If you still don't trust my executables, have a tech buddy look over my code themselves and you can build from source.
Run Championify.exe, the app will try and look for your League of Legends folder for you. If the app can't find it, browse to your League of Legends folder where lol.launcher.exe
is saved (LoLLauncher.exe
or lol.exe
for Garena installations).
Run Championify, the app will try and look for your League of Legends.app for you. If the app can't find it, browse and select your League of Legends.app.
Due to Riot restrictions, you can only see the item sets in game, you won't see them in the launcher.
Sorry, Electron doesn't support anything below Windows 7 or Mountain Lion. There's no plans to support it.
Read this to fix it.
Calm down, I gotcha! If something went wrong it means something has changed that I did not expect. Follow the steps below in the next FAQ question to remove Championify's builds.
#### Nah bro, I don't like this. How can I delete all your builds? I'm sorry you don't like it, hopefully I'll have it live up to your expectations one day! As for deleting, just hit the "Delete" button in Championify and it'll remove all the items sets generated by Championify.Oh no not at all, that's the last thing you want to do. The best time to run Championify is 3-4 day after a major patch comes out. Only got to do it once.
If something was to change on Riots end and Championify's item sets broke your client or completely screwed up one of your games, you'd be pretty pissed right? I know I would be. This is just one method to make sure you run in to the least amount of problems possible, plus the updates are under ~8MB anyway.
It's currently not supported but is planned! If you would like to try a bit of automation yourself you can try the command line parameters
Let me guess, BitDefender? I know, I got it running too. For some reason they have lolflavor marked as malware, which I've checked myself and it's not. To add, Championify never loads a lolflavor page, so even if there was malware laying around Championify would never open it. See virus total report here. To fix the issue, add "lolflavor.com" to your exceptions in your anti virus. Tutorial here
Well damn, you must be pretty impatient if you think that's slow... The script is slowed on purpose so users don't spam other peoples servers. They're doing great great stuff over there and the last thing I'd want to do is cause them trouble. However if it's REALLY slow, then you should consider upgrading your dial up connection.
I use Electron to wrap my GUI, and unfortunately it's a bit big. I'd rather the App just work then worry about size.
Check out the Features tag in Issues to see all up and coming ideas.
## Command Line Parameters Championify supports a few command line parameters for those who would like to automate a few tasks before it's official supported within the app. Params work on both Windows and OSX, and uses the last saved preferences made on the app (preferences are saved each time you hit import).Params
--import
Imports item sets--delete
Deletes item sets--autorun
Silently (without loading the UI) imports item sets--close
Closes Championify when finished--startLeague
Starts League of Legends after import
Example
Silently imports and starts League afterwards.
C:/Championify/championify.exe --autorun --startLeague
For the adventurous, bleeding edge builds are available of each branch through CIs. A simpler method will be available once a website is built.
Windows
Open Appveyor and select the the latest master branch commit, then Platform: x86
, then artifacts
. You'll find download.txt
that contains a Zippyshare link to the build off that commit.
OSX
Open Travis and select the the latest master branch commit, scroll down through the test log until you see npm run build-artifact
, a few lines down you should see a Zippyshare link to the build off that commit.
npm install -g gulp
npm install
npm run build
You'll find a Championify.exe/Championify.app in the releases folder.
Wine is required if building on Mac for Windows.
brew install wine
- Icon by OmerValentine
- Joeldo of Champion.gg
- Lolflavor
- @sargonas and the rest of the Riot API team for unlocking item sets
- @OmerValentine for the Hebrew translations
- @secretdataz for his help with Garena and Thai translations
- @FreakyDeluxe for the French translations
- @PrototypeGR for the Greek translations
- @pcastro94 for the Portuguese and Brazilian Portuguese translations
Championify isn't endorsed by any of it's content sources or Riot Games and doesn't reflect the views or opinions of them or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.