#Speedmod broken

1 messages · Page 1 of 1 (latest)

misty thorn
#

I made a new hl2 mod, but the speed of the player is constantly in slowmotion unless I place a player_speedmod and make its value 2 with a trigger, but that also messes with physics when I step on props it kinda launches me as if I was in x2 speed.

flat jetty
#

How much FPS are you getting

#

There's a bug with the source engine that does that if you get more than 1000fps

misty thorn
#

around 200 fps

flat jetty
misty thorn
#

I just tested something new, it does the same for all hl2 maps in my mod not just mine however my maps are also fine when I load them in hl2

#

and everything else moves at regular speed

#

source sdk 2013 singleplayer does the same thing as my mod if I load my map in that

misty thorn
#

I've noticed the flashlight also doesnt work and emplacement guns shoot blanks when I run my mod but that is not the case when I open my map in hl2\

misty thorn
#

my friend made a new mod for me and it still does it so its my source sdk 2013 singplayer

misty thorn
#

STILL BROKEN

silver oxide
#

player_speedmod automatically disables the flashlight

#

are you sure you don't have host_timescale set lower than 1 or something

#

though wait
it must be something in your map

misty thorn
#

maybe, let me try loading a normal hl2 map with my mod

#

I just reinstalled the sdk and deleted local files to make sure

#

yep same thing with d3_c17_11

#

and on the normal sdk as well not just my mod it does the same

#

it's as if the natural player speedmod is low

silver oxide
#

so this happens for you with any and all HL2 maps
mod or base game

misty thorn
#

yes, anything relating to source sdk 2013 singeplayer does this, base maps or custom maps

#

I tried reinstalling it and deleting all of the files but nothing changed

silver oxide
#

what about config.cfg

misty thorn
#

where can I find that? XD

silver oxide
#

cfg folder

#

literally the file with all your settings

misty thorn
#

ah sorry I thought you meant in sdk

#

cl_npc_speedmod_intime "0.25"
cl_npc_speedmod_outtime "1.5"

are the only things referencing speedmod

silver oxide
#

I mean delete that file and see if that changes anything

#

this isn't about the speedmod
I suspect it's some other command that's messing with player movement

misty thorn
#

sure I'll try

#

still the same thing

silver oxide
#

reinstall everything then

misty thorn
#

whatever it was, a friend recommended "sv_alternateticks 0" and it fixed it

silver oxide
#

Isn't that supposed to be 0 by default?