0 of 0

File information

Last updated

Original upload

Created by

LochNessHamster

Uploaded by

LochNessHamster

Virus scan

Safe to use

Tags for this mod

19 comments

  1. GPUnity
    GPUnity
    • premium
    • 133 kudos
    Hi, we're updating the Advanced Launcher for Arkham Asylum. Can we add this camera mod function to the launcher? You'll be credited ofc 
    1. Lucid3821
      Lucid3821
      • supporter
      • 0 kudos
      that would have been so sick
    2. Fire1nu
      Fire1nu
      • member
      • 2 kudos
      ay @LochNessHamster this would be a blessing.
    3. RealityIsSin
      RealityIsSin
      • supporter
      • 1 kudos
      @LochNessHamster please
    4. LochNessHamster
      LochNessHamster
      • supporter
      • 7 kudos
      Oh, I'm sorry, I never saw this comment was here. I have a lot of garbage notifications and have just never gotten around to tweaking the site settings to only show important things, like comments. So I just don't really find comments unless I'm actively scrolling through them.

      I believe in the details of all my mods that aren't ports of other people's, I have everything set to allow derivatives, so you can feel free to do what you want with any of my mods. I'd prefer to be credited, but it doesn't really matter to me. I'm just happy to support the community and help people get there games to the state they want them. Honestly, MrJAG is the one who deserves the most credit for sharing the console commands for this. I just got lucky and found them in an old reddit thread. 
  2. MYNAMEISFROWNER
    MYNAMEISFROWNER
    • member
    • 1 kudos
    Doesn't work for me, sadly. With and without the adv launcher. Saw you mention that it could be because it's the GOTY edition. No way to get it to work for it?

    Edit: You have to put the line in the document under Square Enix. Should be in your documents folder on C:.

    Documents\Square Enix\Batman Arkham Asylum GOTY\BmGame\Config\UserInput.ini
    1. BLAZERVA
      BLAZERVA
      • member
      • 0 kudos
      Did you get it to work with  the goty edition how I don't understand 
    2. Plasros
      Plasros
      • member
      • 1 kudos
      Hey Mate, I got it to work on the GOTY Edition. I changed the Keybind from F3 to F4 because F3 was already assigned, anyway, the code as advised above needs to be placed in UserInput.ini -- make sure to remove the readonly flag prior to opening this file.

      located: Documents\Square Enix\Batman Arkham Asylum GOTY\BmGame\Config\UserInput.ini
      I then placed the code:

      .Bindings=(Name="F4", Command="Set R3rdPersonCamera WalkCamConfig (StateFreeCameraSitOffsetMin=(X=0.000000,Y=0.000000,Z=0.000000),StateFreeCameraSitOffsetMax=(X=0.000000,Y=0.000000,Z=0.000000),StateFreeCameraPullOffset=(X=-18.000000,Y=0.000000,Z=0.000000),CameraPivotOffset=(X=0.000000,Y=0.000000,Z=32.000000),ZoomedOffset=(X=0.000000,Y=0.000000,Z=100.000000),maxPitch=10500.000000,MinPitch=-16200.000000,MinFreeCameraDistance=250.000000,MaxFreeCameraDistance=310.000000")

      Under this code in UserInput.ini

      .Bindings=(Name="F3",Command="ToggleGfx", Shift=false, Control=false, Alt=false, bIgnoreShift=false, bIgnoreCtrl=false, bIgnoreAlt=false)

      That made it work. Make the file readonly again once done.

      In-Game press F4 to make the mod work.
    3. FILMSNOBBISH
      FILMSNOBBISH
      • member
      • 0 kudos
      @Plasros Thank you bro!
  3. RealityIsSin
    RealityIsSin
    • supporter
    • 1 kudos
    Here's some altered variables for what I think Is my preferred setting for this game, further away would suit the other games but closer fits asylums theme and level design

    .Bindings=(Name="F4", Command="Set R3rdPersonCamera WalkCamConfig (StateFreeCameraSitOffsetMin=(X=0.000000,Y=0.000000,Z=25.000000),StateFreeCameraSitOffsetMax=(X=0.000000,Y=0.000000,Z=0.000000),StateFreeCameraPullOffset=(X=-18.000000,Y=0.000000,Z=0.000000),CameraPivotOffset=(X=0.000000,Y=0.000000,Z=32.000000),ZoomedOffset=(X=0.000000,Y=0.000000,Z=100.000000),maxPitch=10500.000000,MinPitch=-16200.000000,MinFreeCameraDistance=180.000000,MaxFreeCameraDistance=220.000000")
    1. FILMSNOBBISH
      FILMSNOBBISH
      • member
      • 0 kudos
      Love this! thank you for sharing
  4. BLAZERVA
    BLAZERVA
    • member
    • 0 kudos
    Is it possible to make one for arkham origin I can't find any 

    I found one mod but it only increase the FOV not center the camera
  5. BLAZERVA
    BLAZERVA
    • member
    • 0 kudos
    The Mod wont work please help I past it in but nothing won't happen can you make a video tutorial or something

    edit: I got it to work and yes with GOTY edition the file didnt have any key binding but it can be found in the read first file in the zip just copy it and past it in the place the txt tell you too 

    some reason I cant get it to work with advance launcher

    basically this
    Once you've got your settings squared away, go ahead and copy this code:.Bindings=(Name="F3", Command="Set R3rdPersonCamera WalkCamConfig (StateFreeCameraSitOffsetMin=(X=0.000000,Y=0.000000,Z=0.000000),StateFreeCameraSitOffsetMax=(X=0.000000,Y=0.000000,Z=0.000000),StateFreeCameraPullOffset=(X=-18.000000,Y=0.000000,Z=0.000000),CameraPivotOffset=(X=0.000000,Y=0.000000,Z=32.000000),ZoomedOffset=(X=0.000000,Y=0.000000,Z=100.000000),maxPitch=10500.000000,MinPitch=-16200.000000,MinFreeCameraDistance=250.000000,MaxFreeCameraDistance=310.000000")Now, what you'll need to do is scroll through your DefaultInput.ini file until you see a header that says "[Engine.PlayerInput]". Directly below it there will be about five or so lines of code. They're not important, just a point of reference. Two lines below those will be a list of bindings. The first three or four will have dashes/hyphens before them (i.e: "-Bindings=(Name..."), and then the rest after that will have periods before them (i.e: ".Bindings=(Name..."). You have to paste the hotkey code where the period bindings begin. I've aways put it right at the top of the .Bindings, so just go ahead and put it there. You can refer to the 'visual aid.png' file in this .ZIP for further clarifacation.There are a lot of parts of the .ini with bindings written in the same format. Do NOT confuse them, and do NOT paste the code anywhere else, as it either wont work, or could break all inputs in the game. If the latter happens to you, simply removing the code from whatever wrong place you put it will fix it.If you want to change the hotkey from F3 to something else, you might as well do it now. You can find the exact names for each button/key in the DefaultInput.ini file if you look around. Note that if you bind it to a key that's already used for the in-game controls, it will be overwritten and no longer work for anything except activating the mod. For Xinput devices, the only button that is not used for an important function is L3; which just re-orients the camera behind the player's back.
  6. Batmankira
    Batmankira
    • member
    • 0 kudos
    hope see this mod in arkham origins and city
    1. LochNessHamster
      LochNessHamster
      • supporter
      • 7 kudos
      I've ported it to Arkham City, but I'm having trouble getting it working with Origins. 
    2. DREADNAWGHT
      DREADNAWGHT
      • member
      • 0 kudos
      did you break through?
      edit: i read your comments on youtube
  7. Abhishek13218
    Abhishek13218
    • member
    • 0 kudos
    I have tried and it doesn't work for me 😭 it so nice to have adjustable camera angle man please tell me what should I do 🦇🦇
  8. gdbanon
    gdbanon
    • member
    • 0 kudos
    Doesn't work for me! Is there any action I need to perform to get the camera to centre after launching the game?
    1. gdbanon
      gdbanon
      • member
      • 0 kudos
      Perhaps because it's the GOTY edition?