Jump to content
RealModScene

Keyser

Members
  • Content Count

    216
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Keyser

  1. @xvassorIf you use the Access 2010 Runtime version you need to install Access 2010 Runtime SP1 (links in the first page under files).If your Access 2010 is in another language you will need to download/install SP1 in your language.RSS feed: I can't reproduce the problem. Just don't activate RSS feed under Settings>Main Page>Rss Feed>Activate on startup or useanother (working) feed.The file generated is like this one: Other HTMLThere are a bunch of functions that generate HTML files:Coverflow, GameWall, RSSfeed, Avatar, DonationIf all of them fail, then my best guess is a security/antivirus option.@HansYou can use Samba. Make sure you enable that option under Settings>Sync>Allow Samba Enabled. Don't sync a USB connected HD/Stick over Samba (I used to run into problems)If you have a large library then it might be slow. In that case copy your F3 folder to your HD.@twinkyIt might be a reference problem like in this case hereExcept this time I haven't activated a wrong reference. Make sure all references are available. Do you have Windows Player?
  2. Sigh.. where do I start? Tested: Win XP, 7 32/64 bits Tested Access Runtime 2010 SP1/2013 32 bits There is no SP3 for Access 2010. You are confusing Windows SP's with Access Runtime SP's. Access 2010 will no longer be supported only 2013. There is a link in the first page that explains why Office 64 bit will not be supported. The setup routine of GaDaBaMa is very easy can't make it any easier. I could add a wav file of me reading the README text though... Sent from my GT-I9100 using Tapatalk 2
  3. Yes. But not the TU themselves but the TU table in the sqlite database. This table gets rebuild/updated if necessary when starting F3. GaDaBaMa has some useful TU functions. Check out the tutorial video. Sent from my GT-I9100 using Tapatalk 2
  4. Actually it iy possible and very easy to achieve. If all HDDs have the same content: F3 database and games then the only difference is the mounted deviceID.I wrote this little app just for that. http://www.realmodscene.com/index.php?/topic/1388-f3-scanpaths-importer/?view=getnewpost Sent from my GT-I9100 using Tapatalk 2
  5. Just install F3 on each USB disc and configure them accordingly. Boot up your console with your USB disc. Obviously you will have to create the same F3 folder in each USB disc and configure dashlaunch. Get the smallest skin available or create a smaller skin yourself if you have space problems.
  6. Hello hihi Thanks. Recent game list table is resetted after each sync. I think it was introduced back then in 2.0 for some reason. Maybe because I was too lazy to sync that table too. Anyway, the only table that gets resetted as well is TitleUpdates. But not after a sync, only when selecting that option in the TitleUpdates Form (add/delete TUs). GaDaBaMa 3.2 for Access 2013 has just been released. Full Setup routine for Access 2013 runtime. If you have Office 2013 installed you may need to download this update: KB2767861 as well.
  7. Keyser

    XUITT 2.1.6

    Thanks for your feedback. I wasn't aware that Access runtime 2013 was already out. I'll see what can be done to migrate to 2013. That will chanfe the setup routine as well. Sent from my GT-I9100 using Tapatalk 2
  8. Keyser

    Game Art

    Hi. You can use GaDaBaMa 2.2.1 to migrate from Fsd2 to F3. Search the tutorial video under tutorials. The .assets file has been explained in a topic. I guess it was the old GaDaBaMa 2.2 topic. Sent from my GT-I9100 using Tapatalk 2
  9. Manual edit (step3) -> Tab combobox -> select the first ( I think it's called Automatic) Sent from my GT-I9100 using Tapatalk 2
  10. You can install the application on C: and then mess around with the registry.This is the value GaDaBaMa gets on each start:RegistryValue = "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionUninstall{3D2E5E45-E7DF-4376-8F43-7DEB26A8143E}_is1InstallLocation"All other folders are based upon that folder. So if you move the whole folder to another drive and change the registry it *should* work.C: was not found in the source code so I guess I always used right(installpath,3) to get the drive letter when necessary.
  11. GaDaBaMa 3.2 released
  12. Added GaDaBaMa 3.2 Tutorial YouTube Video. Release coming soon
  13. The .assets files contains all images of that gameid. It should be created or altered when inserting new pictures through the WebUI though. Reboots doesnt affect them. Do a "Delete from HttpQueue" with any sqlite gui on the database file. And while you are at it you can do an integrity check and a vacuum. Sql 2009 pro is free and can do that. Else try GaDaBaMa, it should create those .assets files just fine. Sent from my GT-I9100 using Tapatalk 2
  14. I see 2 logical reasons: 1) the game covers are not available @ JQE360 2) the game covers are available @ JQE360 but your gameIDs don't match Check this list and compare. If the game covers are available and the gameIDs match, then you might have a database or .assets file problem. If it is a database issue you might need to flush your HTTPQueue table. Check the table contents with your WebUI. If it is full you might need to use a sqlite gui to delete the rows. My suggestion would be to delete the .assets file* of one game and see what happens when a) downloading the cover from JQE360 or putting the cover manually through the WebUI. Does it create a new assets file? Which size does the file have? You can also extract the file's content. Another suggestion would be to use this app for one game and see if the assets file gets build correctly. *you can find the .assets file under {Your F3 install}DataGameDataHex(ContentItemId of the game)foldername.assets
  15. Check the Dashlaunch topic for more details about the settings. Full covers are downloaded from Jqe360.com. All other images/descriptions from xbox.com. If you block xbox.com through your DL launch.ini settings (livestrong) you'll not get any content. Sent from my GT-I9100 using Tapatalk 2
  16. Dashlaunch: livestrong=false Sent from my GT-I9100 using Tapatalk 2
  17. Ah, now I get it. But this is normal behavior. You use GaDaBaMa to manage F3's database and not vice-versa. In case you would lose your F3 database or you need to recreate it you would want to get your data from GaDaBaMaand not that your data in GaDaBaMa gets overwritten by a faulty database when syncing.You can change the tab of each game through STEP3 (edit button). A dropdown box will show you all the tab options.This way it will change the tab in both databases - GaDaBaMa and F3.
  18. Hi Does it mean that your Tabs table has more rows (content.db)? As far as I remember GaDaBaMa uses the Tabs table. So if you put some games into tabsId 7 and higher they should work in GaDaBaMa as well. You can test it through the manual edit button. The tab-combobox should have your custom tabs as well. If not, how do you keep them separate?
  19. If you are really into database altering you might wanna try out this app: http-~~-//www.youtube.com/watch?v=q_DK9_9W10w You can mass-update almost each field. The replace function gets rid of unwanted text in Titles/descriptions.
  20. Try [Your F3 install folder] Media Fonts Arial.ttf Arial.ttf = Arial Unicode MS regular or another unicode font found in %windir%fonts
  21. As the link above says: Copy it to f3/fonts as Arial.ttf Not the skin folder -> F3 folder / fonts!
  22. I'm glad you got it working Judging from your first screenshot you will probably need UNICODE encoding. Just use the recycle option and do step6 with unicode encoding. If you use UNICODE you'll need a UNICODE font as well in F3. Check this post, it explains what you need to do.
  23. Swapping HDD's is a whole different story. You should have followed >>this guide/app<< GameData folder contains all images packed in .assets files.
  24. Err 2425 is due to SP1. It has always been solved with SP1. Maybe you need to reinstall XUITT if you hadn't SP1 when you installed it. Make sure you have SP1 in the same language as your Access 2010 runtime. Check the XUITT or GaDaBaMa topic to see where SP1 must appear. Somewhere under info. EDIT: like AMIT here (same issue 2425)
  25. It certainly does work on a 64bit machine. Just get Access Runtime 2010 SP1 as written in the readme file/topic. Sent from my GT-I9100 using Tapatalk 2
×
×
  • Create New...