Garry's Mod

Garry's Mod

VR Core
19 条留言
fox gunner 2023 年 6 月 1 日 下午 4:46 
can you use this mod for posing for rage doll model?:d4_science:
Secret Ingredient (Chives) 2023 年 4 月 28 日 下午 7:08 
I'm running into an issue when sitting in a chair where the hand positions given are offset in the wrong direction by 90 degrees. Is there a GitHub I can submit code changes to?
kinny 2023 年 1 月 20 日 下午 2:59 
is this client side?
MAXIDE 2022 年 12 月 27 日 下午 3:28 
steam vr?
Vurv 2022 年 10 月 12 日 下午 1:33 
No, the issue is returning lua tables in functions that return a "vector" or "angle" e2 type. For example the vrLeftHandPos returns a "vector" e2 type, but might be returning a lua table of three numbers instead of the Vector userdata type.

If it is returning the userdata then there's nothing to change and you're fine
Iron Roadkill  [作者] 2022 年 9 月 15 日 下午 7:08 
Thanks for letting me know. I no longer am actively maintaining this though but, I am returning arrays instead of tables so hopefully it wont break?
Vurv 2022 年 9 月 6 日 上午 12:24 
This is a notice that some functionality this extension will likely be broken by wiremod/wire#2399 if you don't convert your ``e2function``s to return proper ``Vector`` and ``Angle`` userdata rather than tables of three numbers.

This is a copy pasted message, I cba to download the addon and check myself if it does contain use of these.
damnp 2022 年 3 月 8 日 上午 10:47 
how the do the script
s1ugcat 2021 年 12 月 31 日 下午 10:56 
hey if you could add a function that returns the players' HMD position and angle that would be rad
Nakkitsunami 2021 年 5 月 12 日 上午 1:39 
@rappy, those should be forward and back etc listed above, they work for car controls, also @Iron Roadkill, could you add the hands as entities so stuff like vrRightHandEntity:toWorld(vec(0,0,0)) could be used for example
Rappy 2021 年 5 月 8 日 下午 8:51 
does this core have up down left and right for the thumb pad?
Emily 2021 年 4 月 14 日 下午 3:51 
Hey, i have been trying to learn how to use this for a while now and decided to ask for help in here. is it possible for you(author) to enter contact with me and help me with my issues in private?
Rhy_Breλd 2020 年 11 月 1 日 上午 9:05 
nice
Captain Redbelly 2020 年 9 月 25 日 上午 11:52 
Is there a way to make some kind of joystick with this?
Octo 2020 年 8 月 7 日 下午 8:16 
Thanks! Can't wait to get started on my list of projects that will be using this
Iron Roadkill  [作者] 2020 年 8 月 6 日 上午 9:29 
Sorry to hear about your issues @Octo, I have not tested on a WMR headset, however on index and vive (and I think occulus) the following occurs

Primary fire returns whether or not you are clicking the trigger on your primary hand

Primary fire 2 returns the anmmount of trigger squeeze on your primary hand (from 0-1)

With regards to grabbing I use the finger angles to dertimine grab so you dont have to squeeze the controller too hard and accidentally grab a physics object.

In the next update I will have the regular grab also cause vrRight/LeftGrab() to return 1

[FG] Shark_vil 2020 年 8 月 4 日 上午 10:25 
Imposible...
Octo 2020 年 8 月 3 日 下午 1:52 
Nevermind, after a little tweaking I found the issue. with WMR devices, the triggers register as Primary Fire and Primary Fire 2 (sometimes simultaneously) and the left hand trigger does nothing. At least by default settings this core doesn't recognize Right grab or Left grab with WMR controllers
Octo 2020 年 8 月 3 日 下午 1:40 
When I tried using this with a WMR headset it didn't seem to respond to any of the functions in my own E2 or by trying the one you posted here. It doesn't give me any errors or anything to show you about what's going wrong, it just doesn't do anything. I made sure the extension was enabled and even had holograms attached to me hand positions just to make sure they were in the right place.
Also a side note, the vrTurret() function uses the vrTurbo()'s description in the E2 Helper menu