Commit graph

299 commits

Author SHA1 Message Date
NotAKidoS
2ada1263cc Remove collision scaling. 2022-11-22 17:26:17 -06:00
NotAKidoS
760ab0b0ae
Update README.md 2022-11-09 16:22:09 -06:00
NotAKidoS
628189bad2 remember gamepad enabled value 2022-11-02 00:18:54 -05:00
NotAKidoS
0f5781aec1 inputmodule update
Switched to input module setup. Desktop will rotate held pickups when zoom bind is pressed. Rotation bind no longer prevents rotation when pickup is not being held.
2022-11-02 00:14:39 -05:00
NotAKidoS
2b4f306040 Fix PreRender 2022-10-25 15:57:27 -05:00
NotAKidoS
f789182d4f bump 2022-10-18 21:37:59 -05:00
NotAKidoS
d2bcf619d8 fix shader queue of sleep mode.
shader queue was -1000...? but now matches dimmer mode at 4000.
2022-10-17 23:01:19 -05:00
NotAKidoS
5b52a31b5d Fix mirror & shader queue..? 2022-10-17 20:00:40 -05:00
NotAKidoS
64ebec2567 bruh i forgor log vrmode 2022-10-14 14:39:43 -05:00
NotAKidoS
35bcc74e3b small polish tweaks, update to melon 5.5 2022-10-14 14:00:04 -05:00
NotAKidoS
329b3bcbdf smol tweak to reenable behavior
Reenabling autodetection should reset the timer so you don't immediatly transition into a new state.
2022-10-14 03:14:42 -05:00
NotAKidoS
dcc4320ffa yea
i stole the embed color from github darkmode
2022-10-14 02:24:58 -05:00
NotAKidoS
546d070113 Merge branch 'main' of https://github.com/NotAKidOnSteam/Blackout 2022-10-14 02:18:21 -05:00
NotAKidoS
7932f1865e Update format.json 2022-10-14 02:18:14 -05:00
NotAKidoS
6b1dbc2b92 Update format.json 2022-10-14 02:17:54 -05:00
NotAKidoS
eb5a3ec6a5
Update README.md 2022-10-14 02:17:30 -05:00
NotAKidoS
e500ac2d0b clean
ran clean on it
2022-10-14 02:00:34 -05:00
NotAKidoS
e6784b967e Initial Release
Added UIExpansionKit support, moved Harmony patches to own cs, added accidental feature that disables automatic state change, added option to lower FPS while in sleep state.
2022-10-14 02:00:05 -05:00
NotAKidoS
d033d3750e Testing Phase
Basics are implemented. Needs playtesting before potential rewrite and implementation of avatar parameters & manual control.
2022-10-12 22:46:17 -05:00
NotAKidoS
c049d93d55 base logic
everything but the actual dimming- shoulda figured that out first huh
2022-10-12 09:18:48 -05:00
NotAKidoS
d0f70b1454
Initial commit 2022-10-12 09:10:42 -05:00
NotAKidoS
33d0714429 cvrmg info 2022-10-01 19:16:04 -05:00
NotAKidoS
989cce3361 Merge branch 'main' of https://github.com/NotAKidOnSteam/MenuScalePatch 2022-10-01 18:17:27 -05:00
NotAKidoS
32c3ebc6ef fixed centered collision, updated skinwidth to match latest patch 2022-10-01 18:17:25 -05:00
NotAKidoS
49563a00d3 dll bump 2022-09-15 14:11:37 -05:00
NotAKidoS
2b358862ab Fixed camera gestures.
commented out any changes to gestureraw

now camera gestures work, and i assume elsewhere in cvr that utilize gesture recognition
2022-09-15 13:36:14 -05:00
NotAKidoS
821b1efcd8 Tweaked Invoke time, properly disable Gizmos, added debug lines to CVRAvatar.
Invoke time is now 0f, so toggling and refreshing Gizmos are now instant... oops.
GizmosInstance is now properly disabled when not in use. Also removed the default gizmos line drawing at 0,0,0 that was purely there to clear gizmos queue.

CVRAvatar debugging now has useful lines coming from the viewpoint and mouth positions. Later on might actually parent these gizmos to the head : shrug :
2022-09-15 13:12:37 -05:00
NotAKidoS
65b57db665 Added new GizmoTypes
typeof(CVRGizmos_ToggleStateTrigger),
            typeof(CVRGizmos_Avatar),
            typeof(CVRGizmos_AvatarPickupMarker),
            //may be broken
            typeof(CVRGizmos_DistanceConstrain),
2022-09-14 18:29:14 -05:00
NotAKidoS
7ca182ad62
add shit readme image 2022-09-14 08:55:56 -05:00
NotAKidoS
db02463fdd Removed unneeded references. 2022-09-14 08:44:36 -05:00
NotAKidoS
43fdad470e Merge branch 'main' of https://github.com/NotAKidOnSteam/CVRGizmos 2022-09-14 08:34:51 -05:00
NotAKidoS
7aaec9c512 Add Popcron.Gizmos license.
Made sure to add the MIT license to their folder.
2022-09-14 08:34:44 -05:00
NotAKidoS
c46c15bf34
Update README.md 2022-09-14 08:33:51 -05:00
NotAKidoS
29060f71c1 Initial Upload
it working and not nuking fps... wow
2022-09-14 08:27:23 -05:00
NotAKidoS
cb280bdf00 Initial commit 2022-09-14 08:26:02 -05:00
NotAKidoS
a12b277490
Update README.md 2022-09-10 21:31:57 -05:00
NotAKidoS
27c442a41b Merge branch 'main' of https://github.com/NotAKidOnSteam/MenuScalePatch 2022-09-10 21:25:32 -05:00
NotAKidoS
f9e15701ae lots of tweaks
main menu fix for cvr bug + vr
quickmenu no longer scales in vr
main menu no longer uses player rotation
settings page, with refresh on click
added collision scaling
added optional removal of skin width from character controller- it is what makes avatars in this game hover
mix in  Allow Smaller Playercollider toggle to fully touch the ground (**can cause console errors**)
2022-09-10 21:25:29 -05:00
NotAKidoS
9c8f5d1915
Update README.md 2022-09-10 05:33:22 -05:00
NotAKidoS
7332bc73b5 initial upload 2022-09-10 05:29:42 -05:00
NotAKidoS
e994a28046 Initial commit 2022-09-10 05:24:56 -05:00
NotAKidoS
4ed64d0f17 rerelase
rawr
2022-09-08 13:50:18 -05:00
NotAKidoS
4183ecaa19 Initial commit 2022-09-08 11:57:40 -05:00
NotAKidoS
13eab57043 Update format.json 2022-09-07 18:30:02 -05:00
NotAKidoS
405c6aea22
Update README.md 2022-09-07 18:16:31 -05:00
NotAKidoS
78c500598e Use Controller Toggle Gestures bind.
Toggle will not do anything if using Knuckles controllers. I do not own Knuckles so idk what it should do. 🤷
2022-09-07 17:58:41 -05:00
NotAKidoS
0f544878c1
Update README.md 2022-09-07 05:42:15 -05:00
NotAKidoS
6f1de836b1 Initial Upload
works ig
2022-09-07 05:35:22 -05:00
NotAKidoS
1e69e7684b Initial commit 2022-09-07 05:32:46 -05:00