Jump to content
RealModScene

MaesterRowen

Administrators
  • Content Count

    311
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by MaesterRowen

  1. Filters work on AND logic and not OR logic. Given a specific game, can it be Xbox 360 Retail AND XBLA? We defined filters as a means to narrow your results. We are looking at ways to incorporate OR logic as an option when building filters, but thats for later. Hope that clears up your issue.
  2. You are looking at the Data Structure as evident by your screenshot. Click the Browse Data tab and select the right table. Then you'll see it.
  3. The WebUI you are seeing on port 9999 is for the plugin- it does not have access to your library like you want it to. That will be in a future update.
  4. Aurora 0.2b Update Has been Released - Click here for more information! Aurora 0.1a.1 - Update is now avaialble. We appreciate everyone's input and reports of the different bugs a lot of you have come across. We also really appreciate the people who have put in the time to translate our project. Thanks go out to SpkLeader(PT-BR), saywaking( TR-TR and DE-DE ), Gromber (ES-ES), MatteIta (IT-IT) and Nordsudteam (FR-FR). We are watching the forums and have great mods who are gathering information for us, so keep watching these forums for future updates. Some things you can look forward to in this release: Translations for other languages including French, Portuguese, Spanish, Italian, Turkish and German Fixed DLC Scanning Bug Fixed Scan Depth infinite bug Black screen at boot due to not having xhttp enabled in dash launch Focus issue in the Verify Link dialog Unity usernames and passwords not saving because of failed regex validation (unsupported characters not yet fixed, sorry) Remove 'Full Game' text from XBLA for languages other than English Added text field in About scene to credit the translator, for each language Fixed string issue in Http Username and Http Password prompts Fixed skin available updates not showing up correctly in about scene Fixed updater not properly extracting update packages Please post bugs in the support forum. Or check out #RealModScene on Efnet for support Current versions: 0.1a r496 Binaries 0.1a r496 Skin 3.0b r801 Freestyle Plugin Link: Aurora 0.1a.1.rar MD5: 916840F1CECDB63A977D65303A4FAC25 Cheers, Phoenix
  5. If you check the box in Aurora under Settings -> Unity that says "Unity Connection" (and have filled in your Unity username and apikey), you will be able to enable the "Push to Xbox" feature available on xboxunity.net which will poll the xboxunity website every 5 minutes for new data. Like F3, you can push covers from the website to automatically download on your console- determined by title id. This allows you to select whatever cover you want for your games. In addition to cover pushing, you can also do this same trick with Title Updates (a new feature to Aurora). Select your title update on the website, push to xbox, and it'll show up in your Title Update List when complete. Note: To match title updates you need to know the title id/game name as well as the base version of the game. You can see that information in the Game Details -> Select Subtitle in Aurora and on the website's TU selection. Enjoy!
  6. Please post screenshots of it in the list, screenshots of each details page with the subtitle: Path selected and post your content and settings.db Thanks.
  7. Please give us title ids and screenshots. Thanks.
  8. The problem with creating plugin support is the creation of the user interface- other applications (like XBMC, or the PS3 stuff) create their own UI libraries where they can easily give access to plugins that want to create their own user interface within the app. On the Xbox360 and more specifically in Aurora, we use XUI, which is a built in library. To extend that library in a way that is programmable outside of the the app itself is a very large task. Not to mention, Skin files can only be loaded once and if you load a Skin file with a 'Prefix' then you have to make sure there are no name conflicts...etc...etc...etc. We are looking into a way to do widget add-ons that are loaded in Aurora and are run using LUA. However; don't expect this any time soon (or ever), as its a lot of work. One thing we do intend on doing is opening up LUA at the boot of Aurora- and giving LUA access to some internal libraries so you can have specific scripts that run at boot- and possibly at a later time. The scripts can do everything from clean up the database, to reorganize content, to download information from external sites and add new titles/descriptions to games... possibilities are endless there. But... for now, how about we focus on getting skin support so you can have user selectable skins and user selectable backgrounds before we get into the craziness that is plugins.
  9. If you check them it should be only kinect games, if you uncheck them, then it will be kinect games + everything else... you cna't remove them unless you create a filter script that filters them out
  10. I think i know the problem- Using your FTP or some way to access your xbox file system, rename your Hdd1\content\0000000000000000 path to Hdd1\Content\0000000000000000 Critical part being 'content' to 'Content' I believe I found some code that isn't taking character case into account. Once the folder is renamed, please do a fresh install of Aurora and scan as you would normally. If it works as intended, I'll include the fix in our next update.
  11. Looks great, love the visual as well as the audio- i am sure there are plenty of people out there who will enjoy this. Thanks!
  12. I love you- also thanks for the kind words in the previous post. Positivity is great to see.
  13. We have resolved this for all languages- and will be addressed in an upcoming update.
  14. Two things: A ) You already posted your life story in a different thread, and we already responded to that. B ) I really don't have the attention span to read your wall of texts, so if you want to get your point across i would try to do it in fewer words.
  15. Thanks can you also link me your content.db its very odd you are getting DLC showing up- everything you've given me so far has indicated it should not be there.
  16. While it is just your opinion, it is just your opinion- some people want trailers. This is the reason trailers can be unchecked, and is defaulted to the off position- so people like you don't have to download them. I don't see any harm in leaving the option.
  17. Can you also send me your settings.db
  18. Can you also tell me your scan depth?
  19. Flip that cover Open the Game Details for that Map Pack 3, then goto to the subtitles button (press right on the menu once details is oepned) and select the option that says "Path: " screnshot that and repost.
  20. To those of you having your DLC show up in the scan- please confirm that it is saved in the right folder. If the DLC is not in the \00000002 folder, it will show up- and coincidentally, it won't work in your game either, cause its in the wrong spot.
  21. If you know how to edit an sqlite database, you can modify the "settings.db" located in the Data\\Database\\ directory located in your Aurora installation folder. In the SystemSettings table, you will find two (2) entries: 'OverscanHorizontal' and 'OverscanVertical'. Simply type in the value (in number of pixels, ussually in the range 1 - 100 or so) that you want to adjust the overscan, save, and replace the file on your xbox. Next time you boot- your overscan will be adjusted. If you don't want to modify your database, you can always adjust it on your tv/monitor as well. Just a tip some of you can use until overscan is implemented fully into Aurora.
  22. Hardware temperatures are available in HUD with the Freestyle Plugin- so we currently don't see a point to bog down the streamlined UI with something that can be obtained at a press of a button. Other than that, there are lots of features we have planned for future releases- this is just the first release. Some will match what you want, some won't. Thanks for your suggestions!
  23. Thanks for an actual bug report- we will definitely address this in the next update. We appreciate it!
×
×
  • Create New...