From 0badd5a2a4e31120008e8c734f9350e731f3714f Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Sun, 14 Apr 2024 17:17:34 +0300 Subject: [PATCH] Reduce rp speed (#71) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About The Pull Request Убирает форс передвижения шагом, если вы на полу (дополнительно ~1.8 делей) Уменьшает делей бега на 0.3 (~14% быстрее) Уменьшает делей шага до ТГшной (~25% быстрее) --- config/game_options.txt | 4 ++-- modular_bandastation/modular_bandastation.dme | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/game_options.txt b/config/game_options.txt index 24cdfa86d52dc..a606519765421 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -33,8 +33,8 @@ COMMENDATION_PERCENT_POLL 0.05 ## To speed things up make the number negative, to slow things down, make the number positive. ## These modify the run/walk speed of all mobs before the mob-specific modifiers are applied. -RUN_DELAY 2.5 -WALK_DELAY 5 +RUN_DELAY 2.2 +WALK_DELAY 4 ## The variables below affect the movement of specific mob types. THIS AFFECTS ALL SUBTYPES OF THE TYPE YOU CHOOSE! ## Entries completely override all subtypes. Later entries have precedence over earlier entries. diff --git a/modular_bandastation/modular_bandastation.dme b/modular_bandastation/modular_bandastation.dme index 5434be7d45a17..a91aef7ab75a0 100644 --- a/modular_bandastation/modular_bandastation.dme +++ b/modular_bandastation/modular_bandastation.dme @@ -9,7 +9,7 @@ #include "ai_laws/_ai_laws.dme" #include "barsigns/_barsigns.dme" #include "communication/_communication.dme" -#include "crawl_speed/_crawl_speed.dme" +//#include "crawl_speed/_crawl_speed.dme" // Fixing floored melee brawl, or first steps to remove RP speed #include "cyrillic_fixes/_cyrillic_fixes.dme" #include "discord/_discord.dme" //#include "emote_panel/_emote_panel.dme" // Waiting for upstream merge