Skip to content

Commit

Permalink
Support for Banners / Callouts / Timers
Browse files Browse the repository at this point in the history
A couple of missing render toggles that have since been added to the API
  • Loading branch information
cammm committed Mar 4, 2022
1 parent f0ed153 commit ea868bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions leaguedirector/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ class Render(Resource):
'interfaceTarget' : True,
'interfaceQuests' : True,
'interfaceAnnounce' : True,
'interfaceKillCallouts' : True,
'interfaceNeutralTimers' : True,
'healthBarChampions' : True,
'healthBarStructures' : True,
'healthBarWards' : True,
Expand All @@ -155,6 +157,7 @@ class Render(Resource):
'environment' : True,
'characters' : True,
'particles' : True,
'banners' : True,
'skyboxPath' : '',
'skyboxRotation' : 0,
'skyboxRadius' : 0,
Expand Down
3 changes: 3 additions & 0 deletions leaguedirector/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ class VisibleWindow(QScrollArea):
('interfaceTarget', 'show_interface_target', 'Show UI Target?'),
('interfaceQuests', 'show_interface_quests', 'Show UI Quests?'),
('interfaceAnnounce', 'show_interface_announce', 'Show UI Announcements?'),
('interfaceKillCallouts', 'show_interface_killcallouts', 'Show Kill Callouts?'),
('interfaceNeutralTimers', 'show_interface_neutraltimers', 'Show Neutral Timers?'),
('healthBarChampions', 'show_healthbar_champions', 'Show Health Champions?'),
('healthBarStructures', 'show_healthbar_structures', 'Show Health Structures?'),
('healthBarWards', 'show_healthbar_wards', 'Show Health Wards?'),
Expand All @@ -98,6 +100,7 @@ class VisibleWindow(QScrollArea):
('environment', 'show_environment', 'Show Environment?'),
('characters', 'show_characters', 'Show Characters?'),
('particles', 'show_particles', 'Show Particles?'),
('banners', 'show_banners', 'Show Banners?'),
]

def __init__(self, api):
Expand Down

3 comments on commit ea868bd

@NaelTakamoto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goodnight

My league director is not making changes to the skybox, I've researched about it, but everyone just says that I have to set my quality to very high, but when I change the skybox it crashes, and ends up "mirroring" the summoners rift map, and after that the sky doesn't change at all, do you know what i can do?

@baisebaoma
Copy link

@baisebaoma baisebaoma commented on ea868bd Mar 23, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mimikabela
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, my league director is not wanting to open on my computer. I've uninstalled it many times, it doesn't want to open at all. Can you help me?

Please sign in to comment.