Can Someone Tell me How To Record Demos?
Moderator: Graf Zahl
-
- Posts: 5
- Joined: Sun Dec 11, 2005 12:49
Can Someone Tell me How To Record Demos?
Please can someone tell me how to record demos in Gzdoom?
- Enjay
- Developer
- Posts: 4748
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
- Contact:
Same way as you do in vanilla doom. You add the -record parameter to the command line and use the -warp and -skill parameters to set up the level and skill level you want to play
eg gzdoom -file anywad.wad -warp 01 -skill 4 -record mydemo
That will load anywad.wad and take you to map01 playing at skill level 4. When you quit, you should find a file called mydemo.lmp sitting in your GZdoom directory.
To play back the demo
gzdoom -file anywad.wad -playdemo mydemo
At no point should you add the .lmp extension to the demo file name. Gzdoom (as Doom before it) will handle this itself.
eg gzdoom -file anywad.wad -warp 01 -skill 4 -record mydemo
That will load anywad.wad and take you to map01 playing at skill level 4. When you quit, you should find a file called mydemo.lmp sitting in your GZdoom directory.
To play back the demo
gzdoom -file anywad.wad -playdemo mydemo
At no point should you add the .lmp extension to the demo file name. Gzdoom (as Doom before it) will handle this itself.