Jump to content
RealModScene

beginner

Members
  • Content Count

    45
  • Joined

  • Last visited

Everything posted by beginner

  1. Thanks a lot for the tip. I guess I can take it from here
  2. I may have some good news for that. Just give me a couple of days
  3. Actually there is a property called "textColor" but it's only available for text objects not "xuiButton" object Also didn't find any similar property, not even ForeGround.
  4. Aurora is the best!

  5. Hello guys, I often need to view all kinds of games together and hide the other stuff. So I wrote these filters to hide other categories. Edit: I used ~= operator instead of "not ( = )". Thanks a lot Swizzy for the great tip Hide Applications: GameListFilterCategories.User["Hide Applications"] = function(Content) return Content.ScriptData ~= "Applications" end Hide Emulators: GameListFilterCategories.User["Hide Emulators"] = function(Content) return Content.ScriptData ~= "Emulators" end Hide Homebrew: GameListFilterCategories.User["Hide Homebrew"] = function(Content) return Content.ScriptData ~= "Homebrew" end Of course to add any filter, you have to put in a file with extension .lua and place it inside folder: Media/Scripts/UserFilters I hope that would be useful for anyone I also added another one in my post below
  6. I just upgraded now!! Again, great job guys One quick question: how to make skins appear in the "Select Skin" scene? I added skins in the same folder "Skins" beside the default one but they still didn't appear. Edit: Wait, do they have to be 0.4 skins?
  7. I didn't download the new update yet, but great job in advance Also I just made a small donation to express my gratitude, although you deserve much more of course.
  8. Good answer The XDK I have unfortunately has no documentation files I'm using trying to discover everything on my own. So isn't there a short answer for my question "xuibutton textcolor"?
  9. Many thanks for your interest The index out of range error occurs when opening any Aurora skin (defaukt skin or any other skin) XUR file in XUI Workshop XUI Tool cannot open xur files, only xui files. And I even had a problem opening xui files in XUI Tools, but I finally managed today to solve this problem. Please tell me if there is any easy way to open xur directly in XUI Tool
  10. Thanks a lot for your help. After a lot of struggling, I found somewhere an empty "skin.xui" file: <XuiCanvas version="000c"><Properties></Properties></XuiCanvas> When I open this file at the at the first time opening XUITool, it makes it open successfully and now I can load any other xui file. I just wish if there is an easy way to convert xur to xui files. I used XUITT for that on another machine because I have Office 64-bit on my machine. Other small question for an XBOX amateur, how to change the text color of XUIbutton? I couldn't find documentation anywhere.
  11. I swear I'm not another lazy ass!! I did try to use the same tool "Xui Workshop 1.0.0", but it didn't work with Aurora XUR files and always throws a generic error: System.ArgumentOutOfRangeException: Index was out of range Also I tried hard to download a working copy of XUI Tool (xdk), but from all broken download links I got two links, one came without "XUI Tool.exe"!! and the other one throws error even when opening F3 XUI files: Xbox UI Tool --------------------------- The class 'XamScene' was not registered. Check that the XML extension that defines the class is registered in the Options dialog.
  12. Well, I used to be a developer myself, but I spent long time trying to get myself to speak "non-technical" language since I deal now with zero-technical people in my new work So forgive me if I tend to use extra-simple (and accordingly not so accurate) language. I know of course the logic behind the "restart" and the memory flushing thing. I also didn't mean that the code actually "deletes" the file, and it makes more sense if it's replacing or even editing the file. What happens was that I found for some reason that the file "GameCoverInfo.bin" became a zero-byte file and the refresh function fails to overwrite/edit this file since the modified date never changes. That was fixed by deleting all files manually from another dashboard and attempt to refresh again.
  13. I tried it of course, for Aurora skin files it couldn't even open XUR files, brings error: Index out of range For freestyle plugin files, they are successfully opened in XUI Workshop but when export XUR binary and copy them to Aurora they fail to work!! The plugin doesn't work and brings the original Xbox Guide instead. Even if I didn't change anything and only exported binary of the unmodified XUI.
  14. Can you please give us a quick guide on how you managed to get XUI files from XUR files? and if you have a link of a working XuiTool (xdk)? Because I couldn't find any tutorial or even a simple guide on how to edit Aurora skin.
  15. Thanks for replying. Actually I also searched a lot for that and there were many broken download links. I finally found a torrent and a working link. The torrent was an installer exe file (374MB) that didn't contain XuiTool !! The working download link was exctraced files (93MB) that finally contained "XuiTool.exe", but that didn't solve the problem. XuiTool cannot open (or convert) XUR files which are the only format extracted from the skin XZP. Even when I was able to get source XUI files of freestyle plugin (Aurora plugin), it still fails to be opened in XuiTool and brings error: --------------------------- Xbox UI Tool --------------------------- The class 'XamScene' was not registered. Check that the XML extension that defines the class is registered in the Options dialog. --------------------------- Any help please?
  16. Guys, like you never had to just close something and open it again to make things work again without any logical reasons? As I said, I actually had a problem with a title cover before and the refresh button didn't work then, so I had to delete the files manually and that solved the problem and made the cover download successfully. I think there is a bug occurs (rarely to be honest) that makes the refresh function unable to delete these files. I had the Plants vs. Zombie game before with the correct cover in Aurora, so that's why I thought the problem "might" be with the refresh process itself like the problem I had before.
  17. WOW, very impressive. This is definitely my top favorite skin. Would you please explain how did you get a skin XUI files to build a skin? Or if you could provide the XUI files of the original skin if possible, that would be really great.
  18. I tried FreeSkinApp which is based on Access and it keeps showing error: problem communicating with OLE Server or ActiveX control By the way, I tried XUI Workshop and it brings error each time I try to open XUR: Index out of range. I wanted to try XUITT but I can't because I have Office 64-bit
  19. Any answer for this please? I have been searching for an answer to this question for a long time now Or if anyone can simply provide us with the XUI files of the original Aurora 0.3b skin. Please!
  20. I had the same problem and solved it with the following steps: 1) Get the game title ID (either from Aurora interface or from xboxunity.net) 2) Using other dashboard (FSD or XEXmenu), go to Aurora folder, then: Data/GameData 3) Find the folder that has the title id of the game, then delete everything inside this folder (or just GameCoverInfo.bin, but not sure) Now try going again to the game in Aurora, and try to refresh (from game options, LS left on the screenshot button then A)
×
×
  • Create New...