diff --git a/config/example/game_options.txt b/config/example/game_options.txt index 9e122db423..999cd68eef 100644 --- a/config/example/game_options.txt +++ b/config/example/game_options.txt @@ -45,20 +45,20 @@ REVIVAL_BRAIN_LIFE -1 ## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied. -RUN_SPEED 2 -WALK_SPEED 5 +RUN_SPEED 1 +WALK_SPEED 3 ## The variables below affect the movement of specific mob types. HUMAN_DELAY 0 -ROBOT_DELAY 0 +ROBOT_DELAY -1 MONKEY_DELAY 0 ALIEN_DELAY 0 METROID_DELAY 0 ANIMAL_DELAY 0 ## Volume of footstep sound effects. Range: 1-100, Set to 0 to disable footstep sounds. -FOOTSTEP_VOLUME 60 +FOOTSTEP_VOLUME 45 ### Miscellaneous ### @@ -68,4 +68,4 @@ FOOTSTEP_VOLUME 60 #USE_LOYALTY_IMPLANTS ## Whether or not humans show an area message when they die. -SHOW_HUMAN_DEATH_MESSAGE \ No newline at end of file +SHOW_HUMAN_DEATH_MESSAGE