|
Post by biomenace on Mar 7, 2015 10:30:19 GMT -5
RECORDING DEMOS WITH COMMAND
Open Console with ~ or ^. Type /record [demoname] to start record. Type /stoprecord to stop record.
The demoname is additional, if you dont use a demoname, demos will be saved under demo0000.dm_2, demo0001.dm_2,demo0003.dm_2, etc. Demos will be saved in the folder demos in your UO folder (ex. Program Files/Call of Duty/uo/demos or SteamApps/common/Call of Duty/uo/demos).
RECORDING DEMOS WITH BIND (SIMPLE)
Open the file uoconfig_mp.cfg in your UO folder (ex. Program Files/Call of Duty/uo) with something like Wordpad. Add the following lines to the file (you may alter it to your needs):
bind F3 "record" bind F4 "stoprecord"
Typing F3 will start the recording, F4 will stop recording. Demos will be saved under demo0000.dm_2, demo0001.dm_2,demo0003.dm_2, etc.
RECORDING DEMOS WITH BIND (TOGGLE)
Add the following lines to the file (you may alter it to your needs):
bind F3 "vstr demo_togg" seta demo_start "record; set demo_togg vstr demo_stop" seta demo_stop "stoprecord; set demo_togg vstr demo_start" seta demo_togg "vstr demo_start"
Typing F3 will start and stopp the recording. Demos will be saved under demo0000.dm_2, demo0001.dm_2,demo0003.dm_2, etc.
WATCHING DEMOS WITH COMMAND
To play a demo, the file has to be located in the demos folder. Open the Console with ~ or ^. Type /demo [demoname] to run a demo (ex. /demo demo0005). Type /timescale [number] to change the speed (ex. /timescale 15).
|
|
|
Post by bartek14298 on Mar 8, 2015 8:35:17 GMT -5
lol thanks but all i do is "/bind 0 record" and "/bind 9 stoprecord" i dont know where u got "vstr demo_togg" from..
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 8, 2015 16:36:01 GMT -5
I set a bind also. It starts and stops recording but I dod not get a file. I use a Mac so don't know if that screws it up or not but have made demo folders and tried through console instead of the bind key. Still never saves a demo. Oh well.
|
|
|
Post by biomenace on Mar 8, 2015 17:20:57 GMT -5
The folder name should be demos. Not familar to OSX, but I think the folder structure ~/Library/Application Support/CoD United Offensive/uo/demos should work.
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Mar 9, 2015 12:06:51 GMT -5
Thank Bio - It works. Recorded demos go into the folder. Now to watch them...when loading deom to watch I get can not load "weapon satchel charge" Used to be able to watch demos people posted and this started. I'm so glad I don't work with computers anymore lol.
|
|