Jump to content
RealModScene

Gualdimar

Members
  • Content Count

    95
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Gualdimar

  1. i had some free time and found way to make weather in fsd work. you just need to google old api key(24 characters worked for me) or use your own if you have one. fsd uses http://api.worldweatheronline.com/free/v1/... type of links and they work pretty well. everything you need is an old api key. worldweatheronline has two types of links: http://api.worldweatheronline.com/free/v1/... http://api.worldweatheronline.com/free/v2/... first for old api keys(24 chars) and second for new api keys(29 chars, i assume some time ago there wasn`t such division). worldweatheronline gives api keys for free, which will work only with second type. premium api key can be obtained for money. but you can use any valid key you obtained for free a while ago or google it on forums. i have tried changing links in default.xex, but xml structures for v1 and v2 aren`t the same, so fsd have troubles displaying info correctly. UPD: if the key you googled doesn`t work: each key has "Queries per day" limitation(1000 per day). and, as a result of of its publicity, this limit is reached very quickly. you can check your key with this link: http://api.worldweatheronline.com/free/v1/weather.ashx?q=New+York&num_of_days=5&includeLocation=yes&format=xml&key=YOURKEY
  2. nope, quick browse(X button) shows titels in abc order, whithout last played at the top.
  3. "^.-xbla.-$" "^.-retail.-$" "^.-god.-$" worked for me. it will show games from specified folder on all devices connected. oh, and folder names should be in lower case
  4. i wanted to show the last played game(only one latest title) in the begining of the list and all others in alphabetical order after it. cause the script i wrote has almost the same sorting order as the standart "Recent Activity" one. but from everything i know for now, i assume this is impossible, unless implemented in aurora. correct me if i`m wrong
  5. tried it, result: all games that i have played were sorted by time and only those with "last played time: never" - by name. here is the code:
  6. from this topic: http://www.realmodscene.com/index.php?/topic/3824-aurora-quick-launch-to-start-the-last-played-game/ is it possible? as i understand, this sorting type require two cycles. first cycle sorts items by last played time, second - by name excluding first item. or you need some buffer to store last played game and in the end of sorting put it in the first place. but how can you achieve this? functions in lua files only compare two items and you can`t tell what iteration is running or what items are in process
  7. waiting for it the list of Content properties(root, disknum, etc) i found in this topic: http://www.realmodscene.com/index.php?/topic/3570-the-aurora-scripting-how-to-guide/ is there any list of of other useful classes(ContentFlag, ContentGroup, maybe others if exist)? upd: found it in Enums.lua
  8. Swizzy, can you show simple example of filtering by path, please?
  9. oh, i missed that little paragraph between screens. about filters, maybe there is some way to move title to another filter, from hombrew to arcade, for example? because editing lua scripts each time you add or remove game is not worth it
  10. it would be great to have fast filter switching buttons(LB/RB for example) to switch between existing filters. and also to have some simple filter creation function in Aurora itself. so you can create filter and select titels, which will be shown when filter is active
  11. does it work when you try to go into nxe dash? i had similar problem with start button, because of screenshot combo(it was set as activator button)
  12. and what is boxart option for?
  13. there is an xbox marketplace tab with download button in settings menu, which, i assume, should download missing assets(including covers aka boxarts) from the oficial xbox marketplace. but for me it does nothing at all. am i wrong about its functionality?
  14. i made a couple of quick tests and it seems that both plugins works properly without renaming.
  15. there is FtpDll plugin in aurora. does it mean that if i start aurora from boot, i`ll be able to connect via ftp anytime(while playing games)? if no, will it conflict with ftpdll plugin for dashlaunch?
  16. when i log in into f3 webui on port 9999, i get this errors: Error getting ProfileInfo: 200 SyntaxError: Unexpected token , Error getting AchievementInfo: 200 SyntaxError: Unexpected token , Error getting ThreadInfo: 200 SyntaxError: Unexpected token , game and notes tabs work well, but others have no info and << Launcher button do nothing ps FSD3.0bRev775 upd: fixed it by moving plugins folder from aurora to fsd. works like a charm
  17. Gualdimar

    tu question

    i have game on dvd disk, when i insert dvd in my xbox there is no option in fsd to open tu manager for this game, unless i install it on my hdd
  18. Gualdimar

    tu question

    hello, is there any simple way to download/update TUs(except manual downloading and moving in proper folder) for games on disks(not installed on hdd) in fsd?
×
×
  • Create New...