Forum
C-REC.exe (P-REC alternative)
Created 6th January 2013 @ 07:51
Add A Reply Pages: « Previous 1 ... 4 5 6 Next »
Quoted from Crafz
Nah, I’m dumb. Forgot a exit statement I used for debugging. Fixed that mistake about 5 minutes before you made your post.
ah, thanks
i don’t think the bookmark is working correctly. the “bind b” syntax seems to be wrong.
also, where does it log the bookmark tick – inside killstreaks.txt ??
From entrance post:
Quoted from Crafz
Use F5 to start and stop recording.
Use F6 to set a bookmark.
Killstreaks are being stored in the c-rec.txt in the /tf folder
Quoted from Crafz
From entrance post:
[…]
Killstreaks are being stored in the c-rec.txt in the /tf folder
but f5 is screenshot, and f6 is record replay… i can’t make sense of that.
record is working on ‘N’, but the ‘bookmark’ is not working on ‘B’, ergo every demo overwrites the previous. what is the bookmark command?? i’d like to bind it to ‘B’.
Quoted from tarquinbb
…
Aint nobody got time for that. If you want it to work, put
unbind "F5"
unbind "F6"
in the c-rec.cfg
Quoted from Crafz
[…]
Aint nobody got time for that. If you want it to work, put
unbind "F5"
unbind "F6"
in the c-rec.cfg
but F5 and F6 are not in c-rec.cfg, only “N” and “B” are bound – and B does not work.
i’m not a programmer, to me this is like trying to perform open heart surgery in complete darkness… isn’t there a simple command to ‘bookmark’ which would enable me to “bind b bookmark” or something?
this is what c-rec.cfg looks like:
alias record_demo "start_demo"
alias start_demo "record C-REC; say_team "[C-REC] Started Recording."; play "buttons/button17.wav"; alias record_demo "stop_demo"
alias stop_demo "stop; say_team "[C-REC] Stopped Recording."; play "buttons/button17.wav"; alias record_demo "start_demo"
bind "n" "record_demo"
bind "b" "say_team "[C-REC] Bookmark"
as you can see, b doesn’t do anything ‘bookmarky’… and F5 and F6 don’t seem to do anything
Last edited by tarquinbb,
hush. F5 triggers n and F6 triggers b. The thing is written in AutoIt, if you want to work on it, I could give you the source code.
Edit:
The bookmark is saved in the memory, the app doesn’t communicate with TF2
Last edited by Crafz,
Quoted from Crafz
hush. F5 triggers n and F6 triggers b. The thing is written in AutoIt, if you want to work on it, I could give you the source code.
Edit:
The bookmark is saved in the memory, the app doesn’t communicate with TF2
you misunderstand – i tested it out in game.
1. pressing F5/F6 only does the TF2 default commands.
2. pressing “N” starts/stops recording to c-rec.dem (the c-rec.cfg alias works)
3. pressing “B” says “[C-REC] Bookmark” in chat (c-rec.cfg bind works), nothing else
Last edited by tarquinbb,
I tested it too(so did dtn). Forget b and n. Only use F5 and F6, is the c-rec.txt not being crated after you make bookmarks with F6 and press F5 again or what?
Last edited by Crafz,
ohhhh lol i know what i’ve been doing wrong – i wasn’t launching via the executable… i just guessed c-rec.exe was the installer :D
yeah it’s working now… i do wish the keys were mappable though :p
You’re a programmer and I offered you the source. so…
Last edited by Crafz,
Quoted from Crafz
You’re a programmer and I offered you the source. so…
i said i’m NOT a programmer :)
anyway, this is a good little prog until p-rec is working again (only because i prefer the tick number log instead of percentage, and mappable keys)
Quoted from tarquinbb
[…]i said i’m NOT a programmer :)
Oh, ok, soz. Yeah, I know p-rec is better. This thing was made for when it breaks.
Quoted from quintosh
may i have the source?
Why? What ya gonna do?
Add A Reply Pages: « Previous 1 ... 4 5 6 Next »