Skip to content

improve asw_fix_cam#897

Merged
BenLubar merged 1 commit into
reactivedrop_betafrom
fix-cam-fix
May 13, 2025
Merged

improve asw_fix_cam#897
BenLubar merged 1 commit into
reactivedrop_betafrom
fix-cam-fix

Conversation

@jhh8

@jhh8 jhh8 commented May 7, 2025

Copy link
Copy Markdown
Member

this command makes it possible to fly with a freecam in a demo. Current problem is you have to hold shift and mouse1 to fly, you fly extremely slow and the camera rotates with extremely high sensitivity. WIth this change you dont have to hold shift and mouse1 to fly. Holding shift makes you fly at speed of asw_fix_cam_speed_slow rather than asw_fix_cam_speed_fast. Camera rotation is more bearable and depends on sensitivity. Pressing mouse1 fixes the camera in place. Replacing gpGlobals->frametime with 0.015f for speed calculation makes the camera move with the same speed regardless if theres slowmo in the demo or not which i think is better. Would be cool to make the "Drive..." button in demoui toggle the asw_fix_cam command but not sure how to do it without an engine hack

this command makes it possible to fly with a freecam in a demo. Current problem is you have to hold shift and mouse1 to fly, you fly extremely slow and the camera rotates with extremely high sensitivity. WIth this change you dont have to hold shift and mouse1 to fly. Holding shift makes you fly at speed of asw_fix_cam_speed_slow rather than asw_fix_cam_speed_fast. Camera rotation is more bearable and depends on sensitivity. Pressing mouse1 fixes the camera in place. Ive tried making the "Drive..." button in demoui toggle the asw_fix_cam command but not sure how to do it without an engine hack
@BenLubar BenLubar merged commit 06fa25f into reactivedrop_beta May 13, 2025
2 checks passed
@BenLubar BenLubar deleted the fix-cam-fix branch May 13, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants