|
发表于 2019-9-25 00:30:05
|
显示全部楼层
打开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
亲测有效。
百度搜的 |
|