马上注册领取绝版勋章
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
能提升游戏脚本性能,亲测有效
打开Skyrim.ini文件(mo用户要改mo内的Skyrim.ini配置文件)
先用默认值试试
[Papyrus]
fUpdateBudgetMS=1.2
fExtraTaskletBudgetMS=1.2
fPostLoadUpdateTimeMS=500.0
iMinMemoryPageSize=128
iMaxMemoryPageSize=512
iMaxAllocatedMemoryBytes=76800
慢的话,用这个试试,看能不能提升脚本性能(亲测有效)
[Papyrus]
fUpdateBudgetMS=800.0
fExtraTaskletBudgetMS=800.0
fPostLoadUpdateTimeMS=2000.0
iMinMemoryPageSize=256
iMaxMemoryPageSize=512
iMaxAllocatedMemoryBytes=153600
如果还是不行的话,再试试这个
[Papyrus]
fUpdateBudgetMS=20.0
fExtraTaskletBudgetMS=20.0
fPostLoadUpdateTimeMS=500.0
iMinMemoryPageSize=128
iMaxMemoryPageSize=512
iMaxAllocatedMemoryBytes=76800
|