Search results

  1. S

    A fix for menthe sr-tools.

    In fact, you only need a https server to host these files, you could use IIS on windows instead, but it's more complicated.
  2. S

    A fix for menthe sr-tools.

    You need to install xdg-open to run anywhere, which I failed to mention, sorry. The command is: sudo apt-get install xdg-utils Already updated the protocol.
  3. S

    A fix for the SRTT texture unpacker to support SRTTR

    It is already working again with my fix, though hard to use. https://www.saintsrowmods.com/forum/threads/a-fix-for-menthe-sr-tools.18647/ I will push my fix to lucas when I have spare time. You should: 1. unpack vpp_pc files with menthe sr tools to get texture packs. 2. unpack texture packs...
  4. S

    Request a fix for model importer

    Yes, the mesh importer just said "Improper file format.", importing nothing.
  5. S

    Request a fix for model importer

    I have fixed the archive exporter (https://www.saintsrowmods.com/forum/threads/a-fix-for-menthe-sr-tools.18647/) and the texture unpacker(https://www.saintsrowmods.com/forum/threads/a-fix-for-the-srtt-texture-unpacker-to-support-srttr.18646/). And now it's time to fix the model importer to...
  6. S

    A fix for menthe sr-tools.

    Sorry for not having time for detailed readme...... I will contact LucasRitter to update codes on his server. For now, briefly, put all the files in dist.zip into a https web server. It might be hard for most people, I know...... Update: Detailed procedure updated.
  7. S

    A fix for the SRTT texture unpacker to support SRTTR

    Just like the old one, put cpeg_pc and gpeg_pc in the same directory, and pull cpeg_pc on this exe file.
  8. S

    [WIP] menthe sr-tools

    Fixed. https://www.saintsrowmods.com/forum/threads/a-fix-for-menthe-sr-tools.18647/
  9. S

    A fix for menthe sr-tools.

    ONLY SUPPORT UNPACKING, NOT REPACKING. Reference: https://www.saintsrowmods.com/forum/threads/wip-menthe-sr-tools.18277/ After the current update of edge and chrome, this tool is not working, as LucasRitter seems to be busy, I made a fix. Usage: 1. Install node and npm (You could use wsl, as...
  10. S

    A fix for the SRTT texture unpacker to support SRTTR

    Reference: https://www.saintsrowmods.com/forum/threads/gibbed-tools.639/ Change log: SR3UnpackTextures.cpp: line 199: original: switch (TextureRecords.TextureEnum) fixed: switch (TextureRecords.TextureEnum - 16777216) line 290: original: default: std::cout << "ERROR - Unknown texture type."...
Back
Top