gibbagabbagoo Posted February 28 Posted February 28 Hey guys. Had a question about CityHunter 2 theme. In the game list lower right corner, can someone please tell me if I can change the clear logo to either remove or show the banner instead? In the attached image, this would be the clear logo that says "Arcade." Thanks! Quote
Pademonium bac Posted Thursday at 03:11 PM Posted Thursday at 03:11 PM On 28/02/2025 at 20:47, gibbagabbagoo said: Salut tout le monde ! J'avais une question sur le thème de CityHunter 2. Dans la liste des jeux en bas à droite, quelqu'un pourrait-il me dire si je peux modifier le logo transparent pour supprimer ou afficher la bannière ? Dans l'image ci-jointe, il s'agit du logo transparent « Arcade ». Merci ! Ah, City Hunter! Nostalgia! very good theme ! clear arcade logo too (that is, your main arcade wheel! It looks great when it's a neon-like logo, but it's less suitable when it's a silver hyperpin-like one! In any case, I think you'll find it in the image platform categories =arcade==clear logo Quote
gibbagabbagoo Posted Thursday at 08:07 PM Author Posted Thursday at 08:07 PM 4 hours ago, Pademonium bac said: Ah, City Hunter! Nostalgia! very good theme ! clear arcade logo too (that is, your main arcade wheel! It looks great when it's a neon-like logo, but it's less suitable when it's a silver hyperpin-like one! In any case, I think you'll find it in the image platform categories =arcade==clear logo It's really the only theme I like using since forever now haha. Thanks for trying to help, but I actually found out where to change it. For this theme, the file to modify is CoverFlowWithDetailsGamesView.xaml since I'm using this view. I found that I need to change this line: <!-- PLATFORM LOGO --> <Image x:Name="PlatformLogo" Source="{Binding Path=ActiveGame.PlatformClearLogoImagePath}" Grid.Column="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" RenderOptions.BitmapScalingMode="HighQuality" /> I need to figure out how to change PlatformClearLogoImagePath to somehow point it to the banner location, or use a banner image directly instead. Hoping someone knows how. Quote
JoeViking245 Posted Thursday at 08:17 PM Posted Thursday at 08:17 PM 5 minutes ago, gibbagabbagoo said: It's really the only theme I like using since forever now haha. Thanks for trying to help, but I actually found out where to change it. For this theme, the file to modify is CoverFlowWithDetailsGamesView.xaml since I'm using this view. I found that I need to change this line: <!-- PLATFORM LOGO --> <Image x:Name="PlatformLogo" Source="{Binding Path=ActiveGame.PlatformClearLogoImagePath}" Grid.Column="2" HorizontalAlignment="Right" VerticalAlignment="Bottom" RenderOptions.BitmapScalingMode="HighQuality" /> I need to figure out how to change PlatformClearLogoImagePath to somehow point it to the banner location, or use a banner image directly instead. Hoping someone knows how. Looking at \LaunchBox\Themes\Documentation.pdf, it'd be ActiveGame.BannerImagePath. (or maybe ActivePlatform.BannerImagePath) Quote
Pademonium bac Posted Thursday at 10:18 PM Posted Thursday at 10:18 PM (edited) 2 hours ago, gibbagabbagoo said: C'est vraiment le seul thème que j'aime utiliser depuis toujours maintenant haha. Merci de votre aide, mais j'ai enfin trouvé où le modifier. Pour ce thème, le fichier à modifier est CoverFlowWithDetailsGamesView.xaml, car j'utilise cette vue. J'ai donc dû modifier cette ligne : Je dois trouver comment modifier PlatformClearLogoImagePath pour le diriger vers l'emplacement de la bannière, ou utiliser directement une image de bannière. J'espère que quelqu'un sait comment faire. I've used it for a long time, and it's also simple and highly customizable! The source files (ctc) aren't available, but if you're a bit familiar with HTML, it shouldn't be a problem! But it's clearly the custom theme on big box that made me want to do some customization. I could redo the view in question in a short time, but I'd have to redo the entire theme (perhaps an alternative version one day): I'd love to Glad to have been of some help to you! Edited Thursday at 10:21 PM by Pademonium bac Quote
gibbagabbagoo Posted yesterday at 12:31 AM Author Posted yesterday at 12:31 AM 2 hours ago, Pademonium bac said: I've used it for a long time, and it's also simple and highly customizable! The source files (ctc) aren't available, but if you're a bit familiar with HTML, it shouldn't be a problem! But it's clearly the custom theme on big box that made me want to do some customization. I could redo the view in question in a short time, but I'd have to redo the entire theme (perhaps an alternative version one day): I'd love to Glad to have been of some help to you! Indeed! An updated version of this theme would be sweet. Cheers, my friend! 4 hours ago, JoeViking245 said: Looking at \LaunchBox\Themes\Documentation.pdf, it'd be ActiveGame.BannerImagePath. (or maybe ActivePlatform.BannerImagePath) Thanks for the reply. The former works, but it shows the actual game's banner and not the platform. While ActivePlatform does seem like the correct one to use, it doesn't work for some reason. Not sure if ActivePlatform is somehow only effective on the default theme. Also, it doesn't make sense that the original line uses ActiveGame.PlatformClearLogoImagePath when that's not even listed in the Documentation.pdf. Quote
Pademonium bac Posted yesterday at 02:56 AM Posted yesterday at 02:56 AM (edited) @gibbagabbagoondeed! An updated version of this theme would be sweet. Cheers, my friend! Yep I always told myself that unconsciously I had taken a bit of City Hunter in the beginning of a production which was called Cyber Runner: I never finished it but really want to try as soon as I have a moment! some screens: Edited yesterday at 02:58 AM by Pademonium bac Quote
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.