Garry's Mod
VRMod - Experimental Virtual Reality
177件中 21-30 を表示
< 1  2  3  4  5 ... 18 >
更新:2021年3月6日 @ 21時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日 @ 17時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日 @ 17時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日 @ 14時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日 @ 16時03分

reverting to 114 due to discovering some problems in 115

更新:2021年2月23日 @ 14時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