Update of /cvsroot/netrek/client/netrekxp/resources/docs
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv618/resources/docs
Modified Files:
changes.txt netrekxp.doc
Log Message:
Fixed cambot playback with double buffering.
Added cambot info to manual.
Index: netrekxp.doc
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/netrekxp.doc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- netrekxp.doc 22 Apr 2006 14:11:47 -0000 1.6
+++ netrekxp.doc 26 May 2006 06:58:19 -0000 1.7
@@ -34,7 +34,7 @@
7.0 MACROs, RCD, RCM
8.0 MetaServer Options
9.0 Player List Options
- 10.0 Other Stuff (Beeplite, etc)
+ 10.0 Other Stuff (Beeplite, Cambot, etc)
1.0 Overview
@@ -1119,3 +1119,27 @@
tts_time: Time a TTS message is displayed
tts_ypos: y location of the TTS message
+10.1 Cambot
+
+Making the recordings:
+To make a recording, use the command: netrek -f cambot.pkt, where cambot.pkt is a file name of your choosing (where the playback will be saved).
+
+Playing the recordings:
+To view the recordings use the command: netrek -F cambot.pkt
+
+While in the recording the following commands can be used: (These keys are
+referenced after the netrekrc keymap.)
+
+Lock Player(l) to lock onto a player.
+Lock Planet(;) to lock onto a planet.
+Speed keys(1-8) to change the speed of the recording.
+Speed 9, or #, or !, or @, or % for maximum playback speed.
+Speed 0 (0) for pause.
+The key < doubles playback speed.
+The key > halves playback speed.
+The key R starts recording back at the beginning.
+
+The key '(' to reverse recording.
+The key ')' to return to normal play.
+Quit (q/Q) to quit
+
Index: changes.txt
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/resources/docs/changes.txt,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- changes.txt 26 May 2006 05:58:08 -0000 1.57
+++ changes.txt 26 May 2006 06:58:19 -0000 1.58
@@ -1,4 +1,5 @@
Version TBA:
+- cambot works now with double buffering, and added cambot howto to the NetrekXP manual
- team select screen no longer uses 99% cpu power
- planet kill messages now show armies dooshed (if any)
- fixed colorful phasers to work as intended (cycle through 4 colors and then your team color).