quanticc / lawena-recording-tool

Simple movie recording tool for Source Engine games
http://lawena.github.io/
GNU General Public License v3.0
80 stars 16 forks source link

'recrframerate' in recbindings.cfg #43

Closed Infernio closed 9 years ago

Infernio commented 10 years ago

In recbindings.cfg:

alias 120fps "alias recframerate 120fpsa; ..."
alias 240fps "alias recrframerate 240fpsa; ..."
alias 480fps "alias recframerate 480fpsa; ..."

Every other FPS count uses recframerate. That alias seems to get called by startrecording to set host_framerate to the relevant fps number. However, I can't find a mention of 'recrframerate' anywhere else in that file.

From what I've tested so far, starting Lawena with 240 selected works fine, but switching while in-game (with fpsscrollup and fpsscrolldn) will not apply the proper 240 FPS to host_framerate, instead using whatever the last selected FPS was.

Probably just a typo?

quanticc commented 9 years ago

Yes, thanks!

Sorry for the late response

quanticc commented 9 years ago

Pushed updated version to "preview-v4.1" branch.

Version should be named v4.1.4-6. If it's not, check the Help menu, About - Switch Updater Branch.