Commit graph

660 commits

Author SHA1 Message Date
NotAKidoS
fb67a08c08 [ThirdPerson] Quick fix for DesktopVRSwitch. 2023-06-20 21:01:36 -05:00
NotAKidoS
30d37aefa1 [DesktopVRSwitch] Update format.json 2023-06-20 20:11:38 -05:00
NotAKidoS
e79323c850 [DesktopVRSwitch] Prepare for CVRMG submission. 2023-06-20 20:00:30 -05:00
NotAKidoS
4546d05bbb [DesktopVRSwitch] Remove EntryRenderVRGameView Setting.
That should probably be its own mod.
2023-06-20 18:49:45 -05:00
NotAKidoS
e2df7b7c2b [DesktopVRSwitch] Fix MelonColor being piss color.
why the fuck is melonloader console color ARGB, why is there alpha??
2023-06-20 18:42:30 -05:00
NotAKidoS
730a085850 [DesktopVRSwitch] Add TryCatch to patches to appease Kafe. 2023-06-20 18:35:05 -05:00
NotAKidoS
900c6646af [DesktopVRSwitch] Handle CVRWorld- Post Processing & FOV settings. 2023-06-20 18:23:23 -05:00
NotAKidoS
70ae268149 [NAK_CVR_Mods] Bump version numbers to MelonLoader 0.6.1
Forgot that all of my mods are compiled with 0.6.1 now.
2023-06-20 17:09:22 -05:00
NotAKidoS
e8fc4e90ff [DesktopVRSwitch] Don't copy cullingMask values from active cam.
Third Person nukes the cullingMask.
2023-06-20 15:33:52 -05:00
NotAKidoS
337134d2b5 [DesktopVRSwitch] Prevent SteamVR_Behaviour from closing game.
Was going to use my own event and switch before quit, but SteamVR_Behaviour was the one doing it the entire time. Very convenient for me.
2023-06-20 15:15:42 -05:00
NotAKidoS
52d4ef3279 [DesktopVRSwitch] Wait frame on MovementSystem OnPostSwitch.
testing
2023-06-20 06:05:51 -05:00
NotAKidoS
0fb7c3d401 [DesktopVRSwitch] Nuke CohtmlUISystem Gamepad handling for now. 2023-06-19 23:47:43 -05:00
NotAKidoS
5f95755ad2 [DesktopVRSwitch] Reworked SteamVR Initialization
New SteamVR initialization to avoid warnings/errors on switch.
2023-06-19 21:26:57 -05:00
NotAKidoS
61a45f97bc [DesktopVRSwitch] Testing 2023-06-19 19:44:23 -05:00
NotAKidoS
03514305be [DesktopVRSwitch] WIP TEST set desktop graphic settings 2023-06-16 07:46:15 -05:00
NotAKidoS
0c6d2cabc9 Merge branch 'main' of https://github.com/NotAKidOnSteam/NAK_CVR_Mods 2023-06-14 20:39:23 -05:00
NotAKidoS
f4a5eaa252 [NAK_CVR_Mods] Rename _ManagedLibs to .ManagedLibs
Renamed ManagedLibs folder references to use a period instead of an underscore. This is purely a cosmetic change so the folder displays at the top of the repo list on GitHub.
2023-06-14 20:38:25 -05:00
NotAKidoS
12ad13f8e0
[AvatarScaleMod] Update README.md
Add link to AvatarScaleTool
2023-06-14 20:29:24 -05:00
NotAKidoS
6cc97669b0
Update README.md
I forgot I released MenuScalePatch here.
2023-06-14 20:17:37 -05:00
NotAKidoS
62c5eec71a [TrackedControllerFix] Slight cleanup for consistancy with SmoothRay.
TrackedControllerFix must do stuff in Awake so SmoothRay can handle the SteamVRTrackedObject in Start.
2023-06-14 20:07:55 -05:00
NotAKidoS
36b1323996 Merge branch 'main' of https://github.com/NotAKidOnSteam/NAK_CVR_Mods 2023-06-14 20:03:52 -05:00
NotAKidoS
1045679be1 [SmoothRay] Slight change to patch
Compiler already would do this, but I figured I'd throw it here too just because I can.
2023-06-14 20:03:50 -05:00
NotAKidoS
768c6fe474
Update README.md 2023-06-14 19:46:28 -05:00
NotAKidoS
1bcb3b0d69 [BadAnimatorFix] Update format.json 2023-06-14 18:50:49 -05:00
NotAKidoS
8d3edd5928 [BadAnimatorFix] Update format.json 2023-06-14 17:52:08 -05:00
NotAKidoS
a902cd250f [BadAnimatorFix] Speculative fix for loading Login, Init, and HQ scenes.
Exterrata said it kept erroring but I could not reproduce. This should solve it.
2023-06-14 17:51:28 -05:00
NotAKidoS
13927f1d67 [HeadBobbingFix] Rename from DesktopCameraFix
confusing name for some
2023-06-14 12:51:02 -05:00
NotAKidoS
164de9ea68 Revert "[DesktopVRIK] Attempt at fixing BodyHeadingOffset & IsStanding when _PLAYERLOCAL is upsidedown."
This reverts commit db640b2821.
2023-06-13 19:16:09 -05:00
NotAKidoS
db640b2821 [DesktopVRIK] Attempt at fixing BodyHeadingOffset & IsStanding when _PLAYERLOCAL is upsidedown.
Can't really test at different angles because movement system does not rotate player on local Y axis, it is world axis always.
2023-06-13 18:47:04 -05:00
NotAKidoS
d0724cc56a [DesktopCameraFix] Update AssemblyInfo.cs 2023-06-13 17:10:23 -05:00
NotAKidoS
3a56f520db Merge branch 'main' of https://github.com/NotAKidOnSteam/NAK_CVR_Mods 2023-06-13 17:09:35 -05:00
NotAKidoS
0f64d9dd8f [DesktopCameraFix] Update format.json 2023-06-13 14:50:51 -05:00
NotAKidoS
dabb8b8d8e
[DesktopCameraFix] Add Video to README.md 2023-06-13 14:48:07 -05:00
NotAKidoS
2085b249f9 [DesktopCameraFix] Add README.md 2023-06-13 14:44:59 -05:00
NotAKidoS
97d264f61e [DesktopCameraFix[ Update format.json 2023-06-13 14:42:53 -05:00
NotAKidoS
c32d8735be [DesktopCameraFix] Update viewpoint when disabling mod. 2023-06-13 14:33:17 -05:00
NotAKidoS
6ee3d80ef8 [DesktopCameraFix] initial test 2023-06-12 21:28:08 -05:00
NotAKidoS
a98b9e32d7 [DesktopVRIK] Remove test calibration stuff.
I didn't like how it made things look. Much more overcomplicated compared to what I had before.

Goal was to test DesktopVRIKs calibrator with HalfbodyVRIK but im very lazy.
2023-06-12 20:57:25 -05:00
NotAKidoS
76a677e3e4 bump 2023-06-06 11:51:47 -05:00
NotAKidoS
d04f505d88 [AASBufferFix] Fix error when animator is null 2023-06-06 10:52:39 -05:00
NotAKidoS
6e262bac1b [IKFixes] shit fixes 2023-06-02 16:37:05 -05:00
NotAKidoS
c69877b41d Merge branch 'main' of https://github.com/NotAKidOnSteam/NAK_CVR_Mods 2023-05-30 12:43:45 -05:00
NotAKidoS
1025c5667c [ThirdPerson] Prevent scrolling when holding CTRL 2023-05-30 12:43:43 -05:00
NotAKidoS
428bb23133
Update README.md 2023-05-29 14:13:57 -05:00
NotAKidoS
6e3234a754
Update README.md
forgot thirdperson
2023-05-29 14:00:23 -05:00
NotAKidoS
84a096bc8e bump 2023-05-24 05:51:30 -05:00
NotAKidoS
f783fe612d i have no fucking clue 2023-05-24 05:44:32 -05:00
NotAKidoS
730ff58adc [TrackedControllerFix] fix overlay issue 2023-05-21 23:34:36 -05:00
NotAKidoS
c05213d970 [SmoothRay] Initial Upload 2023-05-21 23:04:39 -05:00
NotAKidoS
b5df421bec [TrackedControllerFix] Needed changes for SmoothRay Support 2023-05-21 23:04:17 -05:00