about summary refs log tree commit diff homepage
path: root/brutalmaze/settings.ini
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-03 22:50:59 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-03 22:50:59 +0700
commit834fa33ec0e750061e4ebba1f9525b16ccb43dc9 (patch)
treed61184bda1a333b02e784845853a9b38bf45515f /brutalmaze/settings.ini
parenteb23230acba2715ceae45457db7bff7a911c1c43 (diff)
downloadbrutalmaze-834fa33ec0e750061e4ebba1f9525b16ccb43dc9.tar.gz
Implement game recording
And fix various bugs on game data export. Somehow they remain
undiscovered the last 5 months.
Diffstat (limited to 'brutalmaze/settings.ini')
-rw-r--r--brutalmaze/settings.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/brutalmaze/settings.ini b/brutalmaze/settings.ini
index b426aab..75bfb72 100644
--- a/brutalmaze/settings.ini
+++ b/brutalmaze/settings.ini
@@ -6,9 +6,9 @@ Maximum FPS: 60
 
 [Sound]
 Muted: no
-# Volume must be between 0.0 and 1.0
+# Volume must be between 0.0 and 1.0.
 Music volume: 1.0
-# Use space music background, which sounds cold and creepy
+# Use space music background, which sounds cold and creepy.
 Space theme: no
 
 [Control]
@@ -29,6 +29,12 @@ Auto move: Mouse3
 Long-range attack: Mouse1
 Close-range attack: Space
 
+[Record]
+# Directory to write record of game states, leave blank to disable.
+Directory: .
+# Number of snapshots per second. This is preferably from 3 to 60.
+Frequency: 30
+
 [Server]
 # Enabling remote control will disable control via keyboard and mouse.
 Enable: no