What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

db怎么提高处理量

xujingjing4079

New Member
Joined
Jun 13, 2014
Messages
26
最近AFK回来,发现DB在战斗中只有20多的处理量,配置i5 8400+gtx1070
想问一下大家怎么提升处理量,修改performance.cs文件,发现并没有效果啊!
 

Attachments

  • 微信截图_20171213221104.png
    微信截图_20171213221104.png
    2 KB · Views: 380
你可以试下将修改performance.cs文件
Code:
BotMain.TicksPerSecond = Core.Settings.Advanced.TpsLimit;
改为
BotMain.TicksPerSecond = 120;

BotMain.TicksPerSecond = DefaultTPS;
改为
BotMain.TicksPerSecond = 120;
也可以尝试将你游戏的视频设置改低,将DB进程的CPU优先级改高
 
Back
Top