Monday, May 27, 2013

Resident Evil Revelations [UPDATE 05/29]

Resident Evil Revelations
By TsaebehT / Eqzitara/ MikeAr69


Go to 3DSOLUTIONGAMING for video preview of this game and many others.
If you are a multi-monitor user go here.

Fixed: Crosshair depth
Press F10/F11/F12 to cycle crosshair options including off

Issues Remaining:
Minor issues

Demo is available on steam if you want to check it out.

Installation instructions[Important]
Install file below. Either open Keyboard.exe[If using keyboard] / ControllerA.exe[Gamepad Classic Config] / ControllerB.exe[Shooter Config] prior to playing game. This will fix Scanner mode in game.
If you want to change your in-game depth/convergence settings. Click F8 then adjust your depth/convergence then click F7 to save.

Install to.. /Resident Evil Revelations/
SHADEROVERRIDE

Special Thanks: TsaebehT [Wrote the script to fix scanner]
============================================
If you like this fix I accept Paypal Donations at EQZITARA@YAHOO.COM or my PATREON.
Please keep in mind I am only one person at helixmod and all donations will go only towards myself.
Thank you for your support.

41 comments:

  1. Do NOT leave comments about Resident Evil 6. I get a message about it at least once a week[Mostly by same people over...and over]. Helix said he will do it when he has time.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. #IfWinActive, ahk_class BHRUE
    SetKeyDelay,50
    $c::
    keywait,c,d
    send,{c down}
    sleep, 666
    send,{F5}
    keywait,c
    send,{c up}{c down}{c up}{F4}

    ReplyDelete
    Replies
    1. updated. Big thanks.

      Was driving me nuts and companion kept saying what are you doing when I kept trying to get it work so I was getting frustrated lol.

      Delete
  4. Thanks ¡CAMPEON!

    ReplyDelete
  5. Que hariamos sin vuestro talento los jugadores en 3D? THANKS!

    ReplyDelete
  6. Hmm... I got the 29.5 update but there's no Keyboard.exe/ControllerA.exe/ControllerB.exe. Instead there's the same rev.exe which was included in the previous update. Am I missing something or is the 29.5 update download link not updated to the new update? Thanks for the hard work though, as always I really appreciate the work you guys put into helping us get the best 3D gaming experience possible!

    ReplyDelete
    Replies
    1. Nah, I'm an idiot when it comes to uploading on AWS. Its fixed.

      Delete
  7. My System is Wn 7 32 bit. So the ControllerB.exe doesn't run. Could You please post the code of the autohotkey script? Thanks!

    ReplyDelete
    Replies
    1. Not sure that matters.

      AutoHotKey Scripts:

      Gamepad Shooter said:#IfWinActive, ahk_class BHRUE
      SetKeyDelay,50
      $Joy5::
      keywait,Joy5,T.333
      If ErrorLevel = 1
      {
      send,{Joy5 down}
      sleep, 333
      send,{F8}
      keywait,Joy5
      send,{Joy5 up}{Joy5 down}{Joy5 up}{F9}
      }


      Gamepad Classic said:#IfWinActive, ahk_class BHRUE
      SetKeyDelay,50
      $Joy6::
      keywait,Joy6,T.333
      If ErrorLevel = 1
      {
      send,{Joy6 down}
      sleep, 333
      send,{F8}
      keywait,Joy6
      send,{Joy6 up}{Joy6 down}{Joy6 up}{F9}
      }


      Key said:#IfWinActive, ahk_class BHRUE
      SetKeyDelay,50
      $c::
      keywait,c,d
      send,{c down}
      sleep, 666
      send,{F8}
      keywait,c
      send,{c up}{c down}{c up}{F9}

      Delete
    2. Thanks a lot! Unfortunately my wireless XBox Controller doesn't work with autohotkey. But I could use the information about timing and hotkeys (F8, F9) to make an equivalent Pinnacle Game Profile.

      Delete
    3. Wasn't aware of that.

      If you cant figure it out only solution that MAY work is. http://www.microsoft.com/hardware/en-us/p/xbox-360-controller-for-windows#support

      Download driver. It might not install necessary file[api] for wireless one but if you install wired it might put it in place.

      I hope you can figure it out because tbh, I was real unhappy with fix without it. Scanner is a pain without the script.

      Delete
    4. By the way. If you can figure it out and post it here that would be great. May help someone in same boat.

      Delete
    5. O wait. I know.

      Chance the key in game so its not C. for scanner. Then download keyboard version.
      Bind C to whatever scanner button is on controller with pinnacle.

      Delete
  8. I've installed the mod on WIn 7 x64 as per instructions, and the game simply crashes when I try to launch it.

    ReplyDelete
    Replies
    1. http://helixmod.wikispot.org/How_To_Install

      Delete
  9. Installed the mod as written, but im unable to change the crosshair.
    Additionally my F12 Key is broken.
    Is there a way to rebind the Funktion Keys?
    Mod seems to work. The game Crashes if none of the Hotkey exes are running

    ReplyDelete
    Replies
    1. This only works if you are a 3d vision user.
      Open dx9settings.ini
      Preset1Key = 121
      Preset2Key = 122
      Preset3Key = 123

      121 = F10
      122 = F11
      123 = F12

      Can change to whatever you want. http://www.asciitable.com/index/asciifull.gif
      use that chart and look at category: Dec
      Change it accordingly.

      Delete
  10. It works perfectly ! Thank you for this fix. Is there any way to make the crosshair "deeper". By manually raising the value of the F12 button for example.

    ReplyDelete
    Replies
    1. open shaderoverride/vertexshaders/9190C687.txt

      change

      def c200, .75, .90, 0.0625, 1

      ti
      def c200, .95, 1, 0.0625, 1

      Delete
    2. change

      def c200, .75, .90, 0.0625, 1

      to

      def c200, .95, 1, 0.0625, 1

      Delete
  11. For some reason I am getting a "The procedure entry point Direct3DCreate9Ex could not be located in the dynamic link library d3d9.dll after installing the mod.

    Could this be because the game is updated and not the original 1.0 version? or is this something else?
    Other 3d vision mods for other games work just fine.

    Thanks.

    ReplyDelete
    Replies
    1. It would appear the included DLL doesn't export Direct3DCreate9Ex at all, just Direct3DCreate9. I'm guessing this has to do with the game being updated.

      Delete
    2. Thanks :) that did it

      Delete
  12. Sorry, I don't konw where to post this.
    Can anyone make a patch for "Resident Evil HD Remaseter", please?

    THANKS!

    ReplyDelete
  13. hello, can anybody tell me if this fixes the FOV, I tried using widescreen fix to change the fov
    but the game crashes when i enabled the fix, as they said in forums. I have 1440x900 16:10 monitor
    I installed the game update for the reslolution but still the FOV didn fix´...
    please help me to understand the problem.

    ReplyDelete
    Replies
    1. Works fine using Widescreen Fixer/Helifax's fix, it specifically says to wait until you're past the first menu(eyeball) to enable the widescreen fix or else the game will crash... I usually enable it once I'm in-game.

      Delete
    2. I manage to fix the problem, it was caused by a windows update. I just uninstalled the update and then widescreen fix worked.

      Delete
  14. Since i am on WIN 10 with 2x 1080ies Re Rev crashes now while cutscenes (FMVs) are played. Game otherwise runs fine. Tried everything but keeps on crashing. When i were on WIN 7 with 2x780ies (and older Driver ofc) everything worked perfect. Any ideas?

    ReplyDelete
  15. Unfortunately the game isnt playable in this state, since there is a 2d cutscene every here and then. When ctrl+alt+T out of 3D just before the FMV starts, the game crashes anyway. Only when 3D is disabled in NVCP the FMVs play without problem...but i would like to continue in 3D vision, too bad.

    ReplyDelete
    Replies
    1. Is this happening with the fix not installed? I wouldn't expect it to look right, but it would informative to know if 3D itself is broken, or some conflict with HelixMod.

      Delete
    2. I just tried this on the Steam version on a Win10 system, GTX 980, and it seems to be working fine. I don't get any crashes. Cutscenes are working, in 2D.

      Works fine with no fix installed at all, didn't see any glitches in first two rounds. Crosshair is screen depth though. Also worked fine with HelixMod installed, which removed the crosshair. F11 and F12 put crosshair back, but did not look right, more like convergence was off. Nvidia laser crosshair did not work.

      Eminently playable with no crosshair however.

      Delete
    3. Just tried without fix installed but also vanilla game crashes in cutscenes on my system. So maybe its somehow related to my system. What driver did u use?

      Delete
    4. Crash is SLI related. When using just one 1080 it doesnt Crash when 2D cutscenes play.
      Well, one 1080 is enough anyway, but strange issue...

      Delete
    5. Good to hear, thanks for letting us know. SLI can cause all sorts of weird problems, not totally surprising. If you want to experiment further you can try alternate profiles, or play with the SLI bits. It could have a bad profile attached to the game from NVidia.

      Delete
  16. Game crashes (after big eye at the beginning) in 3840x2160 resolution.

    ReplyDelete
  17. it seems the fix is not working anymore on win10, 452.06 :-(

    ReplyDelete
  18. update: driver 451.67 is still fine, but not 452.06

    ReplyDelete