Deam Posted July 23, 2020 Share Posted July 23, 2020 Hi everyone, I've started fiddling around with existing themes and tweaking minor things to fit what I'm looking for. One question that I have is whether there is a way to properly call the "ActivePlatform.ClearLogoImagePath" while in games view for an easy way to insert the platform clear logos into a games view? Looking at some examples (and testing myself), it appears the activeplatform binding path only works while in a platform select view. For themes I have seen that insert platform clear logos into games view, they are using calls to obtain the platform name (e.g. platform.name), pointing to the theme clear logo directory, and then using the name to input the matching image file into the theme. The issue I see using this method is it won't allow you to use the default clear logo images, since they are all in separate paths to match the platform. Yes, you could just copy them all into one folder for that theme. But I wanted to confirm whether there was a way to maintain the activeplatform calls in games view? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted July 23, 2020 Share Posted July 23, 2020 Should be able to use Game.PlatformClearLogoImagePath Quote Link to comment Share on other sites More sharing options...
Deam Posted July 23, 2020 Author Share Posted July 23, 2020 Thank you! Yes, after I posted this I found that command in another theme (literally moments ago). It isn't in the documentation, so I wasn't aware of it. Perfect! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.