Allow adjustment of camera zoom and field of vision beyond what the game normally allows.
Works for DX11 only.
You can use the source or download the latest release from here: https://github.com/jayotterbein/FFXIV-Zoom-Hack/releases/latest
https://github.com/daemitus/CameraPlugin
I am not associated with that project at all.
(削除) CE can be downloaded here: http://www.cheatengine.org/downloads.php (削除ここまで)
(削除) This guide assumes 6.5: http://www.cheatengine.org/download/CheatEngine65NoSetup.rar (削除ここまで)
(削除) It should work with any version, but options may be named differently (削除ここまで)
(削除) 1. In CE: File - Open process. for DX9: ffxiv.exe, DX11: ffxiv_dx11.exe (削除ここまで)
(削除) 2. In game: Zoom all the way out, make sure there are no obstructions (削除ここまで)
(削除) 3. In CE: On the right side, change Value Type to Float. Look for Value 20.0 (削除ここまで)
(削除) 4. In game: Zoom all the way in without going to first person (削除ここまで)
(削除) 5. In CE: Change Value to 1.5, hit enter or click "Next Scan" (削除ここまで)
(削除) 6. Repeat steps 2-5 until you see the value of interest in the window on the left. You should see the value changing as you change zoom in game. (削除ここまで)
(削除) 7. In CE: Double click the value in the top, this adds it to the list on the bottom. (削除ここまで)
(削除) 8. In CE: Right-click on the address on the bottom, click "find what writes to this address" (削除ここまで)
(削除) 9. In game: Zoom in and out a few times, CE should update with an instruction in the new new window. (削除ここまで)
(削除) 10. In CE: (削除ここまで)
(削除) 1. Select the instruction (削除ここまで)
(削除) 2. Look for the line which does the writing, it will have '<<' at the end (削除ここまで)
(削除) 3. Look for the register and offset, you should see something like DX9: [ecx+000000F8], DX11: [r9+00000000000000F8] (note: it's been RCX before) (削除ここまで)
(削除) 4. Find the address in the register, at the bottom look for ECX=0125BB80. Save this address, clipboard or notepad. (削除ここまで)
(削除) 5. Get back to the main CE window (削除ここまで)
(削除) 11. In CE: Click "New Scan", Value Type DX9: 4 Bytes, DX11: 8 Bytes, check Hex. Search (削除ここまで)
(削除) 12. In CE: Top list should show multiple results, for all green ones do this until something makes sense: (削除ここまで)
(削除) 1. Double-click the address in the top (削除ここまで)
(削除) 2. Double-click the address in the bottom that appears, make sure to click on the 'Address' value (削除ここまで)
(削除) 3. Copy the address, DX9: ffxiv.exe+offset, DX11: ffxiv_dx11.exe+offset (削除ここまで)
(削除) 4. Check Pointer, change Type to Float (削除ここまで)
(削除) 5. Paste the address in the box above "Add Offset", click OK (削除ここまで)
(削除) 6. If the Value is displayed as a hex: Right-click the row in the bottom, click "show as decimal" (削除ここまで)
(削除) 7. Ensure that value updates as you zoom (削除ここまで)
(削除) You have now found the offset. Modify the Offset.xml, the offset from above (after ffxiv.exe or ffxiv_dx11.exe)is the StructureAddress in the xml. (削除ここまで)