|
楼主 |
发表于 2010-8-22 11:39:03
|
显示全部楼层
这是我的设置,呵呵,还是从二楼那得的启发。谢谢咯……
options =
{
["difficulty"] =
{
["padlock"] = true,
["easyRadar"] = false,
["miniHUD"] = false,
["birds"] = 10,
["optionsView"] = "optview_all",
["permitCrash"] = true,
["immortal"] = false,
["map"] = true,
["radio"] = true,
["labels"] = false,
["tips"] = true,
["aftSwitching"] = false,
["cockpitLanguage"] = "english",
["units"] = "imperial",
["easyFlight"] = true,
["altTrimmingMethod"] = true,
["externalViews"] = true,
["iconsTheme"] = "nato",
["fuel"] = false,
["weapons"] = false,
["setGlobal"] = false,
["geffect"] = "none",
}, -- end of ["difficulty"]
["views"] =
{
["cockpit"] =
{
["mirrors"] = false,
["reflections"] = false,
["russianHud"] = false,
["avionics"] = 0,
}, -- end of ["cockpit"]
}, -- end of ["views"]
["sound"] =
{
["world"] = -15,
["radioSpeech"] = true,
["cockpit"] = 0,
["volume"] = 0,
["headphones"] = 0,
["music"] = -100,
["subtitles"] = true,
["gui"] = 0,
}, -- end of ["sound"]
["graphics"] =
{
["multiMonitorSetup"] = "1camera",
["color"] = "32",
["heatBlr"] = 0,
["scenes"] = "low",
["water"] = 1,
["fullScreen"] = true,
["visibRange"] = "Low",
["aspect"] = 1.3333333333333,
["textures"] = 0,
["shadows"] = 0,
["effects"] = 1,
["width"] = 1024,
["lights"] = 1,
["height"] = 768,
["civTraffic"] = 0,
["resolution"] = "1024x768",
["haze"] = 1,
}, -- end of ["graphics"]
} -- end of options |
|