Upvote Upvoted 0 Downvote Downvoted
About P-REC
posted in Customization
1
#1
0 Frags +

Is there a mac version of P-REC plugin? thx

Is there a mac version of P-REC plugin? thx
2
#2
-4 Frags +

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.
3
#3
4 Frags +

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]
4
#4
5 Frags +

How does it handle naming the individual demos?

How does it handle naming the individual demos?
5
#5
3 Frags +

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
6
#6
5 Frags +

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.