Garry's Mod
VRMod x64 - Extended
31–40 из 180
< 1  2  3  4  5  6 ... 18 >
Обновление: 3 сен в 9:21
автор: Doom Slayer

-Restored broken pickup :D

Обновление: 2 сен в 6:56
автор: Doom Slayer

-Debug: added debugs to analog steer wheel input + switched off console prints by default

Обновление: 2 сен в 6:48
автор: Doom Slayer

-Debug: added glide input debug

Обновление: 29 авг в 16:28
автор: Doom Slayer

- Debugging/Logging: Console prints have different colors based on which subsystem is printing message. Added more debugging toggles
- Input: bindings "car_mouse_" are functioning property.
P.S. You may use chords to assign them to grips on top of pickup, since it's only interact with UI it's ok to overlap controls

Обновление: 28 авг в 18:09
автор: Doom Slayer

- Pickup: preventing pickup when unalive
- Glide: fixed tanks

Обновление: 28 авг в 16:35
автор: Doom Slayer

- Pickup: improved the logic of finding target, hybrid system of tracing from the larger distance combined with find in sphere for the smaller one. Should be easier to pickup smaller object with weird collisions.

Physics of picked up object is also improved, collision patcher is now functioning properly: prop should not collide with an owner, while keeping normal collisions with everything else (yes, you can smash other players) and physics. Also dynamic damping based on weight, which seems not to be perfect for a very light object (wobbly)

Обновление: 27 авг в 12:37
автор: Doom Slayer

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

Обновление: 27 авг в 5:19
автор: Doom Slayer

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

Обновление: 26 авг в 20:19
автор: Doom Slayer

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

Обновление: 24 авг в 23:40
автор: Doom Slayer

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