Garry's Mod

Garry's Mod

VRMod x64 - Extended
A apresentar 1-10 de 144 entradas
< 1  2  3 ... 15 >
Atualização: 27 de ago. às 12:37

- Pickup: Finding pickup target is using hand trace util, more precise, less computation. Works better with long range, before that with long range ypu would regrab an existing items, since it's closer. Also now if you hold a weapon the hand will not scan for targets.

Atualização: 27 de ago. às 5:19

-Pickup: snap works properly, logic moved to server side (before that it was only rendering, so manual item pickup from the distance was broken)

Atualização: 26 de ago. às 20:19

This is mostly a major maintenance update. However few things were added/changed/improved along the way:

- Mod Loader was introduced, it might have fixed an issue where vrmod wasn't recognized as a command and there were errors about empty lua files.

- Logger was added. Console + File (data/vrmod_logs). Multiple levels of debugs, and ability to debug different subsystems. Please use it upload logs to GitHub. It's located in debug section in settings.

- Networking: LerpOtherVRPlayers is now checking if the frame has changed rather than trusting frame time. (Might fix that issue where players can't see each other in VR)

- Glide/Motion Driving: Added settings tab to VRMod menu. Glide boats are now working too. + Various optimizations and polishing.

- Pickup: Snap will only engage if your hands is far (with high pickup range) and do approximate teleport. If hand is close enough to the prop you will be able to grab it normally. + Physics polishing

Atualização: 24 de ago. às 23:40

- Reverted the network finger size back to original value
- Switched to the custom frame copy function

Atualização: 24 de ago. às 21:19

- Reduced excessive bone matrix updates by comparing the frames instead of relying on the frame number.
- Added delay before checking the vehicle type to address the issue where in the multiplayer check would be called. before ply actually managed to report to server which will result broken motion driving.
- Fixed freeze if trying to grab the wheel on stock vehicle if the glide is not installed.

Atualização: 23 de ago. às 23:03

-Glide: enforcing no ragdoll on moto crash serverside (this very cursed in vr)
-Pickup: now looking for blacklist patterns in model names too. Should reduce amount of pickable objects that had a default class but were not supposed to be picked + caching, so the check wouldn't run on every frame

Atualização: 23 de ago. às 20:49

-Glide: more reliable detection (should work with base addon without extensions) + some fine tuning

thanks Wordle Lover for testing

Atualização: 23 de ago. às 0:13

-Glide:

* Optimized the code, reduces network spam and improved performance.
* Fixed issue where aircraft that contained steer wheel bone was detected as a car.
* Added vector2_steer for aircraft
* Lots of polishing. Improved handling
* For car type vehicles added a distance check to avoid grabbing air

-VR motion driving: fixed hands not following the steer wheel for the standard based vehicles ( given that they have bones)

-Fix: hands/weapons collisions are now respecting player's noclip status

-Dev: When debug is enabled, server side messages will be send to the client so they can be rendered on the console. Has performance penalty.

Atualização: 22 de ago. às 1:10

-Pickup dynamic offset calculation

Atualização: 21 de ago. às 23:48

-Glide: Real VR control are here! Don't forget to assign pickups for your grips and grab'em steering wheels. Supported motorcycles and vehicles and aircraft.

Aircraft: (according to bones there is nowhere to grab) now you need to hold a right grip (set to pickup in steamvr) button while moving the controller. That should make it easier to fly without puking.
Flying controls are smoother too now.

Keep joystick steering for the tank tho, pickups will act as attack, since there is noting to grip into.

-Input: same controlling method is working with source based vehicles including SW, but hands visually stay in one place, as the actual bone seem to be not rotating, just animation.

Additionally added boolean_car_mouse_right/left to use UI (including numpad) in the car, given that you will find where to bind it...

-Fixes: fixed lack of velocity when dropping props. Also blacklisted more props that we ain't supposes to pick up, Thanks to Wordle Lover for the help.

API: server side api is now caching multiple frames in order to calculate velocities, as calculating anything between 0.01 seconds was not providing accurate results.