forked from xenia-canary/xenia-canary
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perfect Dark Zero support #37
Merged
marinesciencedude
merged 29 commits into
marinesciencedude:mousehook
from
Clippy95:PerfectDarkZero
Dec 14, 2024
Merged
Perfect Dark Zero support #37
marinesciencedude
merged 29 commits into
marinesciencedude:mousehook
from
Clippy95:PerfectDarkZero
Dec 14, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
marinesciencedude
force-pushed
the
mousehook
branch
3 times, most recently
from
October 22, 2024 09:17
8b9875a
to
04052b3
Compare
marinesciencedude
force-pushed
the
mousehook
branch
from
October 30, 2024 10:43
48cf776
to
6fa5ed4
Compare
marinesciencedude
force-pushed
the
mousehook
branch
2 times, most recently
from
November 6, 2024 20:47
1a0d066
to
d51e96d
Compare
This is mostly finished but mousehook seems to have a bug where it switches the bindings from the one set in bindings.ini to the ones in HID.WinKey |
Clippy95
force-pushed
the
PerfectDarkZero
branch
from
November 17, 2024 19:38
50a753d
to
19f7e98
Compare
Clippy95
force-pushed
the
PerfectDarkZero
branch
from
November 23, 2024 21:04
acd88fb
to
b5f6d94
Compare
marinesciencedude
force-pushed
the
mousehook
branch
from
December 11, 2024 20:22
0daa551
to
61f06f8
Compare
Clippy95
force-pushed
the
PerfectDarkZero
branch
from
December 12, 2024 10:45
110198b
to
4fe4267
Compare
Clippy95
force-pushed
the
PerfectDarkZero
branch
from
December 13, 2024 18:09
8142470
to
c11ca85
Compare
Clippy95
force-pushed
the
PerfectDarkZero
branch
from
December 13, 2024 18:10
c11ca85
to
cc5da4e
Compare
marinesciencedude
merged commit Dec 14, 2024
a07ff93
into
marinesciencedude:mousehook
3 checks passed
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 14, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 14, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 17, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 19, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 23, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 27, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 27, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Dec 31, 2024
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 3, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 25, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 25, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 26, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
marinesciencedude
pushed a commit
that referenced
this pull request
Jan 29, 2025
* Perfect Dark Zero support * Add sway * Add cover camera * pause flag * clamp cover * Change calculation of FOVscaling for FOV patch * Patch gun sway * TU3 support * Right Stick emulation for intro mission * lint * Fix pointer crash * lint * Read compile date & version instead of build name * Platinum Hits verison support, modifier & initial bindings * Different pointer for Platinum Hits and remove address range check for radians X * Sniper ADS fov fix * remove pdz_scale_base_fov_sens cvar * rebase * Gun sway edits for ADS * Turret camera support, only tested for TU3 * Local player address for TU3, fixes coop thanks to @A1eNaz for helping me find it * Port multi base address to TU0 & Plat hits for coop fix * universal_address chain for isSpecialCam * Hovercraft cam support * Jetpac unsupported note * Emulate LS with mouse when using gadgets. * Disable mouse LS emulation if SHIFT is held down * Jetpac cam support * Update README.md --------- Co-authored-by: Clippy95 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
as per #36
- Camspy cam; need a flag.current pause flag is shared with camspy so emulate RS with itOriginal bases seem to be for player1, if player2 is connected with mousehook they can control player1 character's angle