floh22 / LeagueBroadcast

League of Legends Spectate Overlay Tools
MIT License
218 stars 46 forks source link

Baron/Herald Timer #266

Closed jonhdead3 closed 1 year ago

jonhdead3 commented 1 year ago

How can we add timer for baron and herald.. Over all how to change the timer look settings.. Any help will be appreciated.

benholness commented 1 year ago

Hey @jonhdead3, with in the program itself, you can enable the Baron and Elder timers in the Ingame settings panels (see screenshot).

Capture

If you want to customise the look of the timers, you can go into the Config folder and open the Ingame.json file in a code editor. From there, you can adjust the BaronPowerPlay and ElderPowerPlay settings to your liking (it took me a bit of trial and error to see what setting does what, but if you save it whilst the program is running and refresh the source, it should update live for you). There's also DragonTimer settings if you have the dragon timer enabled.

Another neat thing you can do, which @floh22 told me about, is you can enable Dragon and Baron timers in the League Client itself (they are like the professional timers you see in the top left and right of the LCS and LEC broadcasts). All you need to do is go to Riot Games > League of Legends > Config and then open the game.cfg file. Once you've got it open in a code editor, add the line at the bottom of the file:

[Spectator]
eSportsNeutralTimers=1
Capture2

Once you restart the client and open a replay or spectate a game, you should see them appear 👍

Hope this helps! Happy casting!

jonhdead3 commented 1 year ago

Thanks a lot. I have a last question I am facing 2 problems here first of all the icons are bugged for the drakes and there is not herald timer its only the baron image as you can see.. Further more just asking so I know how to approach the situation I would like to have something like that image Obviously not the same but like how can I achieve that should I check the program and customize the code or maybe use a third-party application in obs? I appreciate a lot the help and I am looking forwards to your answer. Have a great day!

benholness commented 1 year ago

Thanks a lot. I have a last question I am facing 2 problems here first of all the icons are bugged for the drakes and there is not herald timer its only the baron image as you can see.. Further more just asking so I know how to approach the situation I would like to have something like that image Obviously not the same but like how can I achieve that should I check the program and customize the code or maybe use a third-party application in obs? I appreciate a lot the help and I am looking forwards to your answer. Have a great day!

No worries @jonhdead3! I think the icon not showing is a bug natively in the client (I know another bug Riot haven't fixed with their client 😅).

As for the herald timer, I don't think the client natively has that nor does this program so it might be a new feature that could be looked into. I'm not a direct contributor to this repo but someone might be able to look into this for you - I'm just a user like yourself I assume. Sorry that I can't be of much further help here.

AzureAstral commented 1 year ago

Up ! This is a good idea for Baron and Herald Timer !

floh22 commented 1 year ago

Added in latest release