arcademode Posted January 20 Share Posted January 20 Some themes seem to have on-screen instructions for button inputs, ie: "press B to go back" or whatever. That's fine for controllers, but I'm using arcade buttons so I'd rather those be accurate to my setup. How can I change that? Quote Link to comment Share on other sites More sharing options...
Retro808 Posted January 20 Share Posted January 20 That is likely going to be some media the theme is using. You would have to either change the images the theme is using and/or change some code in the theme. We can give you a better idea of what to do if you let us know what theme it is and share a pic of what you are wanting to change in that theme. Quote Link to comment Share on other sites More sharing options...
arcademode Posted January 23 Author Share Posted January 23 The new "Discover" option has A and B buttons showing on the bottom right, that's the most obvious starting place for me I think. Quote Link to comment Share on other sites More sharing options...
C-Beats Posted January 23 Share Posted January 23 If you want to use default just copy the default folder to a new folder and name it what you want and then swap out the images in \\LaunchBox\Themes\{New Theme Folder}\Images\Controller to what you want. Quote Link to comment Share on other sites More sharing options...
arcademode Posted January 23 Author Share Posted January 23 Hmm, actually looking specifically at the Discovery Center I don't see the icon in my default folder for "back" which is an arrow pointing to the left. Where do I find the images for the controls in Discovery Center? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted January 23 Share Posted January 23 1 hour ago, arcademode said: Hmm, actually looking specifically at the Discovery Center I don't see the icon in my default folder for "back" which is an arrow pointing to the left. Where do I find the images for the controls in Discovery Center? The icon by back is a controller binding related image (in my build shows "B" button for example) which WOULD be in that folder. If you referring to the bit in the lower left that reads "< System View" that's a bit different and is a SVG path (found on line 2326) that would need swapped out for another path or an image. Quote Link to comment Share on other sites More sharing options...
arcademode Posted January 24 Author Share Posted January 24 Oh lol that's funny. I'll try it, thanks! Quote Link to comment Share on other sites More sharing options...
arcademode Posted January 25 Author Share Posted January 25 Poked around a bit couldn't find which file contains this line... Quote Link to comment Share on other sites More sharing options...
arcademode Posted February 1 Author Share Posted February 1 Tried swapping those icon files in the Default theme but they're still showing as A and B on screen. This is true for discovery center as well as using the standard default theme, not sure what I'm doing wrong here. I take it there's an edit process using visual studio for that code line? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted February 1 Share Posted February 1 You can't make changes to Default theme in any way as it gets overwritten on app startup. You need to copy it to it's own new folder and then swap to that theme in app. If you just want to swap the actual button images you don't need to touch XAML files you just replace the images in the corresponding folder. If you're trying to remove the back arrow you need to remove the <Path> control that is drawing it. I gave you the exact line number that path is on for the Game Discovery view 1 Quote Link to comment Share on other sites More sharing options...
arcademode Posted February 3 Author Share Posted February 3 Thanks man, making a copy of the discoveryview xaml into my current theme fixed things right up! Quote Link to comment Share on other sites More sharing options...
arcademode Posted February 3 Author Share Posted February 3 @C-Beats Thanks for your help so far man! Related to this, I wanted to use the Game Details view from one theme so I tried copying that xaml into my current theme's folder but nothing happened. Can you give me any insight as to why that's happening? Quote Link to comment Share on other sites More sharing options...
C-Beats Posted February 5 Share Posted February 5 On 2/3/2024 at 5:17 PM, arcademode said: @C-Beats Thanks for your help so far man! Related to this, I wanted to use the Game Details view from one theme so I tried copying that xaml into my current theme's folder but nothing happened. Can you give me any insight as to why that's happening? I assume the wrong file was moved. When you say "Game Details" what are you referring to? Also what file did you copy over? 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.