注册 | 登录

游侠NETSHOW论坛





查看: 2943|回复: 8
打印 上一主题 下一主题

[分享] [地下城]改了config.cfg后没当过 [复制链接]

帖子
9
精华
0
积分
5
金钱
110
荣誉
0
人气
0
评议
0
跳转到指定楼层
楼主
发表于 2011-1-29 23:02:18 |只看该作者 |倒序浏览
不知道跟大家的问题是不是一样, 我贴上我的config.cfg大家参考看看...

Audio.enabled = true
Audio.Real3D = false
Audio.Volume.effect = 1
Audio.Volume.master = 0.5
Audio.Volume.music = 0.65
Audio.Volume.speech = 1
Dialogue.help = true
Difficulty = Low
Gore.Level = Low
Graphic.Framebuffer.colorDepth = 32
Graphic.Framebuffer.resolution = 1024,768
Graphic.fullscreen = true
Graphic.Geometry = Low
Graphic.Gui.AlwaysDisplayHealth = false
Graphic.Gui.InScene = false
Graphic.Gui.Scale = off
Graphic.Gui.Tooltip.Delay = 200
Graphic.Particles = False
Graphic.Shader = Low
Graphic.Shadows = 1024
Graphic.SoftParticles = false
Graphic.Texture = Low
Graphic.Texture.filtering = none
Graphic.vsync = false
Misc.autosaveSeconds = 300
Misc.CastWithLeftMouseButton = true
Misc.frameLimit = 300
Misc.frameSleep = 1
Misc.hideMouseWhenMoving = mouse
Misc.language = en
Misc.Mousesensitivity = 100
Misc.redeye = false
Video.enabled = false
Video.showIntro = true

使用道具 举报

帖子
865
精华
0
积分
433
金钱
2533
荣誉
0
人气
1
评议
0
沙发
发表于 2011-1-29 23:20:32 |只看该作者
# Limit the frames per second
# Type: Int
# Default: 300
Misc.frameLimit = 300

# Sleep every frame, in milliseconds
# Type: Int
# Default: 0
Misc.frameSleep = 0

# Resolution of the game (both fullscreen and windowed)
# Default: 0x0 (uses the desktop resolution)
Graphic.Framebuffer.resolution = 0x0

# Whether to start the game in fullscreen or windowed
# Default: true
Graphic.fullscreen = true
Graphic.vsync = false

# Auto-scaling of GUI. Either "auto", "off" or any float number
# This does not apply to InScene elements (the boxes and numbers in
# the scene), which are always scaled. Possible values:
# off = never scale GUI. (Optimized for 1280x1024)
# auto = scale depending on screen resolution (scale = height/1024)
# 1.1 = scale everything by 1.1 (make GUI 10% larger)
# Default: off
Graphic.Gui.Scale = off

# Whether the InScene GUI is toggled on or off by default
# Default: false
Graphic.Gui.InScene = false

# Amount of milliseconds until a tooltip appears
# Default: 2000
Graphic.Gui.Tooltip.Delay = 200

# Number of seconds between autosaves
# Default: 300
Misc.autosaveSeconds = 300

# Whether to hide the mouse cursor during direct control of the avatar. Possible values:
# no: Never hide the mouse cursor dur to avatar movement
# mouse: Only hide the mouse cursor if the avatar is moved/rotated due to mouse input
# yes: Hide the mouse cursor if you move/rotate the avatar (mouse input and WASD control)
Misc.hideMouseWhenMoving = mouse

# Whether the monster eyes in hero level overview are glowing red (true) or white (false)
Misc.redeye = false

Graphic.SoftParticles = true

Audio.enabled = true

# Master volume, multiplied with all the sounds below. Useful if you have good relative sound volumes of the categories, but just want everything to louder or more silent
Audio.Volume.master = 0.5

# Controls the sounds of in-scene effects, quips, and the videos
Audio.Volume.effect = 1

# Controls the sound volume of dialog
Audio.Volume.speech = 1.0

# Controls the music volume, unsurprisingly.
Audio.Volume.music = 0.65


Misc.CastWithLeftMouseButton = true
Dialogue.help = true
Misc.Mousesensitivity = 100
Graphic.Gui.AlwaysDisplayHealth = false


# Show videos at all (intro, cut scenes)
Video.enabled = true

# Show intro videos
Video.showIntro = true

Audio.Real3D = true

使用道具 举报

帖子
230
精华
0
积分
115
金钱
305
荣誉
0
人气
0
评议
0
板凳
发表于 2011-1-29 23:49:09 |只看该作者
为啥你们两个的差这么远。。。
LZ是修改之后没有跳出过?

使用道具 举报

帖子
9
精华
0
积分
5
金钱
110
荣誉
0
人气
0
评议
0
地板
发表于 2011-1-29 23:52:22 |只看该作者

回复 #3 家养信鸽 的帖子

是的. 没改前大约玩个十来分最多不超过30分钟, 本来想放弃的...
改后我从晚上8点左右玩到刚...我只改config.cfg
我的配置比较低, 7600GT, 所以把一些配置调低了.
我改的地方有
Audio.Real3D = false
;true改为false 关了后英雄不说话了
Difficulty = Low
;normal 改为 Low
Graphic.Shadows = 1024
;2048改为1024, 我猜是贴图大小..
Graphic.SoftParticles = false
;true改为false
Graphic.Texture = Low
;medium改为Low
Misc.autosaveSeconds = 300
;自动存档很烦人可以改大一点, 例如3000
Misc.frameSleep = 1
;不知道, 我从0改为1
Video.enabled = false
;true改为false 可能是不拨动画吧.

[ 本帖最后由 pphpeterpan 于 2011-1-30 00:03 编辑 ]

使用道具 举报

帖子
230
精华
0
积分
115
金钱
305
荣誉
0
人气
0
评议
0
5#
发表于 2011-1-30 00:07:18 |只看该作者
真这样就太爽了!!!

使用道具 举报

帖子
230
精华
0
积分
115
金钱
305
荣誉
0
人气
0
评议
0
6#
发表于 2011-1-30 00:10:12 |只看该作者
Audio.Real3D = false
;true改为false 关了后英雄不说话了

这个可能是重点,应为跳出之前,英雄和助手都突然没声音了,但是提示照样在

使用道具 举报

帖子
9
精华
0
积分
5
金钱
110
荣誉
0
人气
0
评议
0
7#
发表于 2011-1-30 00:28:25 |只看该作者

回复 #6 家养信鸽 的帖子

我也是这么想,刚打开Audio.Real3D跟改Graphic.Shadows =2048后不久就当了, 我再试只改Audio.Real3D看看

使用道具 举报

帖子
9
精华
0
积分
5
金钱
110
荣誉
0
人气
0
评议
0
8#
发表于 2011-1-30 00:34:51 |只看该作者
回报结果, 我的电脑开Audio.Real3D=true果然会当机...

使用道具 举报

帖子
230
精华
0
积分
115
金钱
305
荣誉
0
人气
0
评议
0
9#
发表于 2011-1-30 00:57:36 |只看该作者
我也是啊!!刚才也去测试了!!
Audio.Real3D=true 的问题!!!
这个关掉就万岁了

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

手机版|Archiver|游侠NETSHOW论坛 ( 苏ICP备2023007791号 )

GMT+8, 2025-6-24 22:41 , Processed in 0.367097 second(s), 12 queries , Gzip On, Memcache On.

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

分享到