Garry's Mod
VRMod - Experimental Virtual Reality
Показані результати 51–60 із 177
< 1 ... 4  5  6  7  8 ... 18 >
Оновлено: 15 черв. 2020 о 21:28

Version 97.1:
-fixed bug when trying to open spawn/context menu if they don't exist

Оновлено: 15 черв. 2020 о 20:22

Version 97:
-removed vrmod menu from sandbox spawn menu utilities. It can now be accessed using the new "vrmod" console command instead, this makes it possible to access it everywhere, not just in sandbox.
-renamed vrutil_* convars to vrmod_*
-added concommand "vrmod_showonstartup" which could be used to start vrmod via the steamvr desktop
-the spawn menu button now opens a menu that can be used to access multiple things, it currently contains map browser, chat, spawn menu, context menu, vrmod menu
-chat no longer uses a separate input
-removed map browser from context menu
-added "Reset settings to default" button to vrmod menu
-added Lua API function vrmod.AddInGameMenuItem( name, slot, slotpos, func, reopenfunc )

Оновлено: 7 черв. 2020 о 22:21

Version 96:
-made the locomotion system modular, this makes it easier to add more locomotion options in the future as well as makes it easier for addons to add new locomotion types and take control of the player
-added following functions to Lua API:
vrmod.AddLocomotionOption( name, startFunc, stopFunc, buildCPanelFunc )
vrmod.StartLocomotion()
vrmod.StopLocomotion()
vrmod.GetOriginPos()
vrmod.GetOriginAng()
vrmod.GetOrigin()
vrmod.SetOrigin( pos, ang )

Оновлено: 31 трав. 2020 о 12:14

Version 95.2:
-desktop view defaults to right eye
-added more functions to Lua API:
vrmod.UsingEmptyHands( ply )
vrmod.GetHMDPose( ply )
vrmod.GetHMDVelocity()
vrmod.GetHMDAngularVelocity()
vrmod.GetHMDVelocities()
vrmod.GetLeftHandPose( ply )
vrmod.GetLeftHandVelocity()
vrmod.GetLeftHandAngularVelocity()
vrmod.GetLeftHandVelocities()
vrmod.GetRightHandPose( ply )
vrmod.GetRightHandVelocity()
vrmod.GetRightHandAngularVelocity()
vrmod.GetRightHandVelocities()
vrmod.GetDefaultLeftHandOpenFingerAngles()
vrmod.GetDefaultLeftHandClosedFingerAngles()
vrmod.GetDefaultRightHandOpenFingerAngles()
vrmod.GetDefaultRightHandClosedFingerAngles()
vrmod.GetLeftHandFingerAnglesFromModel( modelName, sequenceNumber )
vrmod.GetRightHandFingerAnglesFromModel( modelName, sequenceNumber )
vrmod.GetLeftHandPoseFromModel( modelName, sequenceNumber, refBoneName )
vrmod.GetRightHandPoseFromModel( modelName, sequenceNumber, refBoneName )
vrmod.GetLerpedFingerAngles( fraction, from, to )
vrmod.GetLerpedHandPose( fraction, fromPos, fromAng, toPos, toAng )
vrmod.SetViewModelOffsetForWeaponClass( classname, pos, ang )

Оновлено: 24 трав. 2020 о 11:07

Version 95.1:
-"show height adjustment menu" defaults to enabled

Оновлено: 24 трав. 2020 о 7:26

Version 95:
-added better height adjustment system, removed height slider
-added Lua API
-an optional module update is available, it fixes a bug which could lead to controller input not working

Оновлено: 21 трав. 2020 о 23:23

Version 94.2:
-fixed chat glitching out when spamming messages to it every frame

Оновлено: 18 трав. 2020 о 9:04

Version 94.1:
-action editor no longer allows creating actions with invalid names and breaking all controller input as a result

Оновлено: 29 квіт. 2020 о 7:54

Version 94:
-added custom input action editor which can be used to add new controller binds that run console commands

Оновлено: 26 квіт. 2020 о 10:26

Version 93:
-fixed jumping out of water not working
-fixed not being able to get onto ladders by walking at them