summaryrefslogtreecommitdiff
path: root/data/defaults.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'data/defaults.cfg')
-rw-r--r--data/defaults.cfg5
1 files changed, 1 insertions, 4 deletions
diff --git a/data/defaults.cfg b/data/defaults.cfg
index def87ff..35bdf19 100644
--- a/data/defaults.cfg
+++ b/data/defaults.cfg
@@ -1,7 +1,7 @@
// these default settings get executed whenever "config.cfg" is not available
// do not modify anything below, instead change settings in game, or add to autoexec.cfg
-name "unnamed"
+name "Anonymous"
invmouse 0 // 1 for flightsim mode
sensitivity 3 // similar number to quake
@@ -127,7 +127,6 @@ editbind N [ selentfindall ]
editbind LSHIFT [ editcut ]
editbindmod LCTRL [ passthrough ]
-editbindmod LALT [ hmapedit ]
editbind DELETE [ editdel ]
editbind T [ saycommand ]
@@ -137,7 +136,6 @@ editbind V [ editpaste ]
editbind Z [ undo; passthroughsel 0]
editbind U [ undo; passthroughsel 0]
editbind I [ redo ]
-editbind H [ if $hmapedit [ editface 1 -1 ] [ hmapedit 1 ] ]
editbind O [ domodifier 15 ] // vSlot: offset H
editbind P [ domodifier 16 ] // vSlot: offset V
@@ -199,7 +197,6 @@ delta_edit_3 = [ editfacewentpush $arg1 2 ] // push corner pointed at by cursor
delta_edit_4 = [ if $blendpaintmode [rotateblendbrush $arg1] [editrotate $arg1] ] // rotate 90 degrees
delta_edit_5 = [ entproperty 0 $arg1 ] // and the others
delta_edit_6 = [ edittex $arg1 ] // change textures
-delta_edit_9 = [ selectbrush $arg1 ] // change heightmap brushes
delta_edit_10 = [ entautoview $arg1 ]
editbind 1 [ domodifier 11 ]