|
Step 1: Edit original "Config/Graphics.cfg":
第一步:修改 "Config/Graphics.cfg":(红色部分)
Code:
Medium { near_clip = 0.2; middle_clip = 5; far_clip = 140000; structures = {40, 4000}; trees = {1000, 6000}; dynamic = {300, 20000}; objects = {3000, 80000}; mirage = {3000, 20000}; surface = {14000, 80000}; lights = {100, 30000}; lodMult = 1.5; lodAdd = 0; }
to this:
Code:
Medium { near_clip = 0.2; middle_clip = 5; far_clip = 120000; structures = {25, 3000}; trees = {1000, 6000}; dynamic = {300, 5000}; objects = {3000, 40000}; mirage = {3000, 15000}; surface = {5000, 15000}; lights = {100, 30000}; lodMult = 1.5; lodAdd = 0; }
第二步: Edit original "Config/Graphics.cfg":
Code:
LandLodDistances{ LandDay { L01 = 30000; L12 = 50000; } LandNight { L01 = 20000; L12 = 40000; } . . .}OldLandNoise{ perSquare = 5; perSquare2 = 150; front = 1000; back = 10000; top = 2500; map_high = 20000; bottom = 2000; noisemax = 0.5; noisemin = 0.1;}
to this:
Code:
LandLodDistances{ LandDay { L01 = 8000; L12 = 40000; } LandNight { L01 = 8000; L12 = 40000; } . . .}OldLandNoise{ perSquare = 5; perSquare2 = 150; front = 1000; back = 22500; top = 2500; map_high = 20000; bottom = 2000; noisemax = 0.5; noisemin = 0.1;}
第三步:Replace your Bazar/ModelLOD.txt
原网址:http://forums.eagle.ru/showthread.php?t=51339 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即加入
x
|