From e70a0cc68c7f8c617c9f0fc7834ae442b4a20e1a Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Thu, 12 Mar 2020 09:00:23 +0000 Subject: [PATCH] Upped the fps and lower glide speed Should feel more responsive. --- code/game/atoms_movable.dm | 2 +- config/config.txt | 2 +- tgstation.dme | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index 0a8157db..00d02273 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -25,7 +25,7 @@ var/moving_diagonally = 0 //0: not doing a diagonal move. 1 and 2: doing the first/second step of the diagonal move var/list/client_mobs_in_contents // This contains all the client mobs within this container var/list/acted_explosions //for explosion dodging - glide_size = 16 + glide_size = 9 appearance_flags = TILE_BOUND|PIXEL_SCALE var/datum/forced_movement/force_moving = null //handled soley by forced_movement.dm var/floating = FALSE diff --git a/config/config.txt b/config/config.txt index 5503d597..ba8303ff 100644 --- a/config/config.txt +++ b/config/config.txt @@ -300,7 +300,7 @@ TICK_LIMIT_MC_INIT 500 #TICKLAG 0.5 ##Can also be set as per-second value, the following value is identical to the above. -FPS 10 +FPS 20 ## Comment this out to disable automuting #AUTOMUTE_ON diff --git a/tgstation.dme b/tgstation.dme index 499583ae..ddc463da 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -2878,6 +2878,7 @@ #include "hyperstation\code\obj\plushes.dm" #include "hyperstation\code\obj\pregnancytester.dm" #include "hyperstation\code\obj\rewards.dm" +#include "interface\interface.dm" #include "interface\menu.dm" #include "interface\stylesheet.dm" #include "modular_citadel\code\init.dm"