Garry's Mod

Garry's Mod

VRMod - Experimental Virtual Reality
目前顯示第 21-30 項,共 177 項
< 1  2  3  4  5 ... 18 >
更新:2021 年 3 月 6 日 @ 下午 9:56

Version 119:
-updated locomotion system to prevent physical player location from getting desynchronized from the view
-locomotion settings can now be changed realtime without a vrmod restart
-fixed smooth turn rate slider not working and creating lua errors
-fixed a bunch of lua errors that could be created by triggering various controller inputs without controller tracking data
-added serverside cvar vrmod_allow_teleport

更新:2021 年 2 月 28 日 @ 下午 5:40

Version 118:
-blocked running vrmod_exit if not in vr
-blocked running vrmod_start if no module
-fixed inf positions when losing tracking causing player limbs to disappear and lua errors
-fixed lua error when exiting vr after trying to use an incompatible pm
-fixed fbt system not checking pm compatibility for other players
-fixed a bunch of errors related to changing playermodels
-fixed random lua errors when trying to walk while dead while using fbt
-fixed random lua errors while using fbt while other players are joining

更新:2021 年 2 月 27 日 @ 下午 5:08

Version 117:
-blocked running vrmod_start if already in vr, this used to cause problems like some convars not getting restored properly upon exiting vr
-fixed lua error in multiplayer when a prop that has a halo gets removed
-fixed lua error in multiplayer when a prop that has a worldtip gets removed
-fixed serverside lua error when trying to pick up a prop that is already being held by another vr user
-fixed weird behaviour when multiple vr users are holding props

更新:2021 年 2 月 26 日 @ 下午 2:10

Version 116:
-fixed root cause behind at least 3 different lua errors that could happen randomly in multiplayer
-fixed some error spam related to pac3
-fixed 2 errors related to disconnecting while in vr
-pac outfits are now automatically rendered in both eyes when in vr

更新:2021 年 2 月 24 日 @ 上午 11:47

restoring v115 after module bugfix

更新:2021 年 2 月 23 日 @ 下午 4:03

reverting to 114 due to discovering some problems in 115

更新:2021 年 2 月 23 日 @ 下午 2:07

Version 115:
-adds support for (and requires) module version 20. The changes to the module are:
-GetPoses/GetActions now re-use most tables instead of creating new ones every time.
This should be better for performance and also allows creating direct references to poses
in lua without having to access them through multiple tables every time.
-Removed string comparisons from GetPoses/GetActions as a micro optimization.
-GetActions now additionally returns a table of changed boolean actions. This is to avoid
having to loop thru every action on the lua side to manually check for changes and makes
checking for presses/releases easier in general.
-GetDisplayInfo now takes nearz/farz values as arguments instead of using hardcoded values

更新:2021 年 2 月 18 日 @ 上午 1:37

-cardboard mode compatibility for module v19

更新:2021 年 2 月 7 日 @ 上午 10:34

Version 114:
-adds support for (and requires) module version 19. This version moves rendering related calculations from the module to the addon. This makes it possible to do rendering experiments and things like native offset projection and support for canted displays without reprojection in the future without requiring additional module updates. Also added error code display to vr_init errors

更新:2021 年 2 月 2 日 @ 上午 4:00

-small edit to a pickup system used for arcvr compatibility to prevent dropping mags while moving