Is there a mac version of P-REC plugin? thx
About P-REC
posted in
Customization
No. Just googling "p-rec mac" would have given you that answer already.
No. Just googling "p-rec mac" would have given you that answer already.
no there isnt but the closest thing is maually recording a demo (which is the same thing but prec is automatic).
i found a simple script that can make recording demos as easy as pressing a button:
Brimstonebind "r" "demo"
alias "demo" "record_demo"
alias "record_demo" "record;echo RECORDING"
alias "stop_demo" "stop;echo STOPPING"
bind "alt" "+toggleState"
alias "+toggleState" "alias demo stop_demo"
alias "-toggleState" "alias demo record_demo"
Pressing r starts the demo, alt+r ends it. This is just if you want '1' key to do all that, tbh just bind two keys to start and stop.
You can rebind keys to w/e.
I haven't had the chance to test this, but I'm confident that it works.
Bookmarks appear to be a p-rec only thing though :(
no there isnt but the closest thing is maually recording a demo (which is the same thing but prec is automatic).
i found a simple script that can make recording demos as easy as pressing a button:
[quote=Brimstone]bind "r" "demo"
alias "demo" "record_demo"
alias "record_demo" "record;echo RECORDING"
alias "stop_demo" "stop;echo STOPPING"
bind "alt" "+toggleState"
alias "+toggleState" "alias demo stop_demo"
alias "-toggleState" "alias demo record_demo"
Pressing r starts the demo, alt+r ends it. This is just if you want '1' key to do all that, tbh just bind two keys to start and stop.
You can rebind keys to w/e.
I haven't had the chance to test this, but I'm confident that it works.
Bookmarks appear to be a p-rec only thing though :([/quote]
i found a simple script that can make recording demos as easy as pressing a button:
[quote=Brimstone]bind "r" "demo"
alias "demo" "record_demo"
alias "record_demo" "record;echo RECORDING"
alias "stop_demo" "stop;echo STOPPING"
bind "alt" "+toggleState"
alias "+toggleState" "alias demo stop_demo"
alias "-toggleState" "alias demo record_demo"
Pressing r starts the demo, alt+r ends it. This is just if you want '1' key to do all that, tbh just bind two keys to start and stop.
You can rebind keys to w/e.
I haven't had the chance to test this, but I'm confident that it works.
Bookmarks appear to be a p-rec only thing though :([/quote]
there's also this:
https://github.com/sirgrey/G-Rec
disclaimer: haven't tried it
there's also this:
https://github.com/sirgrey/G-Rec
disclaimer: haven't tried it
https://github.com/sirgrey/G-Rec
disclaimer: haven't tried it
theres also https://github.com/vixus0/demopan, which is cross-platform(works great in linux and mac)
theres also [url=https://github.com/vixus0/demopan]https://github.com/vixus0/demopan[/url], which is cross-platform(works great in linux and mac)
Please
sign in through STEAM
to post a comment.