Search results

  1. A

    ROM Hack 3DS Windows Explorer extension

    Wiki account creation should be working now. Looks like they changed something on Google's side and wiki software had to be updated before capchas could be used again. Sorry for this.
  2. A

    ROM Hack 3DS Windows Explorer extension

    Terribly sorry about this. I uploaded 1.7.2 version that does include missing files.
  3. A

    ROM Hack 3DS Windows Explorer extension

    All right. 1.7.1 has case insensitive ProgramId matching. https://mega.nz/#F!1B9BlbaI!srJg5nTE_qaxJyHDIU9GhA
  4. A

    ROM Hack 3DS Windows Explorer extension

    Honestly amazed that the whole thing with wiki managed to not destroy itself. Anyway, I see the predicament you guys are having with duplicating metadata files for CIA and 3DS. I made some experimental edits to code, and now at expense of having to read the whole database when the extension...
  5. A

    ROM Hack 3DS Windows Explorer extension

    Try re-downloading it. At some point there was a huge bug making whole db unusable.
  6. A

    ROM Hack 3DS Windows Explorer extension

    Uploaded version 1.6 which changes broken Product Id for CIA files. Phew, that took a while. Also I have no idea how to handle .sav files.
  7. A

    ROM Hack 3DS Windows Explorer extension

    I created a wiki to allow users to add new games to the extension. http://no-info.no-ip.info/3ds/wiki/index.php/Main_Page A bot crawls the wiki and produces an updated database of games, downloadable from here: http://no-info.no-ip.info/3ds/database/ If you make changes to wiki (editing...
  8. A

    ROM Hack 3DS Windows Explorer extension

    gamesquest1: CIA are identified by titleId, but commercial games are identifiewd by four letter code. I don't have a mapping for titleId to four letter code, so I can't do that. Fishaman P: about EU/US: is this really an issue? As a last resort, you can change the icon yourself. As for 3dsx...
  9. A

    ROM Hack 3DS Windows Explorer extension

    octopus: well, see my post here for a way to use a different kind of thumbnail: https://gbatemp.net/threads/3ds-windows-explorer-extension.373589/page-5#post-5147696
  10. A

    ROM Hack 3DS Windows Explorer extension

    Latest update changed the way non-square pictures are resized. Before they would be resized to fit 182x182, now they are resized to 182x and cropped. LehmanLee: you did not post anything about your program apart from that it does not work. Rulesless: I guess it could we done, draw ions based...
  11. A

    ROM Hack 3DS Windows Explorer extension

    octopus: uh, that's my bad. Time for 1.5.2
  12. A

    ROM Hack 3DS Windows Explorer extension

    1.5.1 bugfix Fixed messed up colors (blue and red were swapped) KennyMckormick: yes, using uninstall.bat SunnyDelacote: if you have issues even before running my stuff, I can't see how I can be causing it. Maybe it's your antivirus?
  13. A

    ROM Hack 3DS Windows Explorer extension

    1.5 is up! Support for CIA files; program Id, program name, publisher and picture are obtained from CIA. You still can edit their properties and pictures in same fashion as 3ds and it still does not change files themselves.
  14. A

    ROM Hack 3DS Windows Explorer extension

    I uploaded 1.4 version today. The main change is that you can edit picture and properties. None of those edits change contents of .3ds files. Instead, new pictures are placed into user-boxshot directory, and properties - into user-info. You change picture by using an option in explorer...
  15. A

    ROM Hack 3DS Windows Explorer extension

    I finally found and tackled the problem of icons not working for 3ds. Turns out that if you manually set a program to open some file extension (like .3ds), the system creates a registry key for that program and ignores any icon extractors outside of that. In 1.3, during installation, if the...
  16. A

    ROM Hack 3DS Windows Explorer extension

    c80n: Check the HKCR/.3ds/(Default) then. It should have the file "3dsfile" value, same as HKCR/.3dz/(Default) nearby. HKCR/3dsfile/ShellEx/IconHander/(Default) should be {FC548317-B187-4404-B7EC-FA9EE87EFE84}, which is the GUID for my class, but since the icons for 3dz files display properly...
  17. A

    ROM Hack 3DS Windows Explorer extension

    hackotedelaplaqu: Yep. filfat: I wish I could, but it's not possible yet. c80n: Well, once more, my program does not open files. The list of programs that edit 3ds files should not in any way involve my extension.
  18. A

    ROM Hack 3DS Windows Explorer extension

    c80n: so can you clarify, in the end, were there edits to .3ds files caused by my program? I do not write anything to streams provided to me by explorer, so the way I see it is very unlikely that my program can mess up ROMs. Also strange that editing...
  19. A

    ROM Hack 3DS Windows Explorer extension

    There might be a log.txt file created in the same directory as DLL file, maybe that will have some more info on why it's not working properly. descac: what do you mean?
  20. A

    ROM Hack 3DS Windows Explorer extension

    1.2 is up, changelog will be in first post. This might fix the issues with pictures not displaying because I possibly messed up big time with 1.1