Commit graph

48 commits

Author SHA1 Message Date
NotAKidoS
9368db6bf1 Update format.json 2023-03-29 16:42:04 -05:00
NotAKidoS
5acd10b5f2 Update BTKUIAddon.cs 2023-03-29 16:39:40 -05:00
NotAKidoS
d3c2365a1d test reset footsteps option 2023-03-29 06:10:25 -05:00
NotAKidoS
fbd767036b Update format.json 2023-03-29 04:01:37 -05:00
NotAKidoS
193ac760ab Update AssemblyInfo.cs 2023-03-29 04:01:18 -05:00
NotAKidoS
04d9152d9c fix desktop thrusting 2023-03-29 04:00:42 -05:00
NotAKidoS
b71bff051c Update DesktopVRIKSystem.cs 2023-03-29 01:19:24 -05:00
NotAKidoS
59799c0ccd more ocd 2023-03-29 01:16:29 -05:00
NotAKidoS
7d2ced73e9 ocd 2023-03-29 01:12:35 -05:00
NotAKidoS
1cb0e143e9 Update format.json 2023-03-29 00:13:05 -05:00
NotAKidoS
96684582bb bump 2023-03-28 23:12:03 -05:00
NotAKidoS
42b068bd80 fix annoyances 2023-03-28 22:54:32 -05:00
NotAKidoS
1eeaf4be54 No longer rely on AMT, IKSystem, or PlayerSetup
Partially rewrote everything so it is cleaner, does not need Traverse/Reflection, and no longer piggybacks on the game handling VRIK on Desktop for whatever reason. This version also handles VRIK Locomotion weight standalone instead of requiring AvatarMotionTweaker, but if AMT is found it will rely on it anyways. This can be overwridden in the melonprefs, but its still gonna be double the maths for no reason.
2023-03-28 22:48:44 -05:00
NotAKidoS
ee896a6c6b huh 2023-03-08 21:44:45 -06:00
NotAKidoS
5c4bfe4d3f bump vers 2023-03-08 21:30:44 -06:00
NotAKidoS
81a84c125c fix movement parent ik 2023-03-08 21:28:53 -06:00
NotAKidoS
51ff6e8333 switch to reflection
idk traverse seems kinda heavy for this usecase
2023-03-07 17:22:04 -06:00
NotAKidoS
f8d4e34634 Update DesktopVRIK.cs 2023-03-07 17:06:10 -06:00
NotAKidoS
3807482093 clean up 2023-03-07 15:07:56 -06:00
NotAKidoS
20222e563e touchy 2023-03-06 20:53:23 -06:00
NotAKidoS
05979d9542 fix footstep when resetting 2023-03-06 20:26:42 -06:00
NotAKidoS
c6c9b712bd implement knee bend normal calculation
implemented knee bend normal calculation to fix knee bending at extreme scales, as well as finally fix robot kyle...

tweaked ikpose method to also allow for setting to motorcycle pose, as well as resetting hip to default rotation
2023-03-06 19:53:27 -06:00
NotAKidoS
eae03f0ec2 add back btkui addon 2023-02-28 08:31:23 -06:00
NotAKidoS
a27d42d876 push 2023-02-28 07:16:32 -06:00
NotAKidoS
cbd65aa813 rewrite 2023-02-24 20:07:48 -06:00
NotAKidoS
455bf9180c att 2023-02-09 19:28:55 -06:00
NotAKidoS
d3d058607f tweaks to not make PAM and BID wonky
also fuck vrik toes, those literally stink
2023-02-02 20:38:22 -06:00
NotAKidoS
b4fb9e62e6 fucked 2023-01-16 01:57:30 -06:00
NotAKidoS
41068ce3fb why is it fucking (literally()
fucking one line
2023-01-14 02:52:08 -06:00
NotAKidoS
6c3a1797b5 bump 2023-01-14 01:32:14 -06:00
NotAKidoS
06dc5cec08 quickly add custom IKPose animation support 2023-01-14 01:30:29 -06:00
NotAKidoS
6433dd7c78 a 2023-01-14 01:21:49 -06:00
NotAKidoS
997d1d8d41 quick cleanin 2023-01-14 01:15:32 -06:00
NotAKidoS
e6f10f1d79 still working 2023-01-14 00:22:41 -06:00
NotAKidoS
0f485ccaa3 its working (FUCK) 2023-01-13 23:48:21 -06:00
NotAKidoS
8f4d146ba0 testing 2023-01-13 19:26:40 -06:00
NotAKidoS
da42d3da57 simplified mod, added proper BTKUILib support 2023-01-13 18:30:22 -06:00
NotAKidoS
fb5c3c00b5 attempt to fix compatibility with more avatars
(Fuck you Default Robot Kyle)(Fuck you Default Robot Kyle)(Fuck you Default Robot Kyle)(Fuck you Default Robot Kyle)(Fuck you Default Robot Kyle)(Fuck you Default Robot Kyle)(Fuck you Default Robot Kyle)
2023-01-12 07:48:18 -06:00
NotAKidoS
04de34d5d3 Added HipMovement Weight & Fixed Emote avatar position 2023-01-10 20:20:50 -06:00
NotAKidoS
c89497fe35 a 2023-01-03 01:18:30 -06:00
NotAKidoS
65896d5f14 Added PlantFeet & EnforceViewPosition Settings. 2022-12-28 00:11:14 -06:00
NotAKidoS
55a3009f96 cleanup & remove safefile()
got yelled at by sdraw for m_categoryDesktopVRIK.SaveToFile(false);

oopsies
2022-12-26 17:34:59 -06:00
NotAKidoS
df61830c83 Removed compatibility mode & added integrity checks.
Why the fuck did deleting code make the issue better...
2022-12-26 00:52:50 -06:00
NotAKidoS
c71036f74f added compatibility mode
add compatibility mode that somehow fixes avatars with scuffed armatures and initial poses

gonna look into using a tpose animation
2022-12-26 00:26:13 -06:00
NotAKidoS
e653d2b804 rename method 2022-12-25 22:52:14 -06:00
NotAKidoS
adafbe8e7a Update format.json 2022-12-25 22:41:54 -06:00
NotAKidoS
22391d1fcc final touches
completely migrated to new setup using a helper monobehavior, which makes code a lot cleaner
2022-12-25 22:27:12 -06:00
NotAKidoS
50c5016cc6 last minute refactor 2022-12-25 21:05:13 -06:00