Skip to content

Commit 3b3abec

Browse files
committed
modified: source/fixes/PowerdromeFOVFix/dllmain.cpp
1 parent 9261f0c commit 3b3abec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/fixes/PowerdromeFOVFix/dllmain.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ void FOVFix()
270270

271271
fAspectRatioScale = fNewAspectRatio / fOldAspectRatio;
272272

273+
// These instructions are located in the following functions: piCameraItem::FactorGlanceIntoMatrix, pcTrackDollyCam::StaticClass, pcGeneratedCam::MakeCamera, pcFixedCam::MakeCamera, pcDollyCam::MakeCamera, pcCutsceneCam::StaticClass, pcCameraItem::StaticClass
273274
std::vector<std::uint8_t*> CameraFOVInstructionsScansResult = Memory::PatternScan(dllModule2, "8B 54 24 ?? D8 07", "8B 44 24 ?? D8 44 24 ?? 50", "8B 4C 24 ?? D8 44 24 ?? 51", "8B 4D ?? 51 8B 4C 24", "D8 05 ?? ?? ?? ?? D9 1C ?? 51 8B 8C 24",
274275
"8B 44 24 ?? 50 8D 4C 24 ?? 51 8B 8C 24 ?? ?? ?? ?? 8D 54 24 ?? 52 8D 44 24 ?? 50 FF 15 ?? ?? ?? ?? 81 C4 ?? ?? ?? ?? C2 ?? ?? D9 44 24 ?? D9 44 24 ?? D8 1D ?? ?? ?? ?? DF E0 F6 C4 ?? 75 ?? DD D8 C7 44 24 ?? ?? ?? ?? ?? EB ?? 90 90 90 90 90 90 90 90 90 90 83 EC",
275276
"8B 44 24 ?? 50 8D 4C 24 ?? 51 8B 8C 24 ?? ?? ?? ?? 8D 54 24 ?? 52 8D 44 24 ?? 50 FF 15 ?? ?? ?? ?? 81 C4 ?? ?? ?? ?? C2 ?? ?? D9 44 24 ?? D9 44 24 ?? D8 1D ?? ?? ?? ?? DF E0 F6 C4 ?? 75 ?? DD D8 C7 44 24 ?? ?? ?? ?? ?? EB ?? 90 90 90 90 90 90 90 90 90 90 90",

0 commit comments

Comments
 (0)