Garry's Mod

Garry's Mod

VRMod - Experimental Virtual Reality
177개 중 21~30개 표시 중
< 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