What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

FPS drop

Kerpwn

New Member
Joined
Jun 26, 2018
Messages
2
Reaction score
0
Hello,
I have my vsync on and I get stable 60 fps while playing, but whenever I start bot it goes down to 5-20 or and freezes screen sometimes for like a 1-2s.
Started botting recently and I'm wondering if I did something wrong or exilebuddy takes so much system resources?
 
Last edited:
I told pushed in private this ... i think that is how detection works .
 
And it's not the requirements i got octa core 16 gb ram and 1080 and still got the freezes on 2 different internet providers .
 
Hello,
I have my vsync on and I get stable 60 fps while playing, but whenever I start bot it goes down to 5-20 or and freezes screen sometimes for like a 1-2s.
Started botting recently and I'm wondering if I did something wrong or exilebuddy takes so much system resources?

Change your NetworkingMode to Predictive and not Auto. It'll help avoid some issues botting if you're client is using lockstep, but if it's using predictive already, you won't notice a difference.

Frame time is affected by code the bot runs in a single frame. The more objects and effects on screen, the higher the normal client frame time is, and then the added effect of the bot having to process those objects is what leads to frame time spikes.

A large part of the performance impact of running the bot comes from using OldRoutine and running combat logic. If you were to run a simple follow bot, for example, you'll notice there's hardly any performance difference. This is because the bot isn't having to process a bunch of complex objects in game memory, which requires accessing a lot of underlying data to figure out what it can attack or can't. This adds up really fast and you start to see the frame overhead as it's a lot of CPU and memory reading going on.

This is just a limitation of how an external bot that has to sync with the client works. There's no way to not affect frame time and have EB work the way it does. The only way to really improve performance is to have the bot do less, not process objects as much, and things like that which create undesirable side effects.

https://www.thebuddyforum.com/threads/logging-causes-bad-fps-lag.419619/
https://www.thebuddyforum.com/threads/fps-drop.419780/
 
Back
Top