Search results

  1. scanti

    SR3 Texture Utilities

    OK I've downloaded ComradeJK's skin mod and I've found out what the problem is. He has resized the textures but instead of using the cvbm_pc files generated by my utility he is using the ones in original game files. This means the size of the texture file in the cvbm_pc file is wrong and my...
  2. scanti

    SR3 Texture Utilities

    It could be some sort of Windows file permissions thing blocking my program from working. Have you tried running my tools as an administrator? Under Vista and above type cmd in the search box. Right click the cmd.exe in the listing and select run as administrator. I'll have a proper look...
  3. scanti

    Post your favourite comedy scetch.

    Here's a more recent sketch that cracked me up.
  4. scanti

    SR3 Texture Utilities

    Do you get any error messages while extracting the texture files? I looked up the Photoshop error and it usually comes up if the filing system is corrupted in some way. Try running CHKDSK /r as an administrator to check your filing system is OK.
  5. scanti

    Retexturing Saints Row IV, For Dummies

    You can ask superdemus how he made the character clothes shiny in this thread. Instead of setting the value to something high try changing it to 0 which should turn off the shininess.
  6. scanti

    When will it be possible to be able to use high res textures?

    That's a 32 bit application limit. Under 64 bit windows and with the application having the LAA flag active an application can use up to 4Gbs of memory. That 4Gb includes any shared library files (dll files - like direct x) and drivers. Maybe one day, when all the 3rd party libraries support it...
  7. scanti

    When will it be possible to be able to use high res textures?

    Now that is very handy to know. I was planning on writing a recursive texture replacer that scanned through all the game files replacing all instances of a texture. Now I don't need to. :)
  8. scanti

    SR4 customization in SR3

    My post above is out of date. Idolninja has said that Volition says it's fine to move assets from one Saints Row game to another, just don't go over the top and convert the whole thing or use assets from a console version of the game.
  9. scanti

    When will it be possible to be able to use high res textures?

    One limitation you may need to be aware of, and this is a limitation of Direct X and not the game engine, is that any texture larger than your graphics card can handle is rendered as a blank texture. In the case of a Direct X 10 card then a texture (to be safe) shouldn't exceed 8192 pixels in...
  10. scanti

    When will it be possible to be able to use high res textures?

    Is the peg file flag BM_F_HIGH_MIP related to high quality texture flag and if so how does it work?
  11. scanti

    Unskippable intros

    I know this skips the intro videos but it may work. Try adding the line: SkipIntroVideo = true to your display.ini file in the main directory. This will stop the intro videos from loading at all. (Although in SRTT it didn't do anything in the DX9 version).
  12. scanti

    SRIV Latest Steam patch for SRIV breaks weapons

    For once I'm pleased that my copy of Steam has login issues. It usually puts me into offline mode and it takes several attempts to log in. I think it's because whatever method my ISP uses to throttle steam downloads (bad, bad ISP) interferes with the login process.
  13. scanti

    SRTT Command line parameters.

    For Steam's CEG to work the game has to be launched through Steam. Only gamelauncher.exe has a Steam AppID (as far as I know). If either of the SRTT executables has an AppID then you can launch it with steam -applaunch <AppID>.
  14. scanti

    SR3 Texture Utilities

    I think the universe is having a little joke at my expense after I posted this : :)
  15. scanti

    Editing Character Textures for Lazy Louts, and the Technically Inept(like me!)

    Ah I think I know what you are doing now. You need to save the file as a dds file and the extension is filename.tga.dds. What's confusing you is that you probably have windows set to hide file extensions. So any files will show up as filename.tga instead of filename,tga,dds. (Hiding file...
  16. scanti

    SR4 customization in SR3

    If you mean transfer assets from Saints Row 4 to Saints Row 3 I don't think Volition would allow it. The problem is that game companies outsource a lot of game asset work to freelance artists. This can become a legal nightmare when you start moving assets from one game to another. (Even if they...
  17. scanti

    SRTT Command line parameters.

    Just generic resolution settings. :( Thanks for looking.
  18. scanti

    SRTT Command line parameters.

    Just a quick question. Are there any command line parameters for SRTT that could be helpful to us?
  19. scanti

    Editing Character Textures for Lazy Louts, and the Technically Inept(like me!)

    The texture files are saved as dds files. This stands for direct draw surface and it's the internal format used by direct x. Your art program must support the dds file format or use a plug-in that supports it. For Photoshop you can download a plug-in from nVidia from here. Paint.NET, a free...
  20. scanti

    Initiation Staition for IV?

    It may have been a bit rushed. They did the programming equivalent of leaving your car unlocked and the keys in the ignition. (I can't explain further, so don't ask). Fortunately they've fixed it now.
Back
Top