Recent content by scanti

  1. scanti

    Game refuses to show translated strings

    Try using the command line command forcelang_ru when running the game and altering the platform_pc_RU.le_strings file. The game also compresses the unicode for the Russian text, so you may also need to alter the charlist_ru.txt file as well.
  2. scanti

    Juiced Patch

    UseFixedXACT is a hack that improves sound quality. As it's a hack and doing things unsupported by the API it may not work on all systems. That's why it's optional. Linux already has improved sound quality over the Window's version so it isn't needed on Linux. All does LAA increases the memory...
  3. scanti

    Juiced Patch

    Try a less aggressive sleep hack setting. Missions and activities are LUA heavy and an aggressive sleep hack setting may stop the LUA garbage collector from keeping up with the game.
  4. scanti

    Saints Row 2 OpenSpy patcher

    The Monkey Patch supersedes this patch, and the Juiced patch is like the Monkey Patch on steroids. You should try either of those instead of this patch.
  5. scanti

    Saints Row 2 Monkey Patch Project

    New update. I have fixed the billboard texture not showing bug, so you no longer need to use the pass though to make the billboards render properly. The game will also now randomly load a texture file from the billboards directory.
  6. scanti

    Juiced Patch

    @SeaboundSaint Have you tried using the key to the left on the 1 key on your keyboard? On my keyboard it's the `¬ key. Sometimes I have to use that instead of the tilde key in games. It's a weird quirk where Microsoft doesn't realise non US keyboards sometimes have different layouts and doesn't...
  7. scanti

    Juiced Patch

    It could be a rollover problem. Some keyboards can't do certain key combinations. That's why gaming keyboards have what's known as n-key rollover. Try this site to test if the tilde key combos work.
  8. scanti

    Saints Row 2 Monkey Patch Project

    OK, I've changed the engine so it skips the patching of the speed-up bug if it isn't needed. Can you try the attached file and let me know if that helps? If it's working, the sr2patch.txt file should have a line saying. "No speed-up bug detected. Skipping patch."
  9. scanti

    Saints Row 2 Monkey Patch Project

    Strange, your multiplier is 1, which means you shouldn't have the speed-up bug and any changes that are made shouldn't change anything. I may add some code to disable patching of the speed-up big if the game isn't effected by it, i.e. the multiplier is 1. If you use the command line parameter...
  10. scanti

    Saints Row 2 Monkey Patch Project

    What is the output of the s2patch.txt file? Also are you using the powertools fix (DXFreezerServer.dll) as that will conflict with my patcher?
  11. scanti

    Saints Row 2 Monkey Patch Project

    Is it the 4 GB patched version from the DXVK site? I believe they added some of their own patches to the exe to make it work better with DXVK, and they could be conflicting with my code. Try running the game with the command line parameter keepfpslimit. That will stop it from patching in my fps...
  12. scanti

    Saints Row 2 Monkey Patch Project

    I've done a quick update of the mod to allow the user to use the original DFEngine.dll file by passing through to it. To do this, rename the original DFEngine.dll file that came with the game to pass_DFEngine.dll. This will fix the broken ad billboards, but you will lose the benefits of not...
  13. scanti

    Saints Row 2 Monkey Patch Project

    Thank you for helping me find the billboards. Yep, they are super glitchy. Getting the DFEngine.dll to return an error code skips a lot of code in the engine (to do with the add stuff). I guess that some of the code sets up a default texture for the billboards if no advert is available. I'll...
  14. scanti

    Saints Row 2 Monkey Patch Project

    Could you guys that have the missing billboards post some screenshots of their positions on the game map? I have been driving around in the game for an hour and I haven't located any missing billboards.
  15. scanti

    Saints Row 2 Monkey Patch Project

    It looks like the game doesn't load a generic default texture when the DFEngine.dll returns an error code. I thought I got away with doing it the easy way. It looks like changing the code is going to be a lot harder than I thought. The engine is missing code for the stuff that the engine isn't...
Back
Top