• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[TFS 1.5] Smooth Push Mechanics for Baiak-like Servers

Lokinho23

Member
Joined
Jan 15, 2025
Messages
21
Reaction score
8
Hello everyone, I would like to make my server so that when I push someone 2 sqm, it feels very smooth, but when I push them 1 sqm, it doesn't feel as smooth, like on Baiak servers.
 
Solution
Yes, u can tell me which code should i change

static constexpr int32_t MOVE_CREATURE_INTERVAL = 1000; -- For normal push
static constexpr int32_t RANGE_MOVE_CREATURE_INTERVAL = 1500; -- For distance push

Change number to 200 or something then it should feel way better
Yes, u can tell me which code should i change

static constexpr int32_t MOVE_CREATURE_INTERVAL = 1000; -- For normal push
static constexpr int32_t RANGE_MOVE_CREATURE_INTERVAL = 1500; -- For distance push

Change number to 200 or something then it should feel way better
 
Solution
Back
Top