diff options
| author | 2025-11-09 12:06:22 -0500 | |
|---|---|---|
| committer | 2025-11-09 12:06:22 -0500 | |
| commit | b3803ef3628be8f91d612283780775fb0500f71f (patch) | |
| tree | 5be8005d8ca17664f524a113184869bb6517b629 /Research | |
| parent | 1d18399d8420b3335cff5ef86552dc2dc9962bf4 (diff) | |
| download | NewCamera-b3803ef3628be8f91d612283780775fb0500f71f.tar.gz NewCamera-b3803ef3628be8f91d612283780775fb0500f71f.tar.bz2 NewCamera-b3803ef3628be8f91d612283780775fb0500f71f.zip | |
Fix using wrong member in Tuple str, minor cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Research')
| -rwxr-xr-x | Research/parse_lmt.py | 2 | ||||
| -rw-r--r-- | Research/research.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Research/parse_lmt.py b/Research/parse_lmt.py index ff977a6..3c3239c 100755 --- a/Research/parse_lmt.py +++ b/Research/parse_lmt.py @@ -30,7 +30,7 @@ class Tuple(): v: float w: float def __str__(self) -> str: - return f'({self.x:8.5f}, {self.w:8.5f})' + return f'({self.v:8.5f}, {self.w:8.5f})' class V_Type(): X = 1 diff --git a/Research/research.txt b/Research/research.txt index dfb977e..23fa433 100644 --- a/Research/research.txt +++ b/Research/research.txt @@ -31,7 +31,6 @@ HIGH = 1024x1024, 2048x1024 MonsterHunterWorld.exe+2317800 - 8B 81 38010000 - mov eax,[rcx+00000138]
MonsterHunterWorld.exe+2287AD0 - 89 91 30550000 - mov [rcx+00005530],edx
-**
MonsterHunterWorld.exe+2288A70 - F3 0F59 0D 1821D000 - mulss xmm1,[MonsterHunterWorld.exe+2F8AB90](8.0) -> 14028389C(16.0)
or
MonsterHunterWorld.exe+43FF84 - F3 0F10 0D CCFEA002 - movss xmm1,[MonsterHunterWorld.exe+2E4FE58](1.0) -> 1400001B0(2.0)
@@ -45,7 +44,6 @@ MonsterHunterWorld.exe+2288B5E - 74 20 - je MonsterHunterWorld.e MonsterHunterWorld.exe+2288B00 - 89 91 00550000 - mov [rcx+00005500],edx
## Needs replace or figure out something.
MonsterHunterWorld.exe+2287B1A - C7 81 20550000 00100000 - mov [rcx+00005520],00000800
-**2
## Disable Dithered Fade Close to Camera. (Credit: Otis_Inf)
000000005D2ACD10+71
|