Enhanced Camera, based off the Oblivion/Skyrim/Fallout mods of the same name, is an addon for Garry's Mod that allows players to see their own bodies. The source code was originally based on Gmod Legs 3, but has been modified so extensively and the two now have little in common besides a similar goal. It can be considered in a beta state.
Gmod Legs, as the title suggests, only shows the player's legs. It also requires a server-side component to work properly. Immersive First-Person is entirely client-side, but doesn't use viewmodels, modifies the camera origin (and thus breaks aiming), and either requires a strict camera pitch restriction or suffers a lot of clipping. Enhanced Camera, like the Oblivion/Skyrim/Fallout mods of the same name, combines the viewmodel and worldmodel and does not modify the camera origin.
Enhanced Camera can:
sv_allowcslua
is enabledEnhanced Camera can not:
cl_drawownshadow
if you want, but it won't match your first person body or show your weapon's shadow)Client-side: All of these options can be configured in the Tools menu, Options tab.
cl_ec_enabled
1
(Default): Show your body in first-person0
: Hide your body in first-personcl_ec_showhair
1
(Default): Show your hair (bones attached to head) in first-person0
: Hide your hair in first-personcl_ec_vehicle
1
(Default): Show your body while in vehicles0
: Hide your body while in vehiclescl_ec_vehicle_yawlock
1
(Default): Restrict yaw while in vehicles to prevent looking backwards at your neck. Yaw is not restricted regardless of this setting if either cl_ec_enabled
or cl_ec_vehicle
is 0
.0
: Unrestrict yaw while in vehiclescl_ec_vehicle_yawlock_max
65
): Angle (in degrees) you can look away from the center view of a vehicle when cl_ec_vehicle_yawlock
is enabled.cl_ec_refresh
cl_ec_toggle
cl_ec_togglevehicle
Server-side
sv_ec_dynamicheight
1
(Default): Dynamically adjust players' view heights to match their models0
: Don't touch players' heightssv_ec_dynamicheight_min
16
): Minimum view heightsv_ec_dynamicheight_max
64
): Maximum view height