Search results

  1. scanti

    Fix Decker Specialist Outfit (DLC)

    My guess it's either a missing or corrupt normal texture, or they have messed up the material properties for the tights. I'll have to buy the DLC and have a play around with the data.
  2. scanti

    Saints Row 3 le_strings

    Try the utility in this thread.
  3. scanti

    SR3 Texture Utilities

    It depends on the shaders the original outfit model uses. Basically if the texture has an alpha channel you can edit it, otherwise you probably can't. I'm looking at extending the work done on decoding the Saints Row model format. It's just a matter of finding the time to do it. Hopefully the...
  4. scanti

    Super Powers and the Bee Gun

    I was a bit upset that neither of the homies is the cosplaying Pierce but that's probably 'cos I'm one of those perverts your mother warned you about. Slightly off topic but the witches and wieners dlc looks cool.
  5. scanti

    SR3 Texture Utilities

    Found the problem. It wasn't a bug. The texture file names are <blah blah>.tga.dds. (A bit confusing I'll admit but all the game textures have a .tga extension and I add a .dds extension so your paint program will know what type of file it is). Your textures are missing the tga part. When I...
  6. scanti

    SR3 Texture Utilities

    Looks like there is a bug in the repack program. I'll see if I can fix it. I have a few real life things to do but hopefully I'll have it fixed by tomorrow.
  7. scanti

    SR3 Texture Utilities

    I use the version of gibbed tools that came with Gentlemen of Steelport. Use Gibbed.SaintsRow3.PackSTR2 <name of the str2 directory>. I have found that the directory name must not have any spaces in it and you have to follow it with a \. i.e. Gibbed.SaintRow3.PackSTR2 testdirectory\. It will...
  8. scanti

    How to edit a Saint Row the Third Normal Map.

    OK now you have altered your normal map you need to convert it into a format the game can understand. First save your height map. You may need to make changes to it and the conversion between a height map and normal map is lossy. i.e. the image degrades each time you do it. First select...
  9. scanti

    How to edit a Saint Row the Third Normal Map.

    I wrote this guide for use with gimp. You can get gimp from here. You will also need a couple of plug-ins for gimp. The first is the DDS plug-in. You can get it from here. The second allows you to manipulate normal maps and you can get it from here. Now you are all set unpack your normal dds...
  10. scanti

    SR3 Texture Utilities

    If you are having trouble with gimp you can also try Paint.NET or convert them to another format using the Compressonator.
  11. scanti

    SR3 Texture Utilities

    Cool. No problem. Glad we got everything working in the end.
  12. scanti

    SR3 Texture Utilities

    Just to make sure it's gibbed tools that are a problem download the attached file, decompress it and see if you can unpack the ui_legal_pc.cpeg_pc file. If it unpacks OK then gibbed tools is your problem. If so try downloading the Gentlemen of Steelport mod and use the version of the tools...
  13. scanti

    SR3 Texture Utilities

    Those files unpack OK for me. What did you use to extract the game files? I used the Recursive package extractor.
  14. scanti

    SR3 Texture Utilities

    OK 'greatly' was a bit of an exaggeration. :) I've recompiled with the libraries statically linked. Hopefully this version should work on any computer without problems. EDIT: Do you still have the same problems with this version?
  15. scanti

    SR3 Texture Utilities

    Damn Microsoft. I wrote the thing in standard ANSI C++ to try to avoid these problems. Why do they have to make everything so fiddly? Your standard C++ libraries are out of date so try downloading the Visual C++ Redistributable files from Microsoft. I wrote it in VS2005 so try these 2 files...
  16. scanti

    SR3 Texture Utilities

    Whoops made a mistake with the previous version that meant it couldn't repack uncompressed DDS textures. (Put a = instead of a == in an if statement). This new version fixes it.
  17. scanti

    SR3 Texture Utilities

    OK I've written the repackaging utility. So you can now unpack the game's textures, alter them and repackage them back into the game. Enjoy.
  18. scanti

    Texture Edit?

    I haven't written the re-packer yet but I have written a little command line tool to unpack textures. The thread is here.
  19. scanti

    SR3 Texture Utilities

    I've been working on the Saints Row 3 texture files and I've finally thrown together a utility to unpack the texture data files. I haven't written the program to repackage the textures (there is still one flag I can't decode) however I am working on it. For those of you that like that sort...
  20. scanti

    Gentlemen of Steelport Compilation

    I've been trying to decode the texture files and I've had some success. No tools at the moment. Once I get my head around the format of the header of a DDS file I should be able to write one. Anyway during my testing I managed to hack together a loading splash screen for your mod compilation...
Back
Top