Recent content by LucasRitter

  1. LucasRitter

    [WIP] menthe sr-tools

    Chrome 85 updated the function signatures and names, this broke the tool. Just updated it to work with Chrome 85+ again. To @biotear, who forked the project on GitHub: Just disabling the warning won't fix the file system portion. Also the srttr repo does look a lot like my code :eyes:
  2. LucasRitter

    [WIP] menthe sr-tools

    The project is open source. If anyone wants to contribute, I’ll gladly accept their Pull Requests. I’ll return to this project, just not right now.
  3. LucasRitter

    [WIP] menthe sr-tools

    Mainly work and another interest in reversing DJ Hero happened.
  4. LucasRitter

    [WIP] menthe sr-tools

    Yeah, I really need to improve the UX flow in the app for the actual v2 release, but this is still a preview and some other features are taking priority right now.
  5. LucasRitter

    [WIP] menthe sr-tools

    JavaScript isn't really meant to be turned into a self-contained executable. Sure, you could use something like Deno or Node.js, but you'd still have to change so much in the code since it mostly relies on Browser APIs. If you explicitly need offline availability, download the source code, then...
  6. LucasRitter

    [WIP] menthe sr-tools

    I wouldn't hold my breath. Also, what do you mean that there's no export option? It's there when you're inside of a VPP or STR2 file.
  7. LucasRitter

    [WIP] menthe sr-tools

    Hmm. It could be because the game expects a compressed archive? The rebuilds are never compressed. Thanks for the report though, I'll go take a look at what might be causing the crash.
  8. LucasRitter

    [WIP] menthe sr-tools

    No. This webapp uses a very new API called the Native File System API, which is currently only available on Chrome 82+. Once Firefox adds this API, I'll add support for it as well.
  9. LucasRitter

    [WIP] menthe sr-tools

    No, not yet. As I said, this is the initial preview of v2, more features will roll out over time so keep an eye on the changelog
  10. LucasRitter

    [WIP] menthe sr-tools

    Yeah, just tested it on my side as well. Seems that, because Program Files is a special folder, it won't allow Chrome to access the folder. So if you want to modify the files through this tool, you might have to copy the game files to a different folder and load that one.
  11. LucasRitter

    [WIP] menthe sr-tools

    You need to select your game folder. Did you install your game to Program Files on C:/?
  12. LucasRitter

    [WIP] menthe sr-tools

    Added to that I plan on adding a model viewer to the tool as well in the future, but for the preview this won't be available yet. But since this is a web app, rolling feature releases are possible with no additional downloads required.
  13. LucasRitter

    [WIP] menthe sr-tools

    Unless you know your way around the file format and know how to decompress LZ4_HC, then it's probably best to just wait for v2. I'm planning to release an initial build of it this weekend.
  14. LucasRitter

    [WIP] menthe sr-tools

    You can open str2_pc files in the app as well, but offset calculation might be broken. There's also no tools for exporting texture files just yet, but I'm planning on implementing it in v2.
  15. LucasRitter

    [WIP] menthe sr-tools

    I'll make it a PWA to make it accessible even when offline. I'm hesitant to make it a fully native application however, since that will require maintaining 2 code bases, and 99% of people won't mind that it's browser based. The source code is fully open source and (v2) is GPL2 licensed, so feel...
Back
Top